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
lazyoption to component registration methods. This allows to add components to the spec only if they are actually referenced. (:pr:702)- Add
BasePlugin.header_helperandMarshmallowPlugin.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_defaulttodefault. Since schema metadata is namespaced in a singlemetadataparameter, there is no name collision withdefaultparameter 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,anyOfandnot(:pr:701). Thanks :user:stefanvfor the initial work on this.Other changes:
- Refactor
Componentsmethods to make them consistent. Usecomponent_idrather thanname, remove**kwargswhen unused. (:pr:696)5.0.0b1 (2021-07-22)
... (truncated)
Commits
228fe74Bump version and update CHANGELOGf630babMerge pull request #717 from marshmallow-code/doc_apispec_marshmallow3f37d99Document apispec[marshmallow]2191e82Merge pull request #716 from marshmallow-code/fix_orderedcce9adaGet "ordered" attribute from Meta64d3718Bump sphinx-rtd-theme from 0.5.2 to 1.0.0768752aBump flake8-bugbear from 21.4.3 to 21.9.16eb7007Bump sphinx from 4.1.2 to 4.2.0a9f43bcUpgrade to GitHub-native Dependabot (#664)a369a8dUpdate 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #287 (001e0a3) into master (d228f34) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #287 +/- ##
=======================================
Coverage 91.24% 91.24%
=======================================
Files 41 41
Lines 1861 1861
Branches 294 294
=======================================
Hits 1698 1698
Misses 105 105
Partials 58 58
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 91.24% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update d228f34...001e0a3. Read the comment docs.