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 v1.1.3 introduced many dependency conflicts #4589

Closed
nottrobin opened this issue May 5, 2022 · 1 comment
Closed

Flask v1.1.3 introduced many dependency conflicts #4589

nottrobin opened this issue May 5, 2022 · 1 comment

Comments

@nottrobin
Copy link

Flask 1.1.3 set upper bounds on a bunch of dependencies that weren't there before.

This caused conflicts in many dependencies in our projects that are hard to resolve, so for now we're just going to pin to 1.1.2.

Is this necessary? Do we have to go through and work out how to reconcile all of these dependencies? Or might it be possible to loosen up those dependencies a little?

@davidism
Copy link
Member

davidism commented May 5, 2022

Yep, we set those because so many people complained about it being incompatible, and it was before I became more strict at telling applications to pin their dependencies. This is a pretty good demonstration of why putting hard limits in libraries is in fact a bad idea.

Unfortunately, there's nothing to be done at this point. 1.1.x is not supported. The current supported version is 2.1.x. I suggest upgrading to that version as soon as possible. In most cases, it should be straightforward.

@davidism davidism closed this as completed May 5, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants