-
Notifications
You must be signed in to change notification settings - Fork 335
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
Flask 3.0.0 #566
Comments
At least one part is being tackled here: #567 So I'd say there is hope. |
I made a few patches for major issues, but tool the |
Just pinning this to keep it at the top. It is our intention to update flask-restx to support Flask 3.0.0+ as soon as possible, but it is currently blocked because, as @Ryu-CZ mentioned, we use Thankfully, the project is still active so hopefully will be fixed shortly. You can follow the discussion here: pytest-dev/pytest-flask#167 |
@peter-doggart Thoughts on pinning flask to < 3.0.0 until this is resolved? I can raise a PR if so. |
I have now released flask-restx==1.2.0 which contains restrictions on some version until we can get everything updated (still awaiting pytest-flask updates) so that a default installation isn't broken. Anyone who wants to make use of restx-monkey can install |
|
@nachitox Great news. I will try and get everything merged over the coming days, pretty flat out with other things this week. |
Great news! |
I haven't forgotten about this, just got very little time atm. It's still on my to-do list! |
Flask-restx community, thanks for your patience on this! :) I have just merged all the most recent PRs and done some general tidy up. Flask-restx 1.3.0 should hit PyPi in a few minutes. Flask and Werkzeug >=3.0.0 should now work correctly again. There is still a deprecation warning relating to jsonschema, however it doesn't currently impact functionality. I will hopefully get some time to deep dive on how to fix it over the coming weeks. Please file a new issue (or PR if you have the time!) if you find anything is broken or funny. |
The new version is on PyPI. Should this be closed? |
Ask a question
Flask was updated to version 3.0.0. This seems to break compatibility with flask-restx completely on my end. Are there plans to make them compatible again in the future?
The text was updated successfully, but these errors were encountered: