Skip to content

Commit

Permalink
airflow/2.10.0 package update (#26452)
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] authored Sep 5, 2024
1 parent 4223eea commit 16ddb63
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
6 changes: 3 additions & 3 deletions airflow.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: airflow
version: 2.9.3
epoch: 2
version: 2.10.0
epoch: 0
description: Platform to programmatically author, schedule, and monitor workflows
options:
# There is a dependency on libarrow.so although it
Expand Down Expand Up @@ -38,7 +38,7 @@ pipeline:
with:
repository: https://github.com/apache/airflow
tag: ${{package.version}}
expected-commit: 81845de9d95a733b4eb7826aaabe23ba9813eba3
expected-commit: e001b88f5875cfd7e295891a0bbdbc75a3dccbfb

- runs: |
# by default airflow celery provider is not built,but running the upstream helm chart requires it
Expand Down
25 changes: 16 additions & 9 deletions airflow/requests.patch
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)

0 comments on commit 16ddb63

Please sign in to comment.