-
Notifications
You must be signed in to change notification settings - Fork 339
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
Address Werkzeug, Flask, and Python Versions for flask-restx 0.2.0 #37
Comments
My plan would be to:
|
Also, we should address those points as soon as possible, since werkzeug 1.0 is now out and the damages are popping everywhere. The next thing would be to address our dependency automation discussed in #29 |
No, I think we can go ahead with 0.2.0We'll setup dependabot for v1.0.0
|
When do you think 0.2.0 will be released? It sounds like it might be pretty soon and I'm considering if I should wait for it before doing a beta release with dependencies on flask-restx |
This is addressed in the version 0.2.0 |
Werkzeug 1.0 was released Feb 6th and removes py3.4 support.
Flask requires Werkzeug >= 0.15.0, so a default install from scratch will pull WZ 1.0
Flask has moved onto the 1.X series as of mid-2018 but we "allow" 0.8+
Address the large variance and forward motion of flask and werkzeug.
Flask >= 1.0.2 (1.0 and 1.0.1 had bugs. 1.0.2 stayed stable for ayear)
Werkzeug >= 1.0 (yes, forcing forward compatibility with 1.0 series)
remove py34
Related to #34 and #35
The text was updated successfully, but these errors were encountered: