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

Flask-Common not compatible with Flask-1.0 #442

Closed
nateprewitt opened this issue Apr 30, 2018 · 2 comments
Closed

Flask-Common not compatible with Flask-1.0 #442

nateprewitt opened this issue Apr 30, 2018 · 2 comments

Comments

@nateprewitt
Copy link
Contributor

Requests test suit broke a couple hours ago with the release of Flask-1.0. The flask-common module in httpbin relies on the flask.exthook module which was removed, so we now get import errors. We can either update flask-common which seems to have been moved into read-only mode on Github, we pin Flask<1.0, or we can remove it as a dependency.

@kennethreitz do you have any opinion on this? If it's not going to be maintained, I propose we do a one time update to be tolerant of Flask-1.0 changes, and then move to deprecate.

@5j9
Copy link

5j9 commented Apr 30, 2018

BTW, the issue has occurred after Flask-1.0.1 release, Flask-1.0 seems to be OK. See pallets/flask@715a9a3.

@javabrett
Copy link
Contributor

I suggest pinning to Flask-0.12.2, which is known-compatible and what was used prior to the 1.0/1.0.1 Flask releases. This restores sanity for now and rights the build on master while decisions per above are made.

javabrett added a commit to javabrett/httpbin that referenced this issue May 2, 2018
…hilst compat with Flask 1.0.1 is worked-on.
javabrett added a commit to javabrett/httpbin that referenced this issue May 5, 2018
javabrett added a commit to javabrett/httpbin that referenced this issue May 6, 2018
sigmavirus24 added a commit that referenced this issue May 6, 2018
javabrett added a commit to javabrett/httpbin that referenced this issue May 7, 2018
…hilst compat with Flask 1.0.1 is worked-on.
virgiliojr94 pushed a commit to virgiliojr94/httpbin-chat2desk that referenced this issue Jul 1, 2023
virgiliojr94 pushed a commit to virgiliojr94/httpbin-chat2desk that referenced this issue Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants