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

Unwrap functools.partial when introspecting field (#393)

* Unwrap functools.partial when introspecting field

The `_postgres_array_factory()` function ...

github.com/marshmallow-code/marshmallow-sqlalchemy - 1778b5ae5035f404b8d5c2cf670f36dfc73ba6b1 authored over 3 years ago
Bump version and update CHANGELOG

github.com/marshmallow-code/apispec - f64ff702646375120320a09a85753a3be6e4995c authored over 3 years ago
Merge pull request #672 from marshmallow-code/openapi_3.1.0

Support OpenAPI 3.1.0

github.com/marshmallow-code/apispec - 397bcb44ea01c64c71e1b5df744dd1023343f086 authored over 3 years ago
Support OpenAPI 3.1.0

Don't set "nullable" when field is allow_none, add a 'null' type
Support type lists in converter...

github.com/marshmallow-code/apispec - cf69230c1c61cee1b7a1f52ea499476c7c4a14ab authored over 3 years ago
Merge pull request #675 from marshmallow-code/fix_metadata_keyword_warning

Don't pass Field metadata as keyword arg

github.com/marshmallow-code/apispec - e95cdd4641e12727fc7cd63dca9ad6ac66864f4a authored over 3 years ago
Don't pass Field metadata as keyword arg

github.com/marshmallow-code/apispec - 6d60a6cc32b47bb8f5bcdcbba45c2aa18424ed81 authored over 3 years ago
Merge pull request #674 from marshmallow-code/fix_get_fields

Fix get_fields class vs. instance condition

github.com/marshmallow-code/apispec - beff8713fa9f2b07b683e7b076415fd6e8418ed6 authored over 3 years ago
Fix get_fields class vs. instance condition

github.com/marshmallow-code/apispec - fc469a2bc89ea0ee8d37758534152452211dc417 authored over 3 years ago
Merge pull request #611 from sirosen/readme-ecosystem-link

Add link to readme to ecosystem page

github.com/marshmallow-code/webargs - 47a11affa530b438a3822489ba1531887062bb79 authored over 3 years ago
Add link to readme to ecosystem page

github.com/marshmallow-code/webargs - edc2d42515e0df1862b3f99ca31f5335b852ff6d authored over 3 years ago
Merge pull request #609 from sirosen/v8-upgrade-doc

Add doc on upgrade to 8.0 from 7.0

github.com/marshmallow-code/webargs - 0bc63df03d5426407bb01b7dd26acf3f19ca04c9 authored over 3 years ago
Add doc on upgrade to 8.0 from 7.0

There are new features in webargs 8, but only one breaking change. (We
could also consider treat...

github.com/marshmallow-code/webargs - 8383d412f1197273af7077f657e556bbc3935132 authored over 3 years ago
Bump pytest-cov from 2.12.0 to 2.12.1

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.0 to 2.12.1.
- [Release n...

github.com/marshmallow-code/django-rest-marshmallow - 117f89bd5f06de6049dd51d4705d0ccafcc351d7 authored over 3 years ago
Fix build status badge

github.com/marshmallow-code/flask-smorest - 59a3a3be8f192a04f5dd2497b482d1bb06cec664 authored over 3 years ago
Merge pull request #249 from marshmallow-code/fix_gh_actions

Fix GitHub actions workflow

github.com/marshmallow-code/flask-smorest - 715e7755c638fd89882ee5a6443fc5fdcead6fb3 authored over 3 years ago
Fix GitHub actions workflow

github.com/marshmallow-code/flask-smorest - 4f7df85e6084b808f2f9dad10c000f016c23fff8 authored over 3 years ago
Bump version: 0.31.0 → 0.31.1

github.com/marshmallow-code/flask-smorest - 0ce7a26e17ae652d66ee4facd9e8ad691658b6ae authored over 3 years ago
Merge pull request #248 from marshmallow-code/rapidoc

Support RapiDoc

github.com/marshmallow-code/flask-smorest - ff36005adce78adb7a8df44127f02d22893e99cc authored over 3 years ago
Document RapiDoc support

github.com/marshmallow-code/flask-smorest - 927f620bac5713da8b4eb4fed52944189fcd488b authored over 3 years ago
Test OPENAPI_SWAGGER_UI_CONFIG

Forgotten in #171

github.com/marshmallow-code/flask-smorest - 766813338e39e3199cbf7cf8f4267866958f73ab authored over 3 years ago
Add OPENAPI_RAPIDOC_CONFIG

github.com/marshmallow-code/flask-smorest - 0df55af03b236eb68c3a3ac8086ed73225437bdb authored over 3 years ago
Merge pull request #247 from marshmallow-code/rework_doc_serve_tests

Rework TestAPISpecServeDocs

github.com/marshmallow-code/flask-smorest - 297c6580b9dadf1b784e5085de89fdbc0bc1a33d authored over 3 years ago
Rework TestAPISpecServeDocs

Split tests to minimize combinations

github.com/marshmallow-code/flask-smorest - 68470c5720cfeaa70ab8309f35bf79626cd0ac39 authored over 3 years ago
Merge pull request #245 from marshmallow-code/github_actions

Use GitHub Actions

github.com/marshmallow-code/flask-smorest - 7f013d60b654cc89d43441c497866450b18831e1 authored over 3 years ago
Bump version and update changelog

github.com/marshmallow-code/marshmallow-sqlalchemy - 03c2cfcb09992020a855a31218e91f32ebc9eb14 authored over 3 years ago
Handle self._transient = False correctly (#389)

* Handle self._transient = False correctly

When locally set to False, and self.opt.transient ...

github.com/marshmallow-code/marshmallow-sqlalchemy - 0dd566addadc679dd4c6b465592f8afb7513fd0a authored over 3 years ago
Unwrap proxied columns when converting. (#384)

* Unwrap proxied columns when converting.

The columns of a model that is built from a sub-que...

github.com/marshmallow-code/marshmallow-sqlalchemy - c17a90e6c8487ca5c395db8956dffb516c08d189 authored over 3 years ago
Bump version and update CHANGELOG

github.com/marshmallow-code/apispec - 490948cbcf36e6da081e5f6f746fb3957208fea8 authored over 3 years ago
Merge pull request #670 from marshmallow-code/rework_654

Rework 654 (partial -> required in _field2parameter)

github.com/marshmallow-code/apispec - ccc532781da00e8b5554a2ad2970988bc9895807 authored over 3 years ago
Complete required partial tests

github.com/marshmallow-code/apispec - 51badb687bf2353fb129ccfde158d8950364267e authored over 3 years ago
Rework required in _field2parameter

github.com/marshmallow-code/apispec - 4f4e7cdd0eca822fa6bedb90b5cfd72134a320c3 authored over 3 years ago
Respect partial in _field2parameter

github.com/marshmallow-code/apispec - d80571d199b1043a4238b67d88882820d5f07d5e authored over 3 years ago
Bump flask from 2.0.0 to 2.0.1

Bumps [flask](https://github.com/pallets/flask) from 2.0.0 to 2.0.1.
- [Release notes](https://g...

github.com/marshmallow-code/apispec-webframeworks - 91c4e2ccd85ce6a245a7911ad8f9f7b90ffde3bc authored over 3 years ago
Make the build reproducible

Whilst working on the Reproducible Builds effort [0] I noticed that
apispec could not be built r...

github.com/marshmallow-code/apispec - 29afad30a80149f4516f9b5e452128bb7f418483 authored over 3 years ago
Bump sphinx from 4.0.1 to 4.0.2

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

github.com/marshmallow-code/marshmallow-sqlalchemy - 208f1a2095df0fe473f0bd9e4d408baad1420b64 authored over 3 years ago
Bump sphinx from 4.0.1 to 4.0.2

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

github.com/marshmallow-code/marshmallow - 4e28ae1dbf164fdcd66d2ea9d5948d74b842e5b6 authored over 3 years ago
Bump sphinx from 4.0.1 to 4.0.2

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

github.com/marshmallow-code/apispec - 00c5f77250c5071c25a7e8db17fad23eb0d886ac authored over 3 years ago
Bump pytest-cov from 2.11.1 to 2.12.0

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.11.1 to 2.12.0.
- [Release n...

github.com/marshmallow-code/django-rest-marshmallow - ae249f6c92823c7d0c1b8297b62595f38813e88d authored over 3 years ago
Bump version: 0.30.0 → 0.31.0

github.com/marshmallow-code/flask-smorest - 8f3cd8551d53a64a2260aca43a481b498eb9b944 authored almost 4 years ago
Merge pull request #242 from marshmallow-code/remove_basepath

Remove feature setting `basePath` from `APPLICATION_ROOT`

github.com/marshmallow-code/flask-smorest - 34b11376fc8e149a9902199d3ff0ca5f04c2decc authored almost 4 years ago
Remove automatic basePath from APPLICATION_ROOT

github.com/marshmallow-code/flask-smorest - 73cfe1dc5deaabf5d5caee57670c40c412f853c0 authored almost 4 years ago
Update doc about removal of auto basePath

github.com/marshmallow-code/flask-smorest - 043139282b807f9eacd2931cc11a9867f3d0c8fe authored almost 4 years ago
Merge pull request #243 from marshmallow-code/werkzeug2_flask2

Move to werkzeug 2 and flask 2

github.com/marshmallow-code/flask-smorest - 856ad0b14b4de3654889d340e09e541fdc9915e9 authored almost 4 years ago
Cleanup handling of deprecated field params

Warn whenever `missing` or `default` are passed, even if
`dump_default` or `load_default` were p...

github.com/marshmallow-code/marshmallow - ddd6a51140bf33289745611f84433ff8b7f9c413 authored almost 4 years ago
Replace missing/default with {load,dump}_default

Add these new parameters to the Field initializer and to the
attributes of all fields. Remove th...

github.com/marshmallow-code/marshmallow - 1db1a8a8704133d751ec6a4a94b7beb00552413e authored almost 4 years ago
Bump flask from 1.1.2 to 2.0.0

Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.0.0.
- [Release notes](https://g...

github.com/marshmallow-code/apispec-webframeworks - 0e1ce03e720af4c8caf0837f0415b44d75c62e93 authored almost 4 years ago
Bump flake8 from 3.9.1 to 3.9.2

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

github.com/marshmallow-code/marshmallow-sqlalchemy - 1887a1da11835ba24b513534af5e2dd58128eac1 authored almost 4 years ago
Bump sphinx from 4.0.0 to 4.0.1

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

github.com/marshmallow-code/marshmallow - 8af34a94322bf4fff71eaff0f29d5e1655fc9c6e authored almost 4 years ago
Bump sphinx from 3.5.4 to 4.0.1

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

github.com/marshmallow-code/marshmallow-sqlalchemy - 1cc0cfad52580ff11cebc492381921ad5f784e73 authored almost 4 years ago
Bump sphinx from 4.0.0 to 4.0.1

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

github.com/marshmallow-code/apispec - 9a2c7b49ca3dafc44ab2c8476b96afba9c608ee8 authored almost 4 years ago
Bump version and update changelog

github.com/marshmallow-code/marshmallow - 65225654ec41ec7528edc7f16d2453d3429cae47 authored almost 4 years ago
Bind the root schema to the field to avoid the parent attribute being overwritten (#1810)

* Fix the docstring arg type for binding fields

* Bind the field root schema instead of walki...

github.com/marshmallow-code/marshmallow - dbfc7476e06aa191b359676a6e4a6e920bd6e826 authored almost 4 years ago
Bump sphinx from 4.0.0 to 4.0.1

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

github.com/marshmallow-code/webargs - eaa349c2db4e09b62e650e8536c94067bfa5cf0d authored almost 4 years ago
Bump flake8 from 3.9.1 to 3.9.2

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

github.com/marshmallow-code/marshmallow - 23d0551569d748460c504af85996451edd685371 authored almost 4 years ago
Bump sphinx from 3.5.4 to 4.0.0

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

github.com/marshmallow-code/webargs - 45e69f6d90161ef2ad9f763d5c42a17f8d4fe1f0 authored almost 4 years ago
Bump flake8 from 3.9.1 to 3.9.2

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

github.com/marshmallow-code/webargs - d805b35efeaefe3f343d9ece6ea2f2f9151bfa32 authored almost 4 years ago
Bump sphinx from 3.5.4 to 4.0.0 (#1807)

github.com/marshmallow-code/marshmallow - 69270215ab9275dc566b010ecdb8777c186aa776 authored almost 4 years ago
Bump autodocsumm from 0.2.3 to 0.2.4 (#1805)

Bumps [autodocsumm](https://github.com/Chilipp/autodocsumm) from 0.2.3 to 0.2.4.
- [Release not...

github.com/marshmallow-code/marshmallow - b10bf4749c0acd15d9dcac49f532b54a9e491d7b authored almost 4 years ago
Bump sphinx from 3.5.4 to 4.0.0

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

github.com/marshmallow-code/apispec - 1f01631567ba0f9b3b72aa75d8640ebe8fbd38f9 authored almost 4 years ago
Bump flake8 from 3.9.1 to 3.9.2

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

github.com/marshmallow-code/apispec-webframeworks - 6c51aafa661fc52d8cda32fab9ec665681621b00 authored almost 4 years ago
Bump flake8 from 3.9.1 to 3.9.2

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

github.com/marshmallow-code/django-rest-marshmallow - 8431b956c46e73a6d5c2c7af6d951ff706769ad6 authored almost 4 years ago
Bump flake8 from 3.9.1 to 3.9.2

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

github.com/marshmallow-code/marshmallow-oneofschema - 84287b98fda5a8fbd5e27fc4ce21018e84a74f3c authored almost 4 years ago
Bump flake8 from 3.9.1 to 3.9.2

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

github.com/marshmallow-code/flask-marshmallow - d79d4641fda0db9a4d256cc500ceabbf0c186743 authored almost 4 years ago
Bump flake8 from 3.9.1 to 3.9.2

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

github.com/marshmallow-code/apispec - 4a13dae75ea7a7cdf30296615f0b5e2e68aeb0d8 authored almost 4 years ago
Bump version and update changelog

github.com/marshmallow-code/marshmallow - ecf69309b70cccbbab94773bd256ef68f3ca0c64 authored almost 4 years ago
Type hinted all the decorators in marshmallow/decorators.py (#1789)

* Type hinted all the decorators in marshmallow/decorators.py

* Add @michaeldimchuk to AUTHOR...

github.com/marshmallow-code/marshmallow - 721976d2bffa2384db9217bb75569c33f9cadf84 authored almost 4 years ago
Fix markup of code literals in changelog (#1804)

* Fix markup of code literals in changelog

* Add @homeworkprod to AUTHORS

Co-authored-by: ...

github.com/marshmallow-code/marshmallow - 4041fb47bf0983eb64b3213602b6dd4af0e8da8f authored almost 4 years ago
Bump version and update CHANGELOG

github.com/marshmallow-code/apispec - e46e84ad2d7f64cd31be4196417df71cb078755f authored almost 4 years ago
Merge pull request #663 from kupuguy/handle-unknown-exclude

Meta.unknown=EXCLUDE leaves additionalProperties unset

github.com/marshmallow-code/apispec - ac04d9b3abf863c7b2cc043a3274d5f5d197bbea authored almost 4 years ago
Move to werkzeug 2.0, flask 2.0

github.com/marshmallow-code/flask-smorest - a55b7be881e80d820c46be3a8007b8da272a60f5 authored almost 4 years ago
Test werkzeug.Response, not BaseResponse

github.com/marshmallow-code/flask-smorest - 1f0c2c146f145b70e4995e7a09921d7ffe00a2c4 authored almost 4 years ago
Remove ModelSchema and TableSchema (#382)

* Remove ModelSchema and TableSchema

* Simplify module structure

github.com/marshmallow-code/marshmallow-sqlalchemy - 49b88450be1c9dc8407e56c4f3147bb21fd2248b authored almost 4 years ago
Bump version and update changelog

github.com/marshmallow-code/marshmallow-sqlalchemy - f97b5b6e4a68fff2aecfd418a0044444b4b708fa authored almost 4 years ago
Override load_instance per schema instance (#380)

* Fix line length in docstring

This pre-empts a flake8 error I'd hit in the next commit.

*...

github.com/marshmallow-code/marshmallow-sqlalchemy - 717ccc2313bbb3ef993199f3d5f260aee68598ba authored almost 4 years ago
Upgrade to GitHub-native Dependabot (#381)

* Upgrade to GitHub-native Dependabot

* Remove ignores

Co-authored-by: dependabot-preview[...

github.com/marshmallow-code/marshmallow-sqlalchemy - 8711589ae6e7ac8461c38fe9facef4a1e6813ffc authored almost 4 years ago
Upgrade to GitHub-native Dependabot (#1800)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

github.com/marshmallow-code/marshmallow - 199e185c53cbba46532146c3439d3bef72272d35 authored almost 4 years ago
Merge pull request #601 from marshmallow-code/dependabot/add-v2-config-file

Upgrade to GitHub-native Dependabot

github.com/marshmallow-code/webargs - d080c4460aef79e27cef14017581b36051accfca authored almost 4 years ago
Don't type kwargs as dict in docstrings

github.com/marshmallow-code/flask-smorest - 2c803a5f065b4c3059a4f09b9e3bb01e211691ca authored almost 4 years ago
Upgrade to GitHub-native Dependabot

github.com/marshmallow-code/apispec-webframeworks - 74d2943550223609664c3c0f4abd2530182415ea authored almost 4 years ago
Upgrade to GitHub-native Dependabot

github.com/marshmallow-code/flask-marshmallow - 679e05643cce72d79d078f6d6e6a0e531acaa000 authored almost 4 years ago
Upgrade to GitHub-native Dependabot

github.com/marshmallow-code/webargs - 9b2f16d4ab32eda6ed45c9564f120652b9df34bc authored almost 4 years ago
Bump version and update changelog

github.com/marshmallow-code/marshmallow-sqlalchemy - f825f6386c8750439535cd3fd2ea0abbba7f00d9 authored almost 4 years ago
Bump flake8-bugbear from 20.11.1 to 21.4.3

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.11.1 to 21.4.3.
- [Relea...

github.com/marshmallow-code/marshmallow-sqlalchemy - f9f974a0cad19cc726e726de16c6f39c741c4ab2 authored almost 4 years ago
Bump sphinx from 3.5.2 to 3.5.4

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

github.com/marshmallow-code/marshmallow-sqlalchemy - 9c5922d31f8ce62060847a181dcf6f27dbf7bd16 authored almost 4 years ago
Bump flake8 from 3.9.0 to 3.9.1

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

github.com/marshmallow-code/marshmallow-sqlalchemy - 8c6b4199e2c264160ce6a0ac43483a27739428bc authored almost 4 years ago
Merge pull request #369 from peterschutt/fix-warnings

Fixes for warnings generated by ma 4.0 and others.

github.com/marshmallow-code/marshmallow-sqlalchemy - 62d0055544b2a748c83de422c8955cd13f8bb8ac authored almost 4 years ago
SQLAlchemy renamed SynonymProperty._proxied_property to _proxied_object.

github.com/marshmallow-code/marshmallow-sqlalchemy - 879334df35eb7603f53c1ffa699b41a1e5b88078 authored almost 4 years ago
Fixes for warnings generated by ma 4.0 and others.

- only pass `places` param to field when sure we are using a `Decimal`
field.
- limit where `inf...

github.com/marshmallow-code/marshmallow-sqlalchemy - 608e61de2d2e9fbcc528456e09620a38980c6a09 authored almost 4 years ago
DEPRECATED not DEPRECIATED.

github.com/marshmallow-code/marshmallow-sqlalchemy - 070fc8bfc34d626bf62088dfdaf9a5624018722b authored almost 4 years ago
Update copyright 2020->2021

github.com/marshmallow-code/flask-smorest - 0e7173cce3b05607cd39250d4c2c113ff7ac7e52 authored almost 4 years ago
Fix Url and Email fields docstrings

github.com/marshmallow-code/marshmallow - 97f83757f901c7bfc92439bb880eaef12039249e authored almost 4 years ago
Merge pull request #241 from greyli/fix-docstring

Fix the type of examples in docstring

github.com/marshmallow-code/flask-smorest - 80a55a7690aad65c05fcafd43e6f2f75f8d3a772 authored almost 4 years ago