Skip to content

Update dependency flask-restx to v1 #76

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 30, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flask-restx ==0.5.1 -> ==1.3.0 age adoption passing confidence

Release Notes

python-restx/flask-restx (flask-restx)

v1.3.0

Compare Source

1.3.0

.. _bug_fixes-1.3.0
Bug Fixes


::

   * Fixing werkzeug 3 deprecated version import. Import is replaced by new style version check with importlib (#​573) [Ryu-CZ]
   * Fixing flask 3.0+ compatibility of `ModuleNotFoundError: No module named 'flask.scaffold'` Import error. (#​567) [Ryu-CZ]
   * Fix wrong status code and message on responses when handling `HTTPExceptions` (#​569) [lkk7]
   * Add flask 2 and flask 3 to testing matrix. [foarsitter]
   * Update internally pinned pytest-flask to 1.3.0 for Flask >=3.0.0 support. [peter-doggart]
   * Python 3.12 support. [foarsitter]
   * Fix wrong status code and message on responses when handling HTTPExceptions. [ikk7]
   * Update changelog Flask version table. [peter-doggart]
   * Remove temporary package version restrictions for flask < 3.0.0, werkzeug and jsonschema (jsonschema future deprecation warning remains. See #&#8203;553). [peter-doggart]

v1.2.0

Compare Source

1.2.0

.. _bug_fixes-1.2.0
Bug Fixes


::

   * Fixing test as HTTP Header MIMEAccept expects quality-factor number in form of `X.X` (#&#8203;547) [chipndell]
   * Introduce temporary restrictions on some package versions. (`flask<3.0.0`, `werkzeug<3.0.0`, `jsonschema<=4.17.3`) [peter-doggart]

.. _enhancements-1.2.0:

Enhancements

::

  • Drop support for python 3.7

v1.1.0

Compare Source

1.1.0

.. _bug_fixes-1.1.0
Bug Fixes


::

   * Update Swagger-UI to latest version to fix several security vulnerabiltiies. [peter-doggart]
   * Add a warning to the docs that nested Blueprints are not supported. [peter-doggart]
   * Add a note to the docs that flask-restx always registers the root (/) path. [peter-doggart]

v1.0.6

Compare Source

1.0.6

.. _bug_fixes-1.0.6
Bug Fixes


::

   * Update Black to 2023 version [peter-doggart]
   * Fix minor bug introduced in 1.0.5 that changed the behaviour of how flask-restx propagates exceptions. (#&#8203;512) [peter-doggart]
   * Update PyPi classifer to Production/Stable. [peter-doggart]
   * Add support for Python 3.11 (requires update to invoke ^2.0.0) [peter-doggart]

v1.0.5

Compare Source

1.0.5

.. _bug_fixes-1.0.5
Bug Fixes


::

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

v1.0.3

Compare Source

Bug Fixes

  • Properly remove six dependency

v1.0.1

Compare Source

1.0.1

.. _breaking-1.0.1

Breaking


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

.. _bug_fixes-1.0.1

Bug Fixes

::

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

.. _enhancements-1.0.1:

Enhancements


::

   * Drop support for python <3.7

v1.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 1am on Tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/flask-restx-1.x branch from a10caba to 13a305c Compare October 22, 2023 16:29
@renovate renovate bot force-pushed the renovate/flask-restx-1.x branch from 13a305c to 4e4785b Compare December 10, 2023 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants