Skip to content

Why doesn't flask set an upper bound for any dependencies? #5290

Answered by ThiefMaster
aabmass asked this question in Q&A
Discussion options

You must be logged in to vote

Copying @davidism's comment from various issues first of all:

When writing an application, you must use a tool like pip-tools to pin your application's full dependency tree. This gives you reproducible deployments, allowing you to control when you get updates. Be sure to run your tests with deprecation warnings treated as errors so that you get notified of those types of changes early.

Please review any of the following for more information:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aabmass
Comment options

Answer selected by aabmass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants