Changelog
*Sourced from [apispec's changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst).*
> 1.3.2 (2019-05-02)
> ==================
>
> Bug fixes:
>
> - Fix handling of OpenAPI v3 components content without schema in `MarshmallowPlugin` (443).
>
> 1.3.1 (2019-04-29)
> ==================
>
> Bug fixes:
>
> - Fix handling of http.HTTPStatus objects (426). Thanks DStape.
> - \[apispec.ext.marshmallow\]: Ensure make\_schema\_key returns a unique key on unhashable iterables (416, 439). Thanks zedrdave.
>
> 1.3.0 (2019-04-24)
> ==================
>
> Features:
>
> - \[apispec.ext.marshmallow\]: Use class hierarchy to infer `type` and `format` properties (433, 250). Thanks andrjohn for the PR.
>
> 1.2.1 (2019-04-18)
> ==================
>
> Bug fixes:
>
> - Fix error in `MarshmallowPlugin` when passing `exclude` and `dump_only` as `class Meta` attributes mixing `list` and `tuple` (431). Thanks blagasz for the PR.
>
> 1.2.0 (2019-04-08)
> ==================
>
> Features:
>
> - Strip empty sections (components, tags) from generated documentation (421 and 425).
>
> 1.1.2 (2019-04-07)
> ==================
>
> Bug fixes:
>
> - Fix behavior when using "2xx", 3xx", etc. for response keys (422). Thanks zachmullen for reporting.
>
> 1.1.1 (2019-04-02)
> ==================
>
> Bug fixes:
>
> - Fix passing references for parameters/responses when using `MarshmallowPlugin` (414).
>
> ... (truncated)
Commits
- [`f83c5a3`](https://github.com/marshmallow-code/apispec/commit/f83c5a32f2d6479767faa4c7bf08e27c735d1455) Bump version and update changelog
- [`12923ff`](https://github.com/marshmallow-code/apispec/commit/12923ff1020c6590b053e18b7c0ae0cc3b1d6404) Rework Custom Fields doc
- [`b441ccf`](https://github.com/marshmallow-code/apispec/commit/b441ccf342bbcf97b2cbad62bdff167870f67016) Merge pull request [#442](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/442) from andrjohn/custom-field-docs
- [`5f790e9`](https://github.com/marshmallow-code/apispec/commit/5f790e95b5d25b58085e770839b3e093cd7dc8d6) Merge pull request [#443](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/443) from marshmallow-code/fix_ma_plugin_content_without_s...
- [`88f81fd`](https://github.com/marshmallow-code/apispec/commit/88f81fdfa70c115924efaa7ee93dfe47c820fdf1) Fix MarshmallowPlugin.resolve_schema for OAS3 content without schema
- [`749a782`](https://github.com/marshmallow-code/apispec/commit/749a7821b49ff73688da1f1f1ef5842be1dc8005) Update marshmallow plugin documentation for custom types
- [`e92ceff`](https://github.com/marshmallow-code/apispec/commit/e92ceffd12b2e392b8d199ed314bd2a7e6512dff) Bump version and update changelog
- [`7c056f8`](https://github.com/marshmallow-code/apispec/commit/7c056f835d792deb310d6e034f31e67f23fbb1cc) Merge pull request [#439](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/439) from marshmallow-code/fix_schema_key_set_hash
- [`63d526d`](https://github.com/marshmallow-code/apispec/commit/63d526d53933bf3f9548b5a25c4a11b723d2efc4) Merge pull request [#436](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/436) from DStape/fix-stringification-of-response-code-[#426](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/426)
- [`caee24d`](https://github.com/marshmallow-code/apispec/commit/caee24d09d607f459e7e3889faee4caa1ddf76dc) Simplify HTTPStatus handling
- Additional commits viewable in [compare view](https://github.com/marshmallow-code/apispec/compare/0.38.0...1.3.2)
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps apispec from 0.38.0 to 1.3.2.
Changelog
*Sourced from [apispec's changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst).* > 1.3.2 (2019-05-02) > ================== > > Bug fixes: > > - Fix handling of OpenAPI v3 components content without schema in `MarshmallowPlugin` (443). > > 1.3.1 (2019-04-29) > ================== > > Bug fixes: > > - Fix handling of http.HTTPStatus objects (426). Thanks DStape. > - \[apispec.ext.marshmallow\]: Ensure make\_schema\_key returns a unique key on unhashable iterables (416, 439). Thanks zedrdave. > > 1.3.0 (2019-04-24) > ================== > > Features: > > - \[apispec.ext.marshmallow\]: Use class hierarchy to infer `type` and `format` properties (433, 250). Thanks andrjohn for the PR. > > 1.2.1 (2019-04-18) > ================== > > Bug fixes: > > - Fix error in `MarshmallowPlugin` when passing `exclude` and `dump_only` as `class Meta` attributes mixing `list` and `tuple` (431). Thanks blagasz for the PR. > > 1.2.0 (2019-04-08) > ================== > > Features: > > - Strip empty sections (components, tags) from generated documentation (421 and 425). > > 1.1.2 (2019-04-07) > ================== > > Bug fixes: > > - Fix behavior when using "2xx", 3xx", etc. for response keys (422). Thanks zachmullen for reporting. > > 1.1.1 (2019-04-02) > ================== > > Bug fixes: > > - Fix passing references for parameters/responses when using `MarshmallowPlugin` (414). > > ... (truncated)Commits
- [`f83c5a3`](https://github.com/marshmallow-code/apispec/commit/f83c5a32f2d6479767faa4c7bf08e27c735d1455) Bump version and update changelog - [`12923ff`](https://github.com/marshmallow-code/apispec/commit/12923ff1020c6590b053e18b7c0ae0cc3b1d6404) Rework Custom Fields doc - [`b441ccf`](https://github.com/marshmallow-code/apispec/commit/b441ccf342bbcf97b2cbad62bdff167870f67016) Merge pull request [#442](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/442) from andrjohn/custom-field-docs - [`5f790e9`](https://github.com/marshmallow-code/apispec/commit/5f790e95b5d25b58085e770839b3e093cd7dc8d6) Merge pull request [#443](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/443) from marshmallow-code/fix_ma_plugin_content_without_s... - [`88f81fd`](https://github.com/marshmallow-code/apispec/commit/88f81fdfa70c115924efaa7ee93dfe47c820fdf1) Fix MarshmallowPlugin.resolve_schema for OAS3 content without schema - [`749a782`](https://github.com/marshmallow-code/apispec/commit/749a7821b49ff73688da1f1f1ef5842be1dc8005) Update marshmallow plugin documentation for custom types - [`e92ceff`](https://github.com/marshmallow-code/apispec/commit/e92ceffd12b2e392b8d199ed314bd2a7e6512dff) Bump version and update changelog - [`7c056f8`](https://github.com/marshmallow-code/apispec/commit/7c056f835d792deb310d6e034f31e67f23fbb1cc) Merge pull request [#439](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/439) from marshmallow-code/fix_schema_key_set_hash - [`63d526d`](https://github.com/marshmallow-code/apispec/commit/63d526d53933bf3f9548b5a25c4a11b723d2efc4) Merge pull request [#436](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/436) from DStape/fix-stringification-of-response-code-[#426](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/426) - [`caee24d`](https://github.com/marshmallow-code/apispec/commit/caee24d09d607f459e7e3889faee4caa1ddf76dc) Simplify HTTPStatus handling - Additional commits viewable in [compare view](https://github.com/marshmallow-code/apispec/compare/0.38.0...1.3.2)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.