Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/marshmallow-code/marshmallow
A lightweight library for converting complex objects to and from simple Python datatypes.
https://github.com/marshmallow-code/marshmallow
91380a75668f18f4504442d4d4492b8f1ef25ef3 authored over 6 years ago
Fix Collection Root Inheritance
eb91d4e1bb457c45fd42525ba508f24e8c369ebb authored over 6 years ago3cadbf0bcae96ce34d741f8cfd434c443ba5014f authored over 6 years ago
fixes #906
this is manual backport from #954
d9725e0e127d9ef214ff1f3024cc150440ae1b67 authored over 6 years ago
ecd01423d992ccdd2b6df19f8c94d71413fea8d4 authored over 6 years ago
1c34c25472a23c76d960d456e3466ad8b8d693f4 authored over 6 years ago
43e07d734ca37bc1a9b473515dd448157504cfae authored over 6 years ago
Fixes for #906 (TypeError with many=True) and #907 (return [] not {} on many=True error) and #93...
8ae7f08d98df86aa616f54cd844402280bbc088d authored over 6 years agoa8a4dc3093b731d13340aa71a76557d90a9a65ef authored over 6 years ago
44f240c988ab1ab2f0bbe0ae255ba3ae08bbe317 authored over 6 years ago
f5ddb4f4e6b0beb232b2f1b943f2a580a88cfa84 authored over 6 years ago
937f35fe17e12cb847bb52267fe311a00a8feaa3 authored over 6 years ago
Add Tidelift links to README and docs
c56baa73a06c7d1142fe5db5ce3a0d9646ecad87 authored over 6 years agoAlso remove redundant OpenCollective link
028fcf2a4f102706e60c1d526077c119207a25b7 authored over 6 years agoFix Unfiltered Fields
747bc27e0ee712d097c871b1e2dcb4ed07631ee8 authored over 6 years agoBump invoke from 1.1.1 to 1.2.0
3781992e153a1e3122f768e5199339ea59eb6459 authored over 6 years agoa884ece705f742736534d1e5605dd1d8cf583fd6 authored over 6 years ago
Bumps [invoke](http://docs.pyinvoke.org) from 1.1.1 to 1.2.0.
Signed-off-by: dependabot[bot] <s...
fd8aeff53058af76594ca6ac5d01e32faa1b0ad6 authored over 6 years agoAs recommended by PyPA
ec2ef5bbca251251bbef04d2b6c66f8efaaef3d4 authored over 6 years ago0bcddefd798e6af098b775acdba8f20f4f10277e authored over 6 years ago
Makes filter_fields method only returns fields pairs specified by `field_names`.
This will avoi...
76c05df244c4ac74444099d2ac632ee36248d37c authored over 6 years agoBump sphinx from 1.7.9 to 1.8.0
35aec77f75fc2bdde82cc05b6b4d3ebb56e90415 authored over 6 years ago
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 1.7.9 to 1.8.0.
- [Release notes](http...
dcf79673724bbbc7add39ad94d7eed9643ffe93b authored over 6 years ago
b2ad73d0c0f56e4920bf1b9ae4b83dbb932e32f2 authored over 6 years ago
baa1658bda12af722ebd05fe6d952302fe6ef634 authored over 6 years ago
00ea44e71f6b25dca82e9a9dfd531c3d08d97af6 authored over 6 years ago
Officially support Python 3.7
96e5f68e9aa835a395a0f61694ae959283af24b6 authored over 6 years ago91549a985f819ccc6eea2900e44dc0a1bcd04568 authored over 6 years ago
Add allow_nan to Float field
3f44bb65fe8d11ad917d5efa900e8dd79c8135c9 authored over 6 years agob9f9fb79bc4557f3e6065292a9c3a9e1be5986de authored over 6 years ago
618b0e89cd42d45c2ee045006ed39ba765a8319b authored over 6 years ago
72ad3f8b024377620aed3b13b26041e37f3691a0 authored over 6 years ago
1614b5bb1a0cbbed267d06e7e0e5ff160f5b6249 authored over 6 years ago
4d03a064cf4eeae28f426601a1b8d1bc9624d71b authored over 6 years ago
28a6d4856e5af47b59419fe3f31c9488f03b4e92 authored over 6 years ago
ebec6da0437f828739f405b045d7688fdd4fb2e7 authored over 6 years ago
50901c049864af5aa846d9787e84d53ba00e2377 authored over 6 years ago
Update add-trailing-comma
cdcede15926f90448c2b532c78f1d158ae22eed5 authored over 6 years ago930a95fd2d8bf559b578e25ce65d8c6ac707f5c4 authored over 6 years ago
Documents attribute retrieval
a1c2f0610fafad3f370b7cc1aa248b62bc89b980 authored over 6 years agoBump pytest from 3.7.4 to 3.8.0
dcf071a5a6a505da2b13d0ee193772f6a7e29b43 authored over 6 years ago
- Documents how attributes are retrieved from objects by default during serialization.
- Warn us...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.7.4 to 3.8.0.
- [Release notes](http...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 1.7.8 to 1.7.9.
- [Release notes](http...
1d9de1e734276737351e597deedf26c6cb21ae15 authored over 6 years ago
a5ba0948d6c38613392750e8e3d42ccf149b8347 authored over 6 years ago
Minor rework of test_nested_unknown_validation
2e18cc5aa5d751a37b83e0cc6c3be67d78b49842 authored over 6 years ago7347535f1e62be57643d937957032b1dd8223327 authored over 6 years ago
Fixes #908: Nested field default unknown to RAISE
8d4335ad1f4eeb2c85ef389b48b34fd4cb9166f0 authored over 6 years ago
The actual fix actually came together in #906, just expanding it to cover also
dicts, plus addin...
02012d8d9148556723d34553eef9c9be53dc0279 authored over 6 years ago
Only when there's no valid data!
bf851497ef518f459c5fef1fa7ca997162400348 authored over 6 years ago8a3f3278bef7ee31ed89be366bc2f845de5cb951 authored over 6 years ago
0a75653d6cc14562d35de605d08127a3d775d116 authored over 6 years ago
8efb79a8ed45906853c53335b0ca1b36e8528208 authored over 6 years ago
Bump pre-commit from 1.10.5 to 1.11.0
f1b0428dee11e3eb4f1230d353cb3db4b97ed54c authored over 6 years ago
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.10.5 to 1.11.0.
- [Release n...
8560ed79f3e6690eba2b819003deb1d27c17b51b authored over 6 years ago
Don't mutate self.dateformat in DateTime field._[|de]serialize
532515445fef7b6c14ab14bcb78056524f19d219 authored over 6 years ago47e65ecc419bc55427abfc9e75d7a5db81412e03 authored over 6 years ago
Nested: raise StringNotCollectionError if only or exclude is passed as string
764235ea5668f8093b43950b260447dc594752c0 authored over 6 years agoRemove unused import and calls to fixtures in tests
dc3e3a613cbc4ded8dcf4dc58deb138f0f4ce394 authored over 6 years ago411c32164db872dd293a8f88676c4a22321bd347 authored over 6 years ago
d9853d7ec836fde936d6ff1248c30b74b9fde91e authored over 6 years ago
24170608d0688e350b16acca6e7b23dcb709cc0e authored over 6 years ago
Pluck Field
8542224aab5c411bd8653b81e54e3ced8cfecc2e authored over 6 years agod170481b48d72195fa6db86ac1a9de99f90378ad authored over 6 years ago
2678e728affba63f6783fb6d41ba312f6e76726f authored over 6 years ago
9a74056e4d77319ba950d966f28d74ec6fe64680 authored over 6 years ago
Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.7.3 to 3.7.4.
- [Release notes](http...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 1.7.7 to 1.7.8.
- [Release notes](http...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.7.2 to 3.7.3.
- [Release notes](http...
ffb82b35c3ff07d1fe3ca6d44cb6464568fc0095 authored over 6 years ago
af33080bdcb922d846e8d60b642bc24d3db2efcb authored over 6 years ago
e0bfdc9ba423292630a30d03f94d45dabc8122d9 authored over 6 years ago
298870ef6c089fb4d91efae9ca4168453ffe00d2 authored over 6 years ago
Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.7.1 to 3.7.2.
- [Release notes](http...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 1.7.6 to 1.7.7.
- [Release notes](http...
fac776a81ce4dbbe2969fd2c220ff722f84859dd authored over 6 years ago
ca964db409a2a57f0d04bed5fb62d2262baaf66c authored over 6 years ago
afc844c8c560fb50a75ef4b82233b088576d5d82 authored over 6 years ago
Update docs to reflect change in default behaviour for unknown fields
c8cb6fbd4c39b4360fcdbcab98be8d7f15398ae0 authored over 6 years agoFixes #912.
f52082cb50fc646f47002e6343433db0f86793a6 authored over 6 years ago2f72742bada76ea87e9371d87fe4589d9c56a60e authored over 6 years ago
7783f9b3c5e23414eb2d874e8fa86e1c16982e87 authored over 6 years ago
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.10.4 to 1.10.5.
- [Release n...
db0fea9691da5c4cfabb580c65de0043c63d68ce authored over 6 years ago
1279d5518c20e1595de6da5e2a7d7c05d0b150e2 authored over 6 years ago
Raise StringNotCollectionError if only or exclude is passed as string
a72bd314828c4661fc3affcc8314e260a4dd53e8 authored over 6 years ago3993140760d80f04425a03799883d190e49c9a84 authored over 6 years ago
5e685a29e1185360966a141ce62459e00047b3e4 authored over 6 years ago
b0ebaf6f13f9833ccc6b19900208b211597480e9 authored over 6 years ago
5c1066a5895b97315800af778a8c958cd50072e0 authored over 6 years ago
Use load_from as ValidationError field name when provided. Closes: #748
7c848eb246c048ade3e794fe7906c8d98053af3e authored over 6 years agoBump pytest from 3.6.4 to 3.7.1
aa63d0a95862d8c9622a8001fa8c26f166fc4fe7 authored over 6 years agoa8c2cf4572c3ad41cfe1eedbb4ec7854c695a1e3 authored over 6 years ago
Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.6.4 to 3.7.1.
- [Release notes](http...
d863c3e672d13cd01e92bac9fa4941853723bf52 authored over 6 years ago