Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2023

Bumps flask-openapi3 from 2.3.1 to 2.4.0.

Release notes

Sourced from flask-openapi3's releases.

v2.4.0

  • #72 security_schemes(SecurityScheme) supports a json format.
  • #68 feat: Add operation_id_callback. Thanks, @​BoyanYK.
  • #64 Explains the usage of flask openapi command more clearly. Thanks, @​candleindark.
  • #75 Init view_class and pass view_kwargs. Thanks, @​stufisher.
  • #70 Support for Specification Extensions in OpenAPI Object and Operation Object. Thanks, @​simonblund.
  • #73 BaseModel Config support openapi_extra.
  • Merge extra_responses to responses and deprecate extra_responses.

DeprecationWarning:

  • Add DeprecationWarning to APIKey, HTTPBase, OAuth2, OpenIdConnect, HTTPBearer that will be deprecated in v3.0.
  • Add DeprecationWarning to extra_form, extra_body and extra_responses that will be deprecated in v3.0.

v2.4.0rc1

No release notes provided.

v2.3.2

  • #61 Fix headers with pydantic alias
Changelog

Sourced from flask-openapi3's changelog.

v2.4.0 2023-06-04

  • #72 security_schemes(SecurityScheme) supports a json format.
  • #68 feat: Add operation_id_callback. Thanks, @​BoyanYK.
  • #64 Explains the usage of flask openapi command more clearly. Thanks, @​candleindark.
  • #75 Init view_class and pass view_kwargs. Thanks, @​stufisher.
  • #70 Support for Specification Extensions in OpenAPI Object and Operation Object. Thanks, @​simonblund.
  • #73 BaseModel Config support openapi_extra.
  • Merge extra_responses to responses and deprecate extra_responses.

DeprecationWarning:

  • Add DeprecationWarning to APIKey, HTTPBase, OAuth2, OpenIdConnect, HTTPBearer that will be deprecated in v3.0.
  • Add DeprecationWarning to extra_form, extra_body and extra_responses that will be deprecated in v3.0.

v2.3.2 2023-04-03

  • #61 Fix headers with pydantic alias
Commits
  • 455d692 release v2.4.0
  • 93d128f Add FUNDING.yml
  • 1c51e53 Merge pull request #76 from luolingchun/openapi_extra
  • e3b928a Improving Code Comments
  • b2910e4 Update doc for Openapi Extra
  • 7d41436 Merge extra_responses to responses and deprecate extra_responses
  • f4e4b1b BaseModel Config support openapi_extra
  • 035c127 release 2.4.0rc1
  • d1eda8e Replace view_kwargs.pop with view_kwargs.get
  • e0a0281 #70 Support for Specification Extensions in OpenAPI Object and Operation Ob...
  • 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)

Bumps [flask-openapi3](https://github.com/luolingchun/flask-openapi3) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/luolingchun/flask-openapi3/releases)
- [Changelog](https://github.com/luolingchun/flask-openapi3/blob/master/CHANGELOG.md)
- [Commits](luolingchun/flask-openapi3@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: flask-openapi3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant