gita / BhagavadGita

A non-profit initiative to help spread the transcendental wisdom from the Bhagavad Gita to people around the world.
https://bhagavadgita.io
GNU General Public License v3.0
165 stars 24 forks source link

Bump apispec from 0.38.0 to 3.2.0 #404

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Bumps apispec from 0.38.0 to 3.2.0.

Changelog

Sourced from apispec's changelog.

3.2.0 (2019-12-22)

Features:

  • Add match_info to __location_map__ (517). Thanks fedorfo for the PR.

3.1.1 (2019-12-17)

Bug fixes:

  • Don't emit a warning when passing "default" as response status code in OASv2 (521).

3.1.0 (2019-11-04)

Features:

  • Add apispec.core.Components.example for adding Example Objects (515). Thanks codeasashu for the PR.

Support:

  • Test against Python 3.8 (510).

3.0.0 (2019-09-17)

Features:

  • Add support for generating user-defined OpenAPI properties for custom field classes via an add_attribute_function method (478 and 498).
  • [apispec.ext.marshmallow]: Backwards-incompatible fields.Raw and fields.Field are now represented by OpenAPI Any Type (495).
  • [apispec.ext.marshmallow]: Backwards-incompatible: The schema_name_resolver function now receives a Schema class, a Schema instance or a string that resolves to a Schema class. This allows a custom resolver to generate different names depending on schema modifiers used in a Schema instance (476).

Bug fixes:

  • [apispec.ext.marshmallow]: With marshmallow 3, the default value of a field in the documentation is the serialized value of the missing attribute, not missing itself (490).

Refactoring:

  • clean_parameters and clean_operations are now APISpec methods (489).
  • [apispec.ext.marshmallow]: Schema resolver methods are extracted from MarshmallowPlugin into a SchemaResolver class member (496).
  • [apispec.ext.marshmallow]: OpenAPIConverter is now a class member of MarshmallowPlugin (493).
  • [apispec.ext.marshmallow]: Field to properties conversion logic is extracted from OpenAPIConverter into FieldConverterMixin (478).

Other changes:

  • Drop support for Python 2 (491). Thanks hugovk for the PR.
  • Drop support for marshmallow pre-releases. Only stable 2.x and 3.x versions are supported (485).
... (truncated)
Commits
  • 0bbd915 Bump version and update changelog
  • aef2b1f Merge pull request #517 from fedorfo/fix-match-info
  • 3a44680 update authors file
  • 1f38609 Bump version and update changelog
  • ab9e4f4 Update CHANGELOG
  • 294570e Don't warn when using string "default" as status code in OASv2
  • 0f7800a Bump sphinx from 2.2.2 to 2.3.0
  • 3621b77 use py38 for testing against marshmallow dev (#520)
  • a522b46 Bump pyyaml from 5.1.2 to 5.2
  • 933f28b Bump sphinx from 2.2.1 to 2.2.2
  • Additional commits viewable in compare view


Dependabot compatibility score

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) - `@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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)