-
Notifications
You must be signed in to change notification settings - Fork 338
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
Support Werkzeug 3.0 #573
Comments
Good spot, will make sure this gets updated along with the flask 3.0 support things. |
Switch to For @funsim: flask-restx dropped support of 3.7 python which could cause conflict of package versioning so please check your python version also. But I think |
…rsion by importlib (python-restx#573)
Is there any update on this? |
…rtlib (#573) (#575) * fix: BaseResponse import - replace wekzeug old style import dunder version by importlib (#573) * add: import_werkzeug_response test * modify: changelog - note fix (#573) --------- Co-authored-by: Tomáš Trval <trval@kajot.cz> Co-authored-by: Peter Doggart <10991724+peter-doggart@users.noreply.github.com>
@funsim @emily-coffin This should be fixed on v1.3.0 which was released today. Please let me know if it is not. :) |
Thanks for your work here Peter. It's much appreciated. |
flask-restx/flask_restx/api.py
Lines 35 to 40 in 7ce0ef8
Should be replaced with
The text was updated successfully, but these errors were encountered: