python-labthings
python-labthings copied to clipboard
Bump apispec from 4.7.1 to 5.1.1
Bumps apispec from 4.7.1 to 5.1.1.
Changelog
Sourced from apispec's changelog.
5.1.1 (2021-09-27)
Bug fixes:
- Fix field ordering in "ordered" schema classes documentation (:issue:
714
).Other changes:
- Don't build universal wheels. We don't support Python 2 anymore. (:pr:
705
)- Make the build reproducible (:pr:
[#669](https://github.com/marshmallow-code/apispec/issues/669)
).5.1.0 (2021-08-10)
Features:
- Add
lazy
option to component registration methods. This allows to add components to the spec only if they are actually referenced. (:pr:702
)- Add
BasePlugin.header_helper
andMarshmallowPlugin.header_helper
(:pr:703
).Bug fixes:
- Ensure plugin helpers get component copies. Avoids issues if a plugin helper mutates its inputs. (:pr:
704
)5.0.0 (2021-07-29)
Features:
- Rename
doc_default
todefault
. Since schema metadata is namespaced in a singlemetadata
parameter, there is no name collision withdefault
parameter anymore (:issue:687
).- Don't build schema component reference in
OpenAPIConverter.resolve_nested_schema
. This is done later inComponents
(:pr:700
).MarshmallowPlugin
: resolve schemas inallOf
,oneOf
,anyOf
andnot
(:pr:701
). Thanks :user:stefanv
for the initial work on this.Other changes:
- Refactor
Components
methods to make them consistent. Usecomponent_id
rather thanname
, remove**kwargs
when unused. (:pr:696
)5.0.0b1 (2021-07-22)
... (truncated)
Commits
228fe74
Bump version and update CHANGELOGf630bab
Merge pull request #717 from marshmallow-code/doc_apispec_marshmallow3f37d99
Document apispec[marshmallow]2191e82
Merge pull request #716 from marshmallow-code/fix_orderedcce9ada
Get "ordered" attribute from Meta64d3718
Bump sphinx-rtd-theme from 0.5.2 to 1.0.0768752a
Bump flake8-bugbear from 21.4.3 to 21.9.16eb7007
Bump sphinx from 4.1.2 to 4.2.0a9f43bc
Upgrade to GitHub-native Dependabot (#664)a369a8d
Update CHANGELOG- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)