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

Merge pull request #699 from marshmallow-code/fix_test_resolve_schema_dict_ref_as_string

Fix test_resolve_schema_dict_ref_as_string

github.com/marshmallow-code/apispec - 21bee5d7b2c04d5a1baf283fd2dcb2822187f276 authored over 3 years ago
Fix test_resolve_schema_dict_ref_as_string

github.com/marshmallow-code/apispec - 657336f7408843260a8c3e33bb7d7146835586e3 authored over 3 years ago
Bump sphinx from 4.1.1 to 4.1.2

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

github.com/marshmallow-code/webargs - 1d6e449e029bc6edcdfd71dc60e1a180414bc05c authored over 3 years ago
Bump sphinx from 4.1.1 to 4.1.2

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

github.com/marshmallow-code/apispec - 49ddfa995fa0e0be7def7dc7bd6fb1613b965627 authored over 3 years ago
Bump sphinx from 4.1.1 to 4.1.2

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

github.com/marshmallow-code/marshmallow - afe4ddfa173ce717af281130a7532509de297d1e authored over 3 years ago
Bump sphinx from 4.1.1 to 4.1.2

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

github.com/marshmallow-code/marshmallow-sqlalchemy - 3910eb71a2bd7bbd95b74edc53237db58d26bb30 authored over 3 years ago
Merge pull request #697 from marshmallow-code/remove_doc_default

Check "default" metadata rather than "doc_default".

github.com/marshmallow-code/apispec - 4fe3aa307bb471c1781cf09ee032847c7aba5a99 authored over 3 years ago
Check "default" metadata rather than "doc_default".

github.com/marshmallow-code/apispec - 007cf0f01053efe0fb532ba428d1d7929358c921 authored over 3 years ago
Merge pull request #696 from marshmallow-code/components_methods_signatures

Harmonize Components methods signatures

github.com/marshmallow-code/apispec - a9c1224571d7ccb6c8d2af1eb127d09d45ff7b49 authored over 3 years ago
Harmonize Components methods signatures

Also use f-strings consistently.

github.com/marshmallow-code/apispec - da0d8b5df1ceb5648fb741b7f5f81655287f31de authored over 3 years ago
Bump version: 0.31.2 → 0.31.3

github.com/marshmallow-code/flask-smorest - 807aaf1c08ce056d1f5e45a902ddaf00c8f4a5a5 authored over 3 years ago
Quote RapiDoc parameters (#262)

github.com/marshmallow-code/flask-smorest - 5fb1d448b1c6b82628a381fb1ef4b58ba1fcaad8 authored over 3 years ago
Bump version and update CHANGELOG

github.com/marshmallow-code/apispec - 84d9d82137a600e2e567102c2583d166e96e4188 authored over 3 years ago
Merge pull request #695 from marshmallow-code/clean_parameters_clean_operations_private

Make APISpec.clean_operations and APISpec.clean_parameters private

github.com/marshmallow-code/apispec - 5db0f0994a50036c89a711225d12ad99527279e4 authored over 3 years ago
Make _clean_operations and _clean_parameters private

github.com/marshmallow-code/apispec - 6aa225a25d4840c9f523ad74fe7421f4aaf72dc5 authored over 3 years ago
Merge pull request #671 from marshmallow-code/more_resolve_components

Resolve more references in components

github.com/marshmallow-code/apispec - 372ba4149538a10c5b9541214a8b3b6eed325aad authored over 3 years ago
Update docs about component references

github.com/marshmallow-code/apispec - d667ff1065af6df0c30d181d13665c6cf2e17795 authored over 3 years ago
Resolve refs in schemas, recursively

github.com/marshmallow-code/apispec - 7f37e56d033676fffbc7f7b3b086bb45987f6ed6 authored over 3 years ago
Resolve refs in response headers

github.com/marshmallow-code/apispec - b4ccd0da4f6bd113250fa81111cc5e9687e1d3bd authored over 3 years ago
Tests: Factorize assert_schema_refs in RefsSchemaTestMixin

github.com/marshmallow-code/apispec - da2d396e118504146d0476973ad8a7c744a5073b authored over 3 years ago
Resolve refs in components definitions

github.com/marshmallow-code/apispec - fa584547838cd56832f5b09af6033729e2446bcf authored over 3 years ago
_resolve_refs_in_parameter -> _resolve_refs_in_parameter_or_header

github.com/marshmallow-code/apispec - 3eddb05095083fc4f4eafe496a9aa0776c50f60e authored over 3 years ago
Minor TestPath rework

github.com/marshmallow-code/apispec - 3233d1072761c09a3b2e89a8ebb931e298c7f7df authored over 3 years ago
Refactor Components._resolve_refs_in_*

github.com/marshmallow-code/apispec - d77b9d22ad55d674f486cc7a10e4944ff1177a15 authored over 3 years ago
Add TODO comment about resolving link refs

github.com/marshmallow-code/apispec - 69248e190a898fd10f8e3fab07fedf7f17638929 authored over 3 years ago
Add test_components_resolve_refs_in_response_header_schema

github.com/marshmallow-code/apispec - 6e4ca758a0e824b0b1699d4337251f833c5b77dd authored over 3 years ago
Resolve schema refs in parameters

github.com/marshmallow-code/apispec - af7b23db4520c8454af73421bb8ed79957a8e0a8 authored over 3 years ago
Merge pull request #655 from marshmallow-code/refactor_components_get_ref

Refactor references resolution in Components

github.com/marshmallow-code/apispec - 4c84e22b010512e3dbb443a0a8e9fb53d56a9c07 authored over 3 years ago
Refactor references resolution in Components

github.com/marshmallow-code/apispec - cde929981200e199bb3db5016be64387f6c0c959 authored over 3 years ago
MarshmallowPlugin: use components.get_ref, not build_reference

github.com/marshmallow-code/apispec - 54f5c65a2abae91935bd47fb51440b58d322a8ea authored over 3 years ago
Merge pull request #692 from marshmallow-code/dump_load_default

Replace missing/default with {load,dump}_default

github.com/marshmallow-code/apispec - abbbaf1de57b121501504f11af85de7654807ebd authored over 3 years ago
Replace missing/default with {load,dump}_default

github.com/marshmallow-code/apispec - 5794424c27e0da7214d7d37c00794c8b5b1a585a authored over 3 years ago
Drop marshmallow<3.13.0

github.com/marshmallow-code/apispec - 1e9452688d0e29b41bec221cf676feadcbcc047d authored over 3 years ago
Bump version and update changelog

github.com/marshmallow-code/marshmallow - 63a34a1096e106909929f2dfdf995aeb0b81ef26 authored over 3 years ago
Merge pull request #1742 from sirosen/better-default-param-names

Replace missing/default with {load,dump}_default

github.com/marshmallow-code/marshmallow - 2b3a14c748bba3479ee624a5414e16b1badaa1e2 authored over 3 years ago
fix DelimitedList return [''] when field value is empty string

github.com/marshmallow-code/webargs - f2cc3fec362217a5032bdba74ca276b0887ff917 authored over 3 years ago
Bump sphinx from 4.0.3 to 4.1.1

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

github.com/marshmallow-code/marshmallow-sqlalchemy - 356f4f8c0bd9550cca6529fa47d084d982935d43 authored over 3 years ago
Bump python-dateutil from 2.8.1 to 2.8.2

Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.1 to 2.8.2.
- [Release no...

github.com/marshmallow-code/webargs - ed8840c4bb06f1b3bcaf664e025183423349d9d2 authored over 3 years ago
Bump sphinx from 4.0.3 to 4.1.1

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

github.com/marshmallow-code/webargs - a332ca5f8e8d58deb3dce525dfa6cd1304feb55b authored over 3 years ago
Bump sphinx from 4.0.3 to 4.1.1 (#1848)

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

github.com/marshmallow-code/marshmallow - fc1f21e5ef57528f35616115a97f63d8d1d35bdf authored over 3 years ago
Bump sphinx from 4.1.0 to 4.1.1

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

github.com/marshmallow-code/apispec - d985aec3e1fb3b7aedf9f918c364971540525ea3 authored over 3 years ago
Bump sphinx from 4.0.3 to 4.1.0

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

github.com/marshmallow-code/apispec - 52dd717e292b8fa99616322a7a0d63c7e832688a authored over 3 years ago
Remove unused tests/plugins/

github.com/marshmallow-code/apispec - ce0fb230ddc241739cef41ab16326886da52c13c authored over 3 years ago
Bump version and update changelog

github.com/marshmallow-code/marshmallow-oneofschema - 340b69efd47c65e90dc94b6c1efce21dd7503ce1 authored over 3 years ago
Use integers as keys for type_schemas (#143)

* Use integers as keys for type_schemas

ref #142

* Update changelog

Co-authored-by: Ste...

github.com/marshmallow-code/marshmallow-oneofschema - 4e245c08e4dbe52730576416aae0d869e350e833 authored over 3 years ago
Bump version and update changelog

github.com/marshmallow-code/marshmallow-oneofschema - d08f06568808ac889818573b304426603181718f authored over 3 years ago
Allow custom type detection on load (#128)

* Allow custom type detection on load

This adds get_data_type() as a way of specializing the ...

github.com/marshmallow-code/marshmallow-oneofschema - b5660e4f07de96e3c0851e7e7a773f31fac3e11d authored over 3 years ago
Upgrade to GitHub-native Dependabot (#144)

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

github.com/marshmallow-code/marshmallow-oneofschema - 7d8bb80cbf05b5b9e785e5b687fee81fdde1e745 authored over 3 years ago
Bump version and update CHANGELOG

github.com/marshmallow-code/apispec - 2468cc21bf4f93ad8fe915bf130b9f589fd11419 authored over 3 years ago
Merge pull request #690 from mjpieters/oas31_null

Correct spelling of 'null'

github.com/marshmallow-code/apispec - a9e5926da1cbb8169af8ab929db5ae9092277d03 authored over 3 years ago
Bump version and update changelog

github.com/marshmallow-code/marshmallow - ceec7278f6b966e3e91c6a67e92eddf167188042 authored over 3 years ago
Merge pull request #1843 from marshmallow-code/revert_expose_fields_as_attr

Fix: Don't expose Schema fields by name as class/instance attributes

github.com/marshmallow-code/marshmallow - af9c3d5c9a325750e22161067426fc021472238c authored over 3 years ago
Don't expose Schema fields by name as class/instance attributes

Reverts "Remove pop argument in _get_fields"

github.com/marshmallow-code/marshmallow - 99c04319a20ce40d36d22000feaf350adb9bf6ea authored over 3 years ago
Bump sphinx from 4.0.2 to 4.0.3

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

github.com/marshmallow-code/webargs - 74fa33b2488a3f71db376d2a21ab851044adb38f authored over 3 years ago
Bump furo from 2021.06.18b36 to 2021.7.5b38

Bumps [furo](https://github.com/pradyunsg/furo) from 2021.06.18b36 to 2021.7.5b38.
- [Release no...

github.com/marshmallow-code/webargs - bf4a15ad15947620703bb7f115527a515af21040 authored over 3 years ago
Bump sphinx from 4.0.2 to 4.0.3

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

github.com/marshmallow-code/apispec - 4506f581f6d7fe4852aa8a57fb86875f58e07294 authored over 3 years ago
Bump sphinx from 4.0.2 to 4.0.3

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

github.com/marshmallow-code/marshmallow - 38b1dddc9e25f820316c8ef8468c77a33092ea2b authored over 3 years ago
Bump sphinx from 4.0.2 to 4.0.3

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

github.com/marshmallow-code/marshmallow-sqlalchemy - d07e3a86f99a822b33fb39798e9e540990ce53c6 authored over 3 years ago
Correct spelling of 'null'

In OpenAPI 3.1, a nullable type has multiple values for the `type` field; the
base type string, ...

github.com/marshmallow-code/apispec - 0c580e4bbc8de1e71227c3fa3cff9a1ecd7c800d 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/webargs - 14ec7154a7fe10ddd73c4aac49e6ccc1a3d11c17 authored over 3 years ago
Merge pull request #615 from sirosen/furo-docs

Switch docs to furo; update sphinx; add new logo

github.com/marshmallow-code/webargs - ac775c77e9899f294a902b30b984eaada005a371 authored over 3 years ago
Switch docs to furo; update sphinx; add new logo

- Switch sphinx doc theme to furo
- Fix errors which sphinx v4 flags, but which were only warnin...

github.com/marshmallow-code/webargs - 4bfc4f277cd695784899385cfe571df7aca04deb authored over 3 years ago
Bump autodocsumm from 0.2.4 to 0.2.6

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

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

github.com/marshmallow-code/apispec - aeb0ee556534cb1862129fd1ad98b28728bc80ce authored over 3 years ago
Merge pull request #686 from greyli/add-deprecated

Support passing `deprecated` in the metadata dict

github.com/marshmallow-code/apispec - 5cf763e04df42afddc2480991c878da928558417 authored over 3 years ago
Merge branch 'dev' into add-deprecated

github.com/marshmallow-code/apispec - e0a5362ff94bb311d2c65abac62d895ff9bb1b1a authored over 3 years ago
Merge pull request #684 from greyli/ma-metadata

Add `writeOnly` and `nullable` to `_VALID_PROPERTIES` list

github.com/marshmallow-code/apispec - 1096289903ad32240d438ed7b6e0b521a3aa57a5 authored over 3 years ago
Support using deprecated in the metadata dict

github.com/marshmallow-code/apispec - 6fae87ecf6fa2e113fb50fdbea4cf6c8cb9b8ba4 authored over 3 years ago
Add writeOnly and nullable to _VALID_PROPERTIES list

github.com/marshmallow-code/apispec - 02144f40ec3217b164991fc2119932cf7504b8d7 authored over 3 years ago
Bump mypy from 0.902 to 0.910

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

github.com/marshmallow-code/webargs - 801886753e9db1143ee8ae47ab5881a73b56477a authored over 3 years ago
Bump mypy from 0.902 to 0.910

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

github.com/marshmallow-code/marshmallow - a33749664e133bea45358d03e01300b476d9cd35 authored over 3 years ago
Bump version: 0.31.1 → 0.31.2

github.com/marshmallow-code/flask-smorest - 16f76779cc0fcc7986a034641a0759ad47828185 authored over 3 years ago
Docs: add alt_response to API docs

github.com/marshmallow-code/flask-smorest - f8881334692550ab1f188f0754fc7a7d6b9750a4 authored over 3 years ago
Merge pull request #257 from TimDiekmann/patch-1

Fix link in AUTHORS.rst

github.com/marshmallow-code/flask-smorest - 82bb02ddb1c3eaf12af2f8f2fd2c09f5b5385902 authored over 3 years ago
Fix link in _AUTHORS.rst_

github.com/marshmallow-code/flask-smorest - 5a00a740060a245307571d2f710d457a7dc477db authored over 3 years ago
Merge pull request #255 from greyli/improve-spec-command

Use click.echo() for spec output commands

github.com/marshmallow-code/flask-smorest - 9125320c6130106195032211c125a10219005b74 authored over 3 years ago
Merge pull request #254 from TimDiekmann/etag-headers

Generate header parameter and responses in API when ETag is set

github.com/marshmallow-code/flask-smorest - bf0ba4261264d94c2315c0c1c60cb069a1f2dfe3 authored over 3 years ago
Merge pull request #682 from fuhrysteve/get_with_the_times_its_2021

fix year on changelog

github.com/marshmallow-code/apispec - e0bf9a6d88a10ba041ac9c15948e02ed1f280bc1 authored over 3 years ago
fix year on changelog

Looks like someone got the year mixed up on the release!

Thank goodness it's really 2021 and no...

github.com/marshmallow-code/apispec - 1f26216182ddf74a50803793decc28b6fc850e96 authored over 3 years ago
Merge pull request #681 from Linkid/fix-changelog-link

Fix links to PR and issues in the CHANGELOG file

github.com/marshmallow-code/apispec - 8b774310d6b1633056a9e5a19b79bb23d1d2af8c authored over 3 years ago
Use click.echo() for spec output commands

github.com/marshmallow-code/flask-smorest - de44cb5eb0f9e3425c467d8a488d068dfcd2fa26 authored over 3 years ago
Fix links to PR and issues in the CHANGELOG file

The PR 651 and the issue 627 have now a valid link.

Linkid is added to the AUTHORS file too.

github.com/marshmallow-code/apispec - 6471ebecbfd450ba7bc543452e8105fd56bbe25a authored over 3 years ago
Add TimDiekmann to contributers

github.com/marshmallow-code/flask-smorest - 84cc5498f1256f2e37db0ace6839b4ce516dfc42 authored over 3 years ago
Parametrizer over response in etag-test

github.com/marshmallow-code/flask-smorest - 004de123b1a05dd20dd776befc1b0d2f48453019 authored over 3 years ago
Generate header parameter and responses in API when ETag is set

github.com/marshmallow-code/flask-smorest - adc7e48206f3200b8b261d2f3808667a2a0d3bb0 authored over 3 years ago
Bump version and update CHANGELOG

github.com/marshmallow-code/apispec - 0c619abdc8add63f3d9826f5829e712eebce3a0f authored over 3 years ago
Merge pull request #678 from marshmallow-code/timedelta

Document TimeDelta field

github.com/marshmallow-code/apispec - f7abce3ae6a7a83444d89ca48ddee0fb38b843b0 authored over 3 years ago
Document TimeDelta precision as "x-unit"

github.com/marshmallow-code/apispec - e0a34eeb4e6eaaebe65554ed088889ba69d8d896 authored over 3 years ago
Document TimeDelta as integer

github.com/marshmallow-code/apispec - bcc024174a779e9bc63f6a23bac16888326956e1 authored over 3 years ago
Merge pull request #677 from mjpieters/marshmallow_pluck_fields

Add support for marshmallow.fields.Pluck()

github.com/marshmallow-code/apispec - 63aa0af6c40687e6b0834c2f9b0b234829f4d815 authored over 3 years ago
Add support for marshmallow.fields.Pluck()

Pluck is essentially a transplanted field from another schema.

github.com/marshmallow-code/apispec - 91a2c4b665862bce42a71fc6bfa4de466fbbc7ed authored over 3 years ago
Bump mypy from 0.901 to 0.902

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

github.com/marshmallow-code/webargs - 52114317e3bfb5e87be9bd8c724d5822b43b4e36 authored over 3 years ago
Bump mypy from 0.901 to 0.902

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

github.com/marshmallow-code/marshmallow - 7f7e13162b074f7c939a5194cbf6083e6d2a0093 authored over 3 years ago
Bump mypy from 0.812 to 0.901

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

github.com/marshmallow-code/webargs - 8ffe9242038ef38292caf3f11e29ef854be1990b authored over 3 years ago
Bump mypy from 0.812 to 0.901

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

github.com/marshmallow-code/marshmallow - fa67fe269ce6a6e4ecc54b4d1c69cc3e494e0aa8 authored over 3 years ago