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
These tests are already covered by the aiohttpparser tests, they're
just another copy of several...
It's not possible to construct an asyncio Future (which tornado Future
aliases) without an event...
github.com/marshmallow-code/marshmallow - d43872924e0904717d6968e74542b58581208c70 authored over 4 years ago
Cast to mapping type in Mapping.serialize/deserialize
github.com/marshmallow-code/marshmallow - ad93940134abf136e769d6ec245cfc49cc0b9af7 authored over 4 years agogithub.com/marshmallow-code/marshmallow - aa27968f9b1463106fdf46a8f9be02f88c9e4201 authored over 4 years ago
github.com/marshmallow-code/marshmallow - b27735410970641c329346c4eceab943ccecc1c8 authored over 4 years ago
github.com/marshmallow-code/marshmallow - 8113031d02e91eecf3ec1ab23bbde8afd1e57050 authored over 4 years ago
* Various docs updates
* Remove banner campaign
* Add more .. versionadded, etc. directives
...
This adds a tox factor, `mindeps`, which specifies explicitly that we
want to test with old vers...
Add support for headers to DjangoParser
github.com/marshmallow-code/webargs - 3549e3cb82ca04e2719b59db7287eaa826dcbbd3 authored over 4 years ago
We now support Django 2.2.0 or later (for `HttpRequest.headers` to be
available). Even though th...
Switch FalconParser to using 'media' by default
github.com/marshmallow-code/webargs - 0b5673c5bf0ec6e24df8f0f5b24afceac72a7e01 authored over 4 years ago
Bumps [faker](https://github.com/joke2k/faker) from 4.14.1 to 4.14.2.
- [Release notes](https://...
Given the choice, use `HttpRequest.headers` rather than
`HttpRequest.META`. `headers` was added ...
We aren't using the mock backport anymore, so this flag does nothing.
github.com/marshmallow-code/webargs - ccd9737cd0e5abbd6bfacd6de107b1a3da6ee394 authored over 4 years ago
Add a new location to the FalconParser, `media` (handler is
`load_media`), and sets it as the de...
Drop Python 3.5
github.com/marshmallow-code/webargs - 60a4a27143b4844294eb80fa3e8e29653d8f5a5f authored over 4 years ago
Bumps [faker](https://github.com/joke2k/faker) from 4.14.0 to 4.14.1.
- [Release notes](https://...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.0.
- [Release notes](http...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.0.
- [Release notes](http...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.0.
- [Release notes](http...
Remove 3.5 from tox.ini because it's no longer supported.
Also, while we're here, switch '3.0.0r...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.0.
- [Release notes](http...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.0.
- [Release notes](http...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.0.
- [Release notes](http...
Also update pre-commit config and relevant docs.
github.com/marshmallow-code/webargs - 13b403120f6612d171ffc9aee609f993a5506d23 authored over 4 years agogithub.com/marshmallow-code/marshmallow - 739ec29af85518b04468e41c88e0087e567498dd authored over 4 years ago
* Add format option for fields.time #686
* Fix typo in test_time_field_iso8601
* Fix typo ...
github.com/marshmallow-code/marshmallow - c30d3eb2673d2d1b0be3318d69ef6fac7efa3fe4 authored over 4 years agoSupport Python 3.9 and use Azure for tests
github.com/marshmallow-code/flask-smorest - 61e8ccaec5613cf09012165a52ee8423f2ca6c88 authored over 4 years ago* Test against Python 3.9; don't test ma 2
* Remove ma 2 compatibility code
* Update chang...
github.com/marshmallow-code/marshmallow-jsonapi - 7ae6124d9c6f15b771da16beb7ee5b873eb2593a authored over 4 years agogithub.com/marshmallow-code/webargs - 1aa6c4b457702180cbf1533e5a472455f8775cf3 authored over 4 years ago
* Drop Python 3.5 and test against 3.9
* tox -e lint
github.com/marshmallow-code/marshmallow-oneofschema - 287ddd8b12fb779fe1c91210c87599ec24d03f1e authored over 4 years agogithub.com/marshmallow-code/flask-marshmallow - 2e6dacbd17eecfea347bf94c4730fcc4f8517157 authored over 4 years ago
* Test against Python 3.9
* Drop support for Python 2.7 and 3.5
* Drop support for marshma...
github.com/marshmallow-code/flask-marshmallow - 72a11cdb9bf8228df6daf00ac2d192a414051a2b authored over 4 years agogithub.com/marshmallow-code/marshmallow-sqlalchemy - 45df83115f84abc55e037ce9c2d05aff3f7ded52 authored over 4 years ago
Test against Python 3.9
github.com/marshmallow-code/marshmallow-sqlalchemy - a259d301057c602ca623472790395cdab8e7cc2c authored over 4 years agogithub.com/marshmallow-code/marshmallow-sqlalchemy - 8fb58a589f11ae5090d4d7137ce7be65b39bf36c authored over 4 years ago
github.com/marshmallow-code/marshmallow-sqlalchemy - 13f3e4cb63b6269d68b2773b284fef0411b4b0b3 authored over 4 years ago
Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framewor...
github.com/marshmallow-code/django-rest-marshmallow - 5649c864b4631d6b50f7053f9bb4876e788be8e2 authored over 4 years ago* Support 3.6-3.9; drop Python 2 and marshmallow 2
* Update docs and changelog
* Don't tes...
github.com/marshmallow-code/django-rest-marshmallow - b3f2ec8253ff4e21115b95be9d2a1756d6db90da authored over 4 years agogithub.com/marshmallow-code/apispec-webframeworks - 824d5ddd9e723aafabcf5fb7a58ff7e67e449e1f authored over 4 years ago
github.com/marshmallow-code/flask-smorest - 1c0584e171fa011f57bae37faa72130d18dd091d authored over 4 years ago
github.com/marshmallow-code/apispec - c7d4630a974d36bb4ac6d7345af63c4c3ffc7d0d authored over 4 years ago
github.com/marshmallow-code/flask-smorest - 558e3f0ecacc5af2f17cf800d00cabb5218d93fa authored over 4 years ago
github.com/marshmallow-code/flask-smorest - e2e04bc5667084fd52d29d7b155d7ca96d1e428f authored over 4 years ago
github.com/marshmallow-code/apispec - 9fa65bed264b734a14f562d22a3350bff20d4068 authored over 4 years ago
github.com/marshmallow-code/marshmallow - f37da1abf5a32e9f3823ae446b75a104000aa0a8 authored over 4 years ago
Bumps [faker](https://github.com/joke2k/faker) from 4.9.0 to 4.14.0.
- [Release notes](https://g...
Bumps [mypy](https://github.com/python/mypy) from 0.782 to 0.790.
- [Release notes](https://gith...
Bumps [mypy](https://github.com/python/mypy) from 0.782 to 0.790.
- [Release notes](https://gith...
Bumps [faker](https://github.com/joke2k/faker) from 4.5.0 to 4.9.0.
- [Release notes](https://gi...
* Fix #1663 Typing - Use explicit optional
* Remove unnecessary Optionals
* Update changel...
github.com/marshmallow-code/marshmallow - 43db1072f94ae6af40cbedc058f1c02f3cedb379 authored over 4 years ago
Bumps [faker](https://github.com/joke2k/faker) from 4.4.0 to 4.5.0.
- [Release notes](https://gi...
Init `type_schemas` as dictionary instead of list.
Co-authored-by: bearnun <marina.nunamaker@...
github.com/marshmallow-code/marshmallow-oneofschema - a17d5c1493206ebb44664844d36445d5a2a62f5f authored over 4 years agogithub.com/marshmallow-code/marshmallow-oneofschema - 5e5fdb2b75716eddc27f629199576badc6e58158 authored over 4 years ago
github.com/marshmallow-code/marshmallow-oneofschema - a54dab909881d22b7ae777dc2c49d4550af9a556 authored over 4 years ago
* add **kwargs to load() for marshmallow-sqlalchemy
This is particularly to help support poly...
github.com/marshmallow-code/marshmallow-oneofschema - 112e96f8656214396535d8a179315f1da1940674 authored over 4 years agoBump flake8-bugbear from 19.8.0 to 20.1.4
github.com/marshmallow-code/marshmallow-oneofschema - 8c27a4becae9ae0633e31f6d66deae4d69e474c4 authored over 4 years ago
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 19.8.0 to 20.1.4.
- [Releas...
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://g...
Bumps [faker](https://github.com/joke2k/faker) from 4.1.6 to 4.4.0.
- [Release notes](https://gi...
github.com/marshmallow-code/apispec - 8a09f9ca4a05b8f40621f235896c1cd166422da4 authored over 4 years ago
github.com/marshmallow-code/apispec - c419940b71dca7922669b75f4a43bcacd4798139 authored over 4 years ago
github.com/marshmallow-code/flask-smorest - e06325d7a201af6d07caa2e8e103fba15eb4b9b7 authored over 4 years ago
github.com/marshmallow-code/flask-smorest - 7df48930694e0bf80404c72b37e3265ac7cc6cbf authored over 4 years ago
github.com/marshmallow-code/flask-smorest - 5c255ee87dad667ffce68af8986e8f90ddfef6dc authored over 4 years ago
github.com/marshmallow-code/flask-smorest - 60e2c96470db20790788830d2bb1686e78a2f817 authored over 4 years ago
Document AnyConverter
github.com/marshmallow-code/flask-smorest - e79c06c5f86c0df7c792593c7c75313e854804f2 authored over 4 years agogithub.com/marshmallow-code/flask-smorest - bf4fea34028d16c0def46f2860b6d1dfceb17ad2 authored over 4 years ago
Bumps [faker](https://github.com/joke2k/faker) from 4.1.4 to 4.1.6.
- [Release notes](https://gi...
github.com/marshmallow-code/flask-smorest - 5ed2b6054a45438ea974815391fb855223e57d14 authored over 4 years ago
Rework werkzeug converter to parameter schema
github.com/marshmallow-code/flask-smorest - 8b3b0619c32cb692ffb9454e88a24819db05a217 authored over 4 years agoUse callables instead of (type, format) pairs
github.com/marshmallow-code/flask-smorest - 31504dc4b0e5e24b9b68946c0bdec9fcee3fdfd8 authored over 4 years agoDon't document int format as int32 and float format as float
github.com/marshmallow-code/flask-smorest - 76669b7e6cb0aa734e3a3eb70797882353c5c5d9 authored over 4 years agogithub.com/marshmallow-code/flask-smorest - 060cc864433c4962e9885b6f7e86cdf46f56ed42 authored over 4 years ago
Drop marshmallow 2
github.com/marshmallow-code/flask-smorest - 723293b4609df87a66646050f53f97773135b53a authored over 4 years agogithub.com/marshmallow-code/flask-smorest - c03f34b93d18ebc3269ae96bc2ffac130484845c authored over 4 years ago
Bumps [faker](https://github.com/joke2k/faker) from 4.1.3 to 4.1.4.
- [Release notes](https://gi...
github.com/marshmallow-code/apispec - 094aba2b546a82844111f0a170c04358c69fb3c3 authored over 4 years ago
Fix "Writing Plugins" doc sample
github.com/marshmallow-code/apispec - 059942a08c4f1dcd3bb226028bdf89532ded7acb authored over 4 years agogithub.com/marshmallow-code/apispec - ea2c32492e5b64623c487c411d5a1eec266012fb authored over 4 years ago
Committed via https://github.com/asottile/all-repos
github.com/marshmallow-code/marshmallow - 9e88f46c36b8cce072608a647c9f6d2e2eefc6bf authored over 4 years agoCommitted via https://github.com/asottile/all-repos
github.com/marshmallow-code/webargs - ff021b3c0cfcd6c1e1e53dcb87a71775be3a804a authored over 4 years agoCommitted via https://github.com/asottile/all-repos
github.com/marshmallow-code/marshmallow-validators - 51de04a73eeba8aee70bd2003f94e5faccd94e0e authored over 4 years agoCommitted via https://github.com/asottile/all-repos
github.com/marshmallow-code/marshmallow-sqlalchemy - 525fc4ba74f04ed6df2c174bfdb9e4cb53ad4af7 authored over 4 years agoCommitted via https://github.com/asottile/all-repos
github.com/marshmallow-code/marshmallow-jsonapi - 8669670f37dad261a57efaafd825607b2188a4bc authored over 4 years agoCommitted via https://github.com/asottile/all-repos
github.com/marshmallow-code/apispec - 42fde9748c4c71fd33257e7326b9b46d18e6bd48 authored over 4 years agogithub.com/marshmallow-code/flask-marshmallow - 0d84ce91ab4a00a2e628c5d9a2529948e2fce3be authored over 4 years ago
* Add values argument to URLFor and AbsoluteURLFor
Add values argument to URLFOR and Absolute...
github.com/marshmallow-code/flask-marshmallow - 21057fba4ac3bba179fafd80a65f3dadf196dc67 authored over 4 years agogithub.com/marshmallow-code/apispec - 1225d3d871363e84b31b3b0d2ac129011511f07c authored over 4 years ago
github.com/marshmallow-code/apispec - 62bd9b79d5f113eb4d6435d783f83c0595adfb96 authored over 4 years ago
Resolve components in operations
github.com/marshmallow-code/apispec - 3a3a4317dcb582e432e8f5170c3316c3fe081c2a authored over 4 years agoBump autodocsumm from 0.2.0 to 0.2.1
github.com/marshmallow-code/marshmallow - 51c4b6c30824551d10824c52fee3c42bfaedf0cc authored over 4 years ago