forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade uv to 0.1.20 and stop notifying about new uv versions (apache…
…#38145) The UV tool is iterating super-quickly with multiple releases a week and until it slows down we do not want to be notified about every release. Still in the CI the update will be running and we will be able to see if there is a new version, but canary builds will not fail when new version of uv is released. The build will fail when a new version of `pip` is released and we will still be able to update uv independently by running the same pre-commmit manually.
- Loading branch information
Showing
5 changed files
with
24 additions
and
10 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -244,7 +244,7 @@ statsd = [ | |
"statsd>=3.3.0", | ||
] | ||
uv = [ | ||
"uv>=0.1.19", | ||
"uv>=0.1.20", | ||
] | ||
virtualenv = [ | ||
"virtualenv", | ||
|
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