-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
airflow/2.10.0 package update (#26452)
- Loading branch information
1 parent
4223eea
commit 16ddb63
Showing
2 changed files
with
19 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,29 @@ | ||
From 2f5c710f941e340adb6d5de0a627b65d51d186c8 Mon Sep 17 00:00:00 2001 | ||
From: Dentrax <[email protected]> | ||
Date: Mon, 2 Sep 2024 16:33:18 +0300 | ||
Subject: [PATCH] fix requests patch | ||
|
||
Signed-off-by: Dentrax <[email protected]> | ||
--- | ||
hatch_build.py | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/hatch_build.py b/hatch_build.py | ||
index 705cbf9f65..6c3ec4244e 100644 | ||
index f366ae9..1613d5c 100644 | ||
--- a/hatch_build.py | ||
+++ b/hatch_build.py | ||
@@ -478,7 +478,7 @@ DEPENDENCIES = [ | ||
@@ -474,7 +474,7 @@ DEPENDENCIES = [ | ||
"python-nvd3>=0.15.0", | ||
"python-slugify>=5.0", | ||
# Requests 3 if it will be released, will be heavily breaking. | ||
- "requests>=2.27.0,<3", | ||
+ "requests>=2.32.0,<3", | ||
"requests-toolbelt>=0.4.0", | ||
"rfc3339-validator>=0.1.4", | ||
"rich-argparse>=1.0.0", | ||
"rich>=12.4.4", | ||
@@ -501,7 +501,7 @@ DEPENDENCIES = [ | ||
"universal-pathlib>=0.2.2", | ||
# Werkzug 3 breaks Flask-Login 0.6.2, also connexion needs to be updated to >= 3.0 | ||
# we should remove this limitation when FAB supports Flask 2.3 and we migrate connexion to 3+ | ||
- "werkzeug>=2.0,<3", | ||
+ "werkzeug>=2.3.8,<3", | ||
] | ||
|
||
|
||
-- | ||
2.39.3 (Apple Git-146) | ||
|