Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/marshmallow-code/webargs

A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
https://github.com/marshmallow-code/webargs

Run pre-commit autoupdate

Committed via https://github.com/asottile/all-repos

fb8ff11bba118ea18710b9216cff604b297c4325 authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #429 from marshmallow-code/dependabot/pip/mypy-0.730

Bump mypy from 0.720 to 0.730

f2db6bcb2b2f963b819d409da4788411fea3170d authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Bump mypy from 0.720 to 0.730

Bumps [mypy](https://github.com/python/mypy) from 0.720 to 0.730.
- [Release notes](https://gith...

211c442a0dfe3c07b425741c89b5ce5d5edff80d authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump version and update changelog

dc548352f87a18eeba7fd3bdc0b1523f4887065b authored over 5 years ago by Steven Loria <[email protected]>
Remove usage of deprecated Field.fail on marshmallow 3 (#425)

37471e322531aa8acb886b4d08f446d859e3711c authored over 5 years ago by Steven Loria <[email protected]>
Update contributing guidelines

0fd8007fb8963013cc0a51992c1aa54837bea078 authored over 5 years ago by Steven Loria <[email protected]>
Update examples (#424)

* jsonify is unnecessary for new versions of Flask
* marshmallow 3
* clean up annotations_example

b0dbb5c6ebd61a7e61f2afe7c62cded3b30d6e2a authored over 5 years ago by Steven Loria <[email protected]>
Remove unnnecessary __author__ and __license__

87f4bb8cdcb607cb4f15ecbda9a3cb50a3fd5319 authored over 5 years ago by Steven Loria <[email protected]>
Bump version and update changelog

11819a14c7c757729da9faa2503789375118cad1 authored over 5 years ago by Steven Loria <[email protected]>
Fix get_value docstring (#421)

cf60215eedae33e558783d45ba047c0a31fe0272 authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Run pre-commit autoupdate

Committed via https://github.com/asottile/all-repos

b05a0ff986547944850bbaeba2d3778b947e57a5 authored over 5 years ago by Steven Loria <[email protected]>
Bump sphinx from 2.1.2 to 2.2.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.1.2 to 2.2.0.
- [Release notes](http...

eff17239e8838ccba04e4f61f75227321d0425ef authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Update changelog

c58fa675d7fbdac304c5711826dc5f9243cd7f38 authored over 5 years ago by Steven Loria <[email protected]>
Use marshmallow 3's from_dict if available (#415)

e4abfc9cd92fbc8ed17f4b2509f97bc00eb34dcf authored over 5 years ago by Steven Loria <[email protected]>
Various docs updates (#414)

* Inline args in code snippet

* Fix schema factory example

Close #412

* Remove strict =...

d412abb9674acd3690f67db7babf7f8b3aeae974 authored over 5 years ago by Steven Loria <[email protected]>
Bump flake8-bugbear from 19.3.0 to 19.8.0 (#413)

* Bump flake8-bugbear from 19.3.0 to 19.8.0

Bumps [flake8-bugbear](https://github.com/PyCQA/f...

898c139de289deba7215af7be944764f09cadb75 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Don't include Nested in __all__ twice

b2be8e82866996eb841c55bc205187e694ee162e authored over 5 years ago by Steven Loria <[email protected]>
Remove unnecessary loop

f0faeea8839f889782c2cb49b61f845529c17982 authored over 5 years ago by Steven Loria <[email protected]>
Remove unnecessary globals() mutation (#411)

6de789897fc3d3bc0bd0ee33fd2502c9fef4d110 authored over 5 years ago by Steven Loria <[email protected]>
Fix mypy

920181adf1d5a657e78eb739115c5f2a7e76bc0f authored over 5 years ago by Steven Loria <[email protected]>
Prevent circular import by moving dict2schema to its own module (#408)

bd7adeefacfc88649e8da79b86a135565713482c authored over 5 years ago by Steven Loria <[email protected]>
Add back cron trigger

It has nothing to do with tags not building. Turns out it's
a bug in AP: https://developercommun...

2cf69ec85f80f97eb61848fc1162596e110096b5 authored over 5 years ago by Steven Loria <[email protected]>
Temporarily remove cron build to attempt to fix releases

21e9d9a2cf3c021fbe86e38cf0f538c4a9af852e authored over 5 years ago by Steven Loria <[email protected]>
Fix branch name

4cead0062df38a84b87b4fa5f5b5ddc5a9cbf4ab authored over 5 years ago by Steven Loria <[email protected]>
Bump version and update changelog

e0ad0972aa5027ddd37e1f9837461a326a5f2610 authored over 5 years ago by Steven Loria <[email protected]>
Document built-in validators, among other things

893453df188a264e9d7a43441e14da10604fd94e authored over 5 years ago by Steven Loria <[email protected]>
Add documentation for parsing lists in query strings

78ba108bac7ed92b9daf96e1705b87927334579b authored over 5 years ago by Steven Loria <[email protected]>
Use explicit type check instead of duck typing

See https://github.com/marshmallow-code/webargs/issues/406#issuecomment-514379744

d5c5ac5f12777182393681ddb884e53938167bce authored over 5 years ago by Steven Loria <[email protected]>
Test against marshmallow dev (#405)

23dfd6f83bdc263b1aec83bffb6f47369dc9ae0b authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #404 from marshmallow-code/dependabot/pip/mypy-0.720

Bump mypy from 0.711 to 0.720

de061e037285fd08a42d73be95bc779f2a4e3c47 authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Bump mypy from 0.711 to 0.720

Bumps [mypy](https://github.com/python/mypy) from 0.711 to 0.720.
- [Release notes](https://gith...

b6d53c6ba0d90230a541e80b0e08de72ff5338fb authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump flake8 from 3.7.7 to 3.7.8

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.7 to 3.7.8.
- [Release notes](https://g...

6ac10c80757c6cf593ba61ae11fbb481d5a72468 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Remove docs from dev extras; use tox for building tox

f48fee7fcbfbe37ed58acc2293f7d9e33fe5ba07 authored over 5 years ago by Steven Loria <[email protected]>
Update readthedocs config; update pre-commit; use extras; fix watch-docs (#402)

37c672217f5c168c1cb6b9836eebe1a7c00d7a07 authored over 5 years ago by Steven Loria <[email protected]>
Switch to Azure Pipelines (#399)

* WIP: Switch to Azure Pipelines

* Ensure job name uniqueness

* Update CI build links and ...

d5618194c63d26939393f30a65edbbfcd9352b7b authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #401 from marshmallow-code/dependabot/pip/sphinx-typlog-theme-0.7.3

Bump sphinx-typlog-theme from 0.7.2 to 0.7.3

a9309d54e89bdee47a58f8a203a27c77ab2237c2 authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Bump sphinx-typlog-theme from 0.7.2 to 0.7.3

Bumps [sphinx-typlog-theme](https://github.com/typlog/sphinx-typlog-theme) from 0.7.2 to 0.7.3.
...

a57a8dc32ce1adfa422a9fa724666a43afd03b0d authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fix tests (#400)

Compatibility with pytest 5.0

2ad7f52eea83c537ff1ba48417a7083a51358cce authored over 5 years ago by Steven Loria <[email protected]>
Bump mypy from 0.710 to 0.711 (#398)

0109a3fc14850ec9e2f45e55fbae816813cdac6a authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump mypy from 0.701 to 0.710 (#397)

e08c153fe599f9ec183a9dbd78dc9a1f1712ebae authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump sphinx from 2.1.1 to 2.1.2

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.1.1 to 2.1.2.
- [Release notes](http...

321c94a35c2632925613e3bafb870c5f08dd053b authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Bump version and update changelog

15bf3f9a59efb60fe057f53ae75de86e78546a80 authored over 5 years ago by Steven Loria <[email protected]>
pre-commit autoupdate

061603292930e47450918270390d0945ca3bd722 authored over 5 years ago by Steven Loria <[email protected]>
Run lint and docs commands on py37

a52f2afdbdccd87af0d5c66b841f9385af095e57 authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #395 from marshmallow-code/fix_marshmallow_3.0.0rc7_compatibility

Fix marshmallow 3.0.0rc7 compatibility

bf26ca774ca29a54ebc250731f5ace14053ea939 authored over 5 years ago by Steven Loria <[email protected]>
Fix marshmallow 3.0.0rc7 compatibility

9bd9a7676fa9986421488491ce0d7863f4c1120a authored over 5 years ago by Jérôme Lafréchoux <[email protected]>
Create FUNDING.yml

69f20b409eebd08a92b46fedc0aee2f6758eb16f authored over 5 years ago by Steven Loria <[email protected]>
Bump sphinx from 2.1.0 to 2.1.1

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.1.0 to 2.1.1.
- [Release notes](http...

cfe9c4aad5c86c82d0e829577ce23e96f3f2963d authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Bump pre-commit from 1.16.1 to 1.17.0

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.16.1 to 1.17.0.
- [Release n...

e714ec314a2793d6307234806e96808ba76070a3 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Bump sphinx from 2.0.1 to 2.1.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.0.1 to 2.1.0.
- [Release notes](http...

85c71c3a8b7fb0a8e24368fa1b847d62115cc38a authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Allow using black in py37

Committed via https://github.com/asottile/all-repos

43c90e89029638c48298e71bdac4587180c4f36a authored over 5 years ago by Steven Loria <[email protected]>
Update black repo

Committed via https://github.com/asottile/all-repos

f84da67b6b3dc6e084c722d8363f5be1588ad709 authored over 5 years ago by Steven Loria <[email protected]>
Bump pre-commit from 1.16.0 to 1.16.1

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.16.0 to 1.16.1.
- [Release n...

536193c55c7747df4a755ecc615ba782636da792 authored over 5 years ago by dependabot[bot] <[email protected]>
Bump version and update changelog

1330a519d21acec11389177aeb2b438011f7cadf authored over 5 years ago by Steven Loria <[email protected]>
Bump python-dateutil from 2.7.5 to 2.8.0 (#390)

Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.7.5 to 2.8.0.
- [Release n...

282071f35e201a625e97708991ebb394ab043457 authored over 5 years ago by dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Bump sphinx from 1.8.3 to 2.0.1 (#389)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 1.8.3 to 2.0.1.
- [Release notes](htt...

4026b639c6f413b8908ffc8893cfd8daf03d54ef authored over 5 years ago by dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Bump webtest from 2.0.32 to 2.0.33 (#387)

Bumps [webtest](https://github.com/Pylons/webtest) from 2.0.32 to 2.0.33.
- [Release notes](htt...

0cf3ead1f5f3c1d9f67afecf2b30b1d05b38b0ab authored over 5 years ago by dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Bump sphinx-typlog-theme from 0.7.1 to 0.7.2 (#388)

Bumps [sphinx-typlog-theme](https://github.com/typlog/sphinx-typlog-theme) from 0.7.1 to 0.7.2.
...

96fc82304d543b68dec5dfa2894b26a737a78424 authored over 5 years ago by dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Update lint deps; pre-commit autoupdate

e0efe7e4450852d473b082af60e7c7deb54a4bc0 authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #384 from marshmallow-code/ma3

Prepare for marshmallow 3.0.0rc6

6425cf7639db74826889235ff665ace41401d586 authored over 5 years ago by Steven Loria <[email protected]>
Prepare for marshmallow 3.0.0rc6

* Don't test against marshmallow 3 in Python 3 environments
* Remove usages of marshmallow.compa...

27f53de9d385ccaa802775f86cd64034393d0102 authored over 5 years ago by Steven Loria <[email protected]>
Merge pull request #385 from marshmallow-code/falcon

Pin to falcon <2

e98389da348237956ca3de1ef363682dd04179e9 authored over 5 years ago by Steven Loria <[email protected]>
Pin to falcon <2

close #383

We'll only support falcon<2 for now. Falcon support can continue
in a separate package.

234037c96518f7502b5d93cb7e4e10a15f4ffb24 authored over 5 years ago by Steven Loria <[email protected]>
Bump version and update changelog

40cc2d25421d15d9630b1a819f1dcefbbf01ed95 authored almost 6 years ago by Steven Loria <[email protected]>
Add __version_info__

cbebc4d5e4b03e9a351334ddace8c6333103622f authored almost 6 years ago by Steven Loria <[email protected]>
Add "path" location to FlaskParser and PyramidParser for consistency

Also add @zhenhua32 to AUTHORS

b13a93df20ab1071ac680d49e580b9eaff115db8 authored almost 6 years ago by Steven Loria <[email protected]>
Merge pull request #379 from zhenhua32/dev

add aiohttp path location

7dfd1e6469fe9f4579256378ffc165c8a94f8ad7 authored almost 6 years ago by Steven Loria <[email protected]>
add aiohttp path location

fa800737a8591d38b95d0b4fefc2d524a1886e1b authored almost 6 years ago by tzh <[email protected]>
pre-commit autoupdate

d815e4289cb62b22b34abb06d6131f8893ba877b authored almost 6 years ago by Steven Loria <[email protected]>
Remove unnecessary pytest mark

98e3d573afadb8fbe65007a9482c780b2effd861 authored almost 6 years ago by Steven Loria <[email protected]>
Bump version and update changelog

1fb3493158e82d3f1314b77be5af926286793f3d authored almost 6 years ago by Steven Loria <[email protected]>
Merge pull request #376 from ThiefMaster/customizable-schema

Make schema class configurable

c60472b05a8e5a258656cfaab2dd51eaf2795cf5 authored almost 6 years ago by Steven Loria <[email protected]>
Rename "schema_cls" -> "schema_class"

06e7b5cc2209d00386e5fcc8547c887d82de2529 authored almost 6 years ago by Steven Loria <[email protected]>
Make Schema class customizable

closes #375

458a3b72192dccf4a819cfd9f33d9fd002982938 authored almost 6 years ago by Adrian Moennich <[email protected]>
Add missing docstring

bbc041a114fa3556e85f00646923f7e94d18126d authored almost 6 years ago by Adrian Moennich <[email protected]>
Use xenial for all builds

Committed via https://github.com/asottile/all-repos

86564f179b660096c2f0a6c578181caaa57b27e3 authored almost 6 years ago by Steven Loria <[email protected]>
Add CVE to changelog

48a24a125fddcafcfd2f9d9b64b03e331c249f9c authored almost 6 years ago by Steven Loria <[email protected]>
Bump version and update changelog

1c43dcaf1670cd5c6898c6297b489c2cdf87beb8 authored almost 6 years ago by Steven Loria <[email protected]>
Merge pull request #373 from ThiefMaster/race-conditions-are-evil-2

Race conditions are evil (more backwards-compatible version)

716bd8d1f24c84aaf99170efaa17d1d34206f6c0 authored almost 6 years ago by Steven Loria <[email protected]>
Move import to top of file

e6fff23132e20f0c8b96193ea865933e8a694372 authored almost 6 years ago by Steven Loria <[email protected]>
Add failing test

0e96f78f0c259252463261b49615fb4abb6c337a authored almost 6 years ago by Adrian Moennich <[email protected]>
Fix sharing cache when parsing in parallel

a4a228bb58031d1cbe0c4a9b180f44f06b202f76 authored almost 6 years ago by Adrian Moennich <[email protected]>
Fix missing mock call assertions

dd7585c4b1058b858c522ec37682423236283520 authored almost 6 years ago by Adrian Moennich <[email protected]>
Merge pull request #370 from marshmallow-code/src

Switch to src/ layout

944d5fdd89f8059b13c793198b4063c78970eec6 authored almost 6 years ago by Steven Loria <[email protected]>
Switch to src/ layout

See marshmallow-code/marshmallow#1017

837f2e86a80ce2745092de54715190112dd70f1c authored almost 6 years ago by Steven Loria <[email protected]>
Run pre-commit autoupdate

Committed via https://github.com/asottile/all-repos

9db63905d16586db544986bb0492be64ecd000cb authored almost 6 years ago by Steven Loria <[email protected]>
Conditionally install flake8-bugbear

c7c8d5db761643792c7232ad0f6eadbff08f930d authored almost 6 years ago by Steven Loria <[email protected]>
Bump version and update changelog

92a57479ac115284232c5bce7dfb7fee35655b73 authored almost 6 years ago by Steven Loria <[email protected]>
Migrate to official pycqa/flake8 hooks repo

eeb6ae8c4c2b43874d99d310dd311686d38e96bc authored almost 6 years ago by Steven Loria <[email protected]>
Merge pull request #368 from marshmallow-code/fix-py35

Avoid AttributeError on Python<3.5.4

cf4e6cf44d2900e67469cc99de6a00fbe9f113ab authored almost 6 years ago by Steven Loria <[email protected]>
Avoid AttributeError on Python<3.5.4

close #366

cac79cff45cc1ee6f4d2d8db00dc902ba5d0dac4 authored almost 6 years ago by Steven Loria <[email protected]>
Update changelog

[skip ci]

4fd90f3e383c66bad09880a04d6c95158b7593b8 authored almost 6 years ago by Steven Loria <[email protected]>
Fix one more annotation for error_headers

52d92ee7bdfd8d3352345ac8c33908d6a830f8ce authored almost 6 years ago by Steven Loria <[email protected]>
Fix incorrect error_headers annotations in asyncparser

0890aef1636c8c819fc79d11cde1d7354847e362 authored almost 6 years ago by Steven Loria <[email protected]>
Fix incorrect annotation

bfac49ebe8579225aeea22ddcd2fe678f1e911af authored almost 6 years ago by Steven Loria <[email protected]>
Fix formatting error messages with statu code

close #365

62d8ccbccf2698c714d1d7e7133236e597c82dc9 authored almost 6 years ago by Steven Loria <[email protected]>
Use direct PyPI link

Committed via https://github.com/asottile/all-repos

af9142b88180148d7e8574f305c0fc0d6f5087ac authored almost 6 years ago by Steven Loria <[email protected]>
Fix grammar

08073eb93e5d2fb54efc8a5aa6f91eea98b8e059 authored almost 6 years ago by Steven Loria <[email protected]>
Remove usage of ValidationError.status_code in docs

ref #365

2bc37e8e1a82db0402d02e8f67674f83d0b9b8d0 authored almost 6 years ago by Steven Loria <[email protected]>
Update outdated note re: optional arguments

close #367

eae12c0cb64edefb4013d180aa5074578ee174c1 authored almost 6 years ago by Steven Loria <[email protected]>