Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flask-restx from 0.2.0 to 1.0.5 #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps flask-restx from 0.2.0 to 1.0.5.

Release notes

Sourced from flask-restx's releases.

1.0.5

Bug Fixes

  • Compatibility fixes for upcoming Flask 2.3. Huge thanks to @​jdieter for providing these.

1.0.3

Bug Fixes

  • Properly remove six dependency

1.0.1

Breaking

Starting from this release, we only support python versions >= 3.7

Bug Fixes

  • Fix compatibility issue with werkzeug 2.1.0 (#423) [stacywsmith]

Enhancements

  • Drop support for python <3.7

0.5.1

Bug Fixes

  • Optimize email regex (#372) [kevinbackhouse]

0.5.0

Bug Fixes

  • Fix Marshaled nested wildcard field with ordered=True (#326) [bdscharf]
  • Fix Float Field Handling of None (#327) [bdscharf, TVLIgnacy]
  • Fix Werkzeug and Flask > 2.0 issues (#341) [hbusul]
  • Hotfix package.json [xuhdev]

Enhancements

  • Stop calling got_request_exception when handled explicitly (#349) [chandlernine, VolkaRancho]
  • Update doc links (#332) [EtiennePelletier]
  • Structure demo zoo app (#328) [mehul-anshumali]
  • Update Contributing.rst (#323) [physikerwelt]
  • Upgrade swagger-ui (#316) [xuhdev]

0.4.0

NOTE: Any release before 0.4.0 will attempt to use Flask >= 2.0.0 and Werkzeug >= 2.0.0 This will cause errors! To fix this in your environment, pin Flask and Werkzeugh to < 2.0.0

  • Fix Namespace error handlers when propogate_exceptions=True (#285) [mjreiss]

  • pin flask and werkzeug due to breaking changes (#308) [jchittum]

  • The Flask/Blueprint API moved to the Scaffold base class (#308) [jloehel]

  • added specs-url-scheme option for API (#237) [DustinMoriarty]

  • Doc enhancements [KAUTH, Abdur-rahmaanJ]

  • New example with loosely couple implementation [maurerle]

... (truncated)

Changelog

Sourced from flask-restx's changelog.

Flask-RestX Changelog

Basic structure is

::

ADD LINK (..) _section-VERSION
VERSION
-------
ADD LINK (..) _bug_fixes-VERSION OR _enhancments-VERSION
Bug Fixes or Enchancements
~~~~~~~~~~~~~~~~~~~~~~~~~~
* Message (TICKET) [CONTRIBUTOR]

Opening a release

If you’re the first contributor, add a new semver release to the document. Place your addition in the correct category, giving a short description (matching something in a git commit), the issue ID (or PR ID if no issue opened), and your Github username for tracking contributors!

Releases prior to 0.3.0 were “best effort” filled out, but are missing some info. If you see your contribution missing info, please open a PR on the Changelog!

.. _section-1.0.4: 1.0.4

.. _bug_fixes-1.0.4 Bug Fixes


::
  • Fix failing pypy python setup in github actions
  • Fix compatibility with upcoming release of Flask 2.3+. (#485) [jdieter]

.. _section-1.0.2: 1.0.2

.. _bug_fixes-1.0.2 Bug Fixes

::

... (truncated)

Commits

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-restx](https://github.com/python-restx/flask-restx) from 0.2.0 to 1.0.5.
- [Release notes](https://github.com/python-restx/flask-restx/releases)
- [Changelog](https://github.com/python-restx/flask-restx/blob/master/CHANGELOG.rst)
- [Commits](python-restx/flask-restx@0.2.0...1.0.5)

---
updated-dependencies:
- dependency-name: flask-restx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 16, 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.

0 participants