-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3Packages.Flask: 2.0.3 -> 2.1.1
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3caf52b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change broke sentry-sdk, wandb, and likely many others. See #169130 for example. Please run nixpkgs-review before merging in the future.
Please fix these issues, or revert this change. If I don't hear back, I'll go ahead and revert tomorrow.
Also, what PR was this associated with?
3caf52b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#166489
Some dependencies update, others don't. We can't always please everyone.
3caf52b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand but you can't randomly break other packages. How can we use flask 2.0.3 in order to avoid the breakages caused by this commit?
Note also that this is currently breaking pgadmin4 #169322.
3caf52b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With
buildPythonApplication
usepackageOverrides
as described in https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/python.section.md#overriding-python-packages-overriding-python-packages, for libraries you have to check with your upstream. Look for patches and open issues.3caf52b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, could you please submit a PR to sentry-sdk with the appropriate
packageOverrides
then? The issue is already tracked upstream at getsentry/sentry-python#1398 and in nixpkgs at #169130.