Ecosyste.ms: OpenCollective

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

marshmallow

A lightweight library for converting complex objects to and from simple Python datatypes.
Collective - Host: opensource - https://opencollective.com/marshmallow - Code: https://github.com/marshmallow-code

Bump flake8-bugbear from 21.11.29 to 22.1.11

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.11.29 to 22.1.11.
- [Rel...

github.com/marshmallow-code/apispec - 7843d6c4202df727e0f3b0abdd471599bed29ed7 authored about 3 years ago
Bump flake8-bugbear from 21.11.29 to 22.1.11

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.11.29 to 22.1.11.
- [Rel...

github.com/marshmallow-code/marshmallow-oneofschema - 801a4b22757e84430059375294748b49a74f49a5 authored about 3 years ago
Bump flake8-bugbear from 21.11.29 to 22.1.11

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.11.29 to 22.1.11.
- [Rel...

github.com/marshmallow-code/flask-smorest - 475febd63f00f7655348d156dcf99d20a4355a6b authored about 3 years ago
Bump webargs from 8.0.1 to 8.1.0

Bumps [webargs](https://github.com/marshmallow-code/webargs) from 8.0.1 to 8.1.0.
- [Release not...

github.com/marshmallow-code/flask-smorest - b8a968ff4a083daed393b2b79b28ed21288f440c authored about 3 years ago
Bump version and update changelog

github.com/marshmallow-code/webargs - 8f0bf43968520b622228e90885f5d6455d594b4e authored about 3 years ago
Bump sphinx-issues from 2.0.0 to 3.0.1

Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 2.0.0 to 3.0.1.
- [Release n...

github.com/marshmallow-code/webargs - 26d4601c08c173d906119836f0ed24730653f10b authored about 3 years ago
Bump sphinx-issues from 2.0.0 to 3.0.1

Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 2.0.0 to 3.0.1.
- [Release n...

github.com/marshmallow-code/marshmallow - c1b2815cba75b6c87c379b568f508a91d469cfeb authored about 3 years ago
Bump sphinx-issues from 2.0.0 to 3.0.1

Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 2.0.0 to 3.0.1.
- [Release n...

github.com/marshmallow-code/marshmallow-sqlalchemy - 84334bf3db84a06b68f01cca8a3c2333202338a2 authored about 3 years ago
Fix type information for `__version_info__` to handle prereleases (#1925)

* Annotate the type of `__version_info__`

To avoid issues with `tuple[int, ...] + tuple[str, ...

github.com/marshmallow-code/marshmallow - dab1b03d30413869449f60fec1d92b564d837473 authored about 3 years ago
Bump sphinx-issues from 2.0.0 to 3.0.0 (#742)

* Bump sphinx-issues from 2.0.0 to 3.0.0

Bumps [sphinx-issues](https://github.com/sloria/sphi...

github.com/marshmallow-code/apispec - 26c7152ab5193a14a64cea1ba71fe8b21a6488e6 authored about 3 years ago
Bump mypy from 0.910 to 0.931

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

github.com/marshmallow-code/webargs - e58e6e072f47dff13084eba83773327664e815b8 authored about 3 years ago
Merge pull request #682 from sirosen/minor-annotation-fixes

Narrow type of argmap from Mapping to Dict

github.com/marshmallow-code/webargs - 1193948ac18562b1028ccde26beb584ef7f17a81 authored about 3 years ago
Merge pull request #680 from sirosen/fix-version-info

Fix type annotations for `__version_info__` + update mypy

github.com/marshmallow-code/webargs - 7b71d280d01ef7e14355b5ca0b72f35c1e02d660 authored about 3 years ago
Bump mypy from 0.930 to 0.931

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

github.com/marshmallow-code/marshmallow - 3417df7d0bb95a88d13fc8650f208586f8d1ef77 authored about 3 years ago
Narrow type of argmap from Mapping to Dict

The `Mapping` case is meant to support passthrough to
`Schema.from_dict`. However, only `Dict` i...

github.com/marshmallow-code/webargs - 98e78695642b478717f42590a59655d55938f6e6 authored about 3 years ago
Merge pull request #1932 from Isira-Seneviratne/Update_type_hints

Use type hints made available in Python 3.9 and 3.10.

github.com/marshmallow-code/marshmallow - 6c7e3c5782abdc509af89d156534bed5fd3f4bed authored about 3 years ago
Update to mypy v0.930

github.com/marshmallow-code/webargs - 9f0c9a0f0bf1483ea0c3acdb22fc9cca04dddfc4 authored about 3 years ago
Fix type annotations for `__version_info__`

Mirrors the work in
https://github.com/marshmallow-code/marshmallow/pull/1925

github.com/marshmallow-code/webargs - b1ad38c9fb2dbb652cd2facaeb7834086bf21272 authored about 3 years ago
Merge pull request #663 from Isira-Seneviratne/Update_type_hints

Use type hints made available in Python 3.9 and 3.10.

github.com/marshmallow-code/webargs - ef8a34ae75ef200d7006ada35770aa170dae5902 authored about 3 years ago
Merge branch 'dev' into Update_type_hints

In order to fix linting and resolve conflicts, additionally apply the
following fixes:
- `schema...

github.com/marshmallow-code/webargs - ccc00618cc5d4cb935c487d856aa5f2c9654fb3e authored about 3 years ago
Use type hints made available in Python 3.9 and 3.10.

github.com/marshmallow-code/marshmallow - 6c4a42395fe42e0fba4b99b17ab66b5845088421 authored about 3 years ago
Bump sphinx from 4.3.1 to 4.3.2

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

github.com/marshmallow-code/marshmallow-sqlalchemy - 2534efbe83868928ac151b166a1097ad04cf96b5 authored about 3 years ago
Bump sphinx-issues from 1.2.0 to 2.0.0

Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 1.2.0 to 2.0.0.
- [Release n...

github.com/marshmallow-code/marshmallow-sqlalchemy - 6247a9054c5eb5d8513e79eb2ed2dfb9da58cb37 authored about 3 years ago
Bump sphinx-issues from 1.2.0 to 2.0.0

Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 1.2.0 to 2.0.0.
- [Release n...

github.com/marshmallow-code/marshmallow - d37fa84ff0e6349d6181b711ee6fd8b97ae1579d authored about 3 years ago
Merge pull request #678 from marshmallow-code/fix_fields.__all__

Add DelimitedTuple to fields.__all__

github.com/marshmallow-code/webargs - 122178d3d5e76c42634d06003f36c10932d57a24 authored about 3 years ago
Add DelimitedTuple to fields.__all__

github.com/marshmallow-code/webargs - 1fc148328d8954629949292eb7f8d8ab9fcf9c67 authored about 3 years ago
Merge pull request #673 from marshmallow-code/drop_py36

Drop Python 3.6

github.com/marshmallow-code/webargs - 96cac4a2fb3fc20279dc7142990f7b5a55f05f21 authored about 3 years ago
Bump sphinx-issues from 1.2.0 to 2.0.0

Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 1.2.0 to 2.0.0.
- [Release n...

github.com/marshmallow-code/webargs - 0b23a8dd3bf464ca447d759fdbdc373f97666fb7 authored about 3 years ago
Bump sphinx-issues from 1.2.0 to 2.0.0

Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 1.2.0 to 2.0.0.
- [Release n...

github.com/marshmallow-code/apispec - 079d2b372956c79c33c737c29b29b457d0500842 authored about 3 years ago
Bump furo from 2021.11.23 to 2022.1.2

Bumps [furo](https://github.com/pradyunsg/furo) from 2021.11.23 to 2022.1.2.
- [Release notes](h...

github.com/marshmallow-code/webargs - 72fc5b67685d695f0357f8fe4042e8f431730feb authored about 3 years ago
Merge pull request #727 from marshmallow-code/drop_py36

Drop Python 3.6

github.com/marshmallow-code/apispec - 6c1e6444734130862c22f02aa63ae6b5264d47b5 authored about 3 years ago
Test marshmallow dev against Python 3.10, not 3.8

github.com/marshmallow-code/apispec - 24d3b751e28c7e46b7372cc9247693b5d7b177f8 authored about 3 years ago
Don't use OrderedDict

github.com/marshmallow-code/apispec - 09dd98f26f75afefe17f22539dbedc7d64e5cb2b authored about 3 years ago
Apply pre-commit / fix lint issues

github.com/marshmallow-code/webargs - 82b86c49c475d899184441987b20d09ad62b154b authored about 3 years ago
pre-commit autoupdate

Keep mypy 0.910 for now due to a typing issue with __version_info__.

github.com/marshmallow-code/webargs - cba9e41f737ee9adfa3b0c48fafd3affaa794fb9 authored about 3 years ago
Merge pull request #674 from marshmallow-code/pin_mypy_0.910

Pin mypy version in tox

github.com/marshmallow-code/webargs - cd417165d5634c91f7796c780188646510c32acd authored about 3 years ago
Pin mypy version in tox

Currently pinning to 0.910 due to a type issue with __version_info__.

github.com/marshmallow-code/webargs - 9164214e37270cc6eaa9653353a008eee737bc23 authored about 3 years ago
Revert "Merge pull request #1926 from Isira-Seneviratne/Update_type_hints"

This reverts commit 94069488e8718f0589f797e56377940a3fe21628, reversing
changes made to 0ffca9b4...

github.com/marshmallow-code/marshmallow - 85979b506eeac8f04e0e98999eb823574974d704 authored about 3 years ago
Merge pull request #1926 from Isira-Seneviratne/Update_type_hints

Use type hints made available in Python 3.9 and 3.10.

github.com/marshmallow-code/marshmallow - 94069488e8718f0589f797e56377940a3fe21628 authored about 3 years ago
Merge pull request #1923 from marshmallow-code/drop_py36

Drop Python 3.6 support

github.com/marshmallow-code/marshmallow - 43e775184dcf64ba20e8b5ba888a20048a5c3807 authored about 3 years ago
Bump mypy from 0.920 to 0.930

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

github.com/marshmallow-code/marshmallow - 898b080879179e769589bf8eb5bd13c4872e83c2 authored about 3 years ago
Bump sphinx from 4.3.1 to 4.3.2

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

github.com/marshmallow-code/marshmallow - 37847dd304d22b1dd34d18ed4a38ce28c0f95391 authored about 3 years ago
Bump mypy from 0.910 to 0.920

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

github.com/marshmallow-code/marshmallow - f0604b109ec43e095dc1217ea995aed704b2c792 authored about 3 years ago
Bump sphinx from 4.3.1 to 4.3.2

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

github.com/marshmallow-code/webargs - d0d1a9180d80ef110be511e69cdae1cdb768473a authored about 3 years ago
Bump sphinx from 4.3.1 to 4.3.2

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

github.com/marshmallow-code/apispec - 22c2c1d40547b612b99f47293b8cf7c4a0dff91f authored about 3 years ago
Bump version and update changelog

github.com/marshmallow-code/marshmallow-sqlalchemy - 52a3cf18cdb76af000b874b28c8a8c1335b81854 authored about 3 years ago
Test against Python 3.10; reduce jobs (#421)

* Test against Python 3.10; reduce jobs

* Update changelog and classifiers

github.com/marshmallow-code/marshmallow-sqlalchemy - 730654d4e6151cfa2b814d7840989681a75e3ea3 authored about 3 years ago
Add py.typed (#420)

* Add py.typed

Replaces pull request #406

* Update authors and changelog

Co-authored-by...

github.com/marshmallow-code/marshmallow-sqlalchemy - 71843d082f09a23e230786ff1408faf896c4bc0e authored about 3 years ago
setup.py: Mark lazy-fixture>=0.6.2 (#401)

lazyfixture 0.6.2 is required to support pytest 5.6.0 and above.

Co-authored-by: Steven Loria...

github.com/marshmallow-code/marshmallow-sqlalchemy - 7caf55929a116cbca0fdd9b8280d0c31e795fc75 authored about 3 years ago
Use type hints made available in Python 3.9 and 3.10.

github.com/marshmallow-code/marshmallow - fd92420889bb0c107bb7eba1d9d7da3fae02f395 authored about 3 years ago
Merge branch 'dev' into Update_type_hints

github.com/marshmallow-code/webargs - 9d429bdba1de7a70760ecbdd3945bed8ed02f1a7 authored about 3 years ago
Merge pull request #308 from marshmallow-code/py310

Support Python 3.10

github.com/marshmallow-code/flask-smorest - ac4258489a6227e64539d92b11beb8ddb0043f76 authored about 3 years ago
Merge pull request #306 from marshmallow-code/drop_py36

Drop Python 3.6

github.com/marshmallow-code/flask-smorest - fdb39447e86879cb0de04d8ba60da22226f32143 authored about 3 years ago
Remove uses of OrderedDict

github.com/marshmallow-code/flask-smorest - 187e4cf58b3bfffc822593ce6f3c918046f0bf80 authored about 3 years ago
Merge pull request #305 from marshmallow-code/respect_json_sort_keys

Respect JSON_SORT_KEYS in _generate_etag

github.com/marshmallow-code/flask-smorest - 73d0720f25ee2757a802bb32d58fda3ada9236a6 authored about 3 years ago
Don't force sort_keys=True in _generate_etag

Respect JSON_SORT_KEYS app setting.

github.com/marshmallow-code/flask-smorest - 0d9a3f298e412d905672a3275a9ff2f05e0e2b55 authored about 3 years ago
Merge pull request #307 from marshmallow-code/drop_pypy

Drop PyPy from CI tests

github.com/marshmallow-code/flask-smorest - e58d72aa6cb4a7648aa37894fc43e41cc7941187 authored about 3 years ago
Drop PyPy from CI tests

github.com/marshmallow-code/flask-smorest - fa66fd524edf56dc5b072b51c67e588bca4bed16 authored about 3 years ago
Merge pull request #304 from marshmallow-code/pre-commit_autoupdate

pre-commit autoupdate

github.com/marshmallow-code/flask-smorest - 41c3816c72466fbcbef14e3af1fd67d85b34a6e2 authored about 3 years ago
pre-commit autoupdate

github.com/marshmallow-code/flask-smorest - 859bfc000697ca2245d8ae80936f532d41481149 authored about 3 years ago
Merge pull request #664 from sirosen/fix-ci

Fix Django usage in testsuite

github.com/marshmallow-code/webargs - 1413a394652bb2c77d80fb5fe72854432dcb6239 authored about 3 years ago
Fix Django usage in testsuite

To be compatible with the latest versions of django,
`django.conf.urls.url` is no longer support...

github.com/marshmallow-code/webargs - 744406c5b6d725f7865be67e56516622afdc709f authored about 3 years ago
Use type hints made available in Python 3.9 and 3.10.

github.com/marshmallow-code/webargs - adacf607e8106a36446f38e2b349719863781814 authored about 3 years ago
Remove useless uses of OrderedDict

github.com/marshmallow-code/marshmallow - e859909daf20f1f0d2a2680330ce69fdbedc6d08 authored about 3 years ago
Merge pull request #1921 from marshmallow-code/support_py310_black

Add py310 to black target-version

github.com/marshmallow-code/marshmallow - 9249ec1457e01cd779c39afe870fed860a46a845 authored about 3 years ago
Add py310 to black target-version

github.com/marshmallow-code/marshmallow - e3eb4a94c5b78137f52c82b94e4a4a342d94234c authored about 3 years ago
pre-commit autoupdate

github.com/marshmallow-code/marshmallow - 0aa14b1db34393de07341e1bb7aeb6fa477d9ca0 authored about 3 years ago
Bump flake8-bugbear from 21.11.28 to 21.11.29

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.11.28 to 21.11.29.
- [Re...

github.com/marshmallow-code/flask-smorest - 6f8a1d71aafa77516c02190cdfb0b67853ea2e21 authored about 3 years ago
Bump flake8-bugbear from 21.11.28 to 21.11.29

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.11.28 to 21.11.29.
- [Re...

github.com/marshmallow-code/apispec - 8ada8cd89e9fca968fca2a27bc689579a3a42983 authored about 3 years ago
Bump flake8-bugbear from 21.11.28 to 21.11.29

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.11.28 to 21.11.29.
- [Re...

github.com/marshmallow-code/webargs - 976328509af693093d2be43b49d31f115ab955d4 authored about 3 years ago
Bump flake8-bugbear from 21.11.28 to 21.11.29

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.11.28 to 21.11.29.
- [Re...

github.com/marshmallow-code/marshmallow-sqlalchemy - 7b6743ff0accbcac2f7cd21cae6e492ae5ca9613 authored about 3 years ago
Bump flake8-bugbear from 21.11.28 to 21.11.29

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.11.28 to 21.11.29.
- [Re...

github.com/marshmallow-code/marshmallow - 648e13fb02e2879a276aaf845aa4f58a6078ab71 authored about 3 years ago
Bump flake8-bugbear from 21.11.28 to 21.11.29

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.11.28 to 21.11.29.
- [Re...

github.com/marshmallow-code/marshmallow-oneofschema - d65a115c2fcf4e7c635dce2be9561b075e546800 authored about 3 years ago
Bump pre-commit from 2.15.0 to 2.16.0

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

github.com/marshmallow-code/flask-smorest - dc7c61c1246aa5f37f7cdd75d80b701d2b06a8d2 authored about 3 years ago
Bump flake8-bugbear from 21.9.2 to 21.11.28

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.9.2 to 21.11.28.
- [Rele...

github.com/marshmallow-code/marshmallow - ef75f7404d587a7da80a6068ee5f7d2ab448e456 authored about 3 years ago
Bump flake8-bugbear from 21.9.2 to 21.11.28

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.9.2 to 21.11.28.
- [Rele...

github.com/marshmallow-code/marshmallow-oneofschema - f88c883808b742945345d60792c000e88bedccea authored about 3 years ago
Bump sphinx from 4.3.0 to 4.3.1

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

github.com/marshmallow-code/marshmallow - 9aa51770d01975943311f93e930580abf13f8ecf authored about 3 years ago
Bump flake8-bugbear from 21.9.2 to 21.11.28

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.9.2 to 21.11.28.
- [Rele...

github.com/marshmallow-code/marshmallow-sqlalchemy - a93c8bfe5fff277c716f21827eed658d13ad77b0 authored about 3 years ago
Bump sphinx from 4.2.0 to 4.3.1

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

github.com/marshmallow-code/marshmallow-sqlalchemy - ec2000b9d6a5a7cb24f58450b87f16c0161bd83d authored about 3 years ago
Bump sphinx from 4.3.0 to 4.3.1

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

github.com/marshmallow-code/apispec - da9fe5c8ead0ebad08e8e391236857d5bff3cee2 authored about 3 years ago
Bump sphinx from 4.3.0 to 4.3.1

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

github.com/marshmallow-code/webargs - a7706fc60943004f4a7cf9ca7843ba92e0b7e2f0 authored about 3 years ago
Bump flake8-bugbear from 21.9.2 to 21.11.28

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.9.2 to 21.11.28.
- [Rele...

github.com/marshmallow-code/apispec - 6c6740f9ec94155c8829a0bebe6c3af047be4f4e authored about 3 years ago
Bump flake8-bugbear from 21.9.2 to 21.11.28

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.9.2 to 21.11.28.
- [Rele...

github.com/marshmallow-code/webargs - bbd5fcdcea41c35ddaecf94e747042cec2229c8f authored about 3 years ago
Bump coverage from 6.1.2 to 6.2

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.1.2 to 6.2.
- [Release notes](http...

github.com/marshmallow-code/flask-smorest - fa135531e7853f66045c573cc3f490a16bc68211 authored about 3 years ago
Bump flake8-bugbear from 21.9.2 to 21.11.28

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.9.2 to 21.11.28.
- [Rele...

github.com/marshmallow-code/flask-smorest - 447bbf4b5ecf8b3ba70a6e995749da3b8528372b authored about 3 years ago
Bump furo from 2021.11.16 to 2021.11.23

Bumps [furo](https://github.com/pradyunsg/furo) from 2021.11.16 to 2021.11.23.
- [Release notes]...

github.com/marshmallow-code/webargs - 063db63c5cfa530230007501bb1cce6a2f1b6f6b authored about 3 years ago