This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch constraints-main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/constraints-main by this push:
new 3ee46aa166b Updating constraints. Github run id:15981933729
3ee46aa166b is described below
commit 3ee46aa166b68097cde4908d22bf8e75f97bb4c2
Author: Automated GitHub Actions commit <[email protected]>
AuthorDate: Mon Jun 30 20:17:03 2025 +0000
Updating constraints. Github run id:15981933729
This update in constraints is automatically committed by the CI
'constraints-push' step based on
'refs/heads/main' in the 'apache/airflow' repository with commit sha
40f6f7ed1378f1263e4d85ee9225b893489b5927.
The action that build those constraints can be found at
https://github.com/apache/airflow/actions/runs/15981933729/
All tests passed in this build so we determined we can push the updated
constraints.
See
https://github.com/apache/airflow/blob/main/README.md#installing-from-pypi for
details.
---
constraints-3.10.txt | 6 +++---
constraints-3.11.txt | 6 +++---
constraints-3.12.txt | 8 ++++----
constraints-no-providers-3.10.txt | 2 +-
constraints-no-providers-3.11.txt | 2 +-
constraints-no-providers-3.12.txt | 2 +-
constraints-source-providers-3.10.txt | 6 +++---
constraints-source-providers-3.11.txt | 6 +++---
constraints-source-providers-3.12.txt | 8 ++++----
9 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/constraints-3.10.txt b/constraints-3.10.txt
index 16ca9885fd8..88c11cef735 100644
--- a/constraints-3.10.txt
+++ b/constraints-3.10.txt
@@ -1,6 +1,6 @@
#
-# This constraints file was automatically generated on
2025-06-30T13:54:12.451848
+# This constraints file was automatically generated on
2025-06-30T19:44:43.655241
# via `uv pip install --resolution highest` for the "main" branch of Airflow.
# This variant of constraints install uses the HEAD of the branch version for
'apache-airflow' but installs
# the providers from PIP-released packages at the moment of the constraint
generation.
@@ -275,7 +275,7 @@ clickclick==20.10.2
cloudpickle==2.2.1
cohere==5.15.0
colorama==0.4.6
-colorful==0.5.6
+colorful==0.5.7
colorlog==6.9.0
comm==0.2.2
confluent-kafka==2.10.1
@@ -511,7 +511,7 @@ msgspec==0.19.0
msrest==0.7.1
msrestazure==0.6.4.post1
multi_key_dict==2.0.3
-multidict==6.6.2
+multidict==6.6.3
mypy-boto3-appflow==1.38.0
mypy-boto3-rds==1.38.46
mypy-boto3-redshift-data==1.38.0
diff --git a/constraints-3.11.txt b/constraints-3.11.txt
index e672e35c8c2..079496fbad1 100644
--- a/constraints-3.11.txt
+++ b/constraints-3.11.txt
@@ -1,6 +1,6 @@
#
-# This constraints file was automatically generated on
2025-06-30T13:53:31.791435
+# This constraints file was automatically generated on
2025-06-30T19:44:36.916109
# via `uv pip install --resolution highest` for the "main" branch of Airflow.
# This variant of constraints install uses the HEAD of the branch version for
'apache-airflow' but installs
# the providers from PIP-released packages at the moment of the constraint
generation.
@@ -274,7 +274,7 @@ clickclick==20.10.2
cloudpickle==2.2.1
cohere==5.15.0
colorama==0.4.6
-colorful==0.5.6
+colorful==0.5.7
colorlog==6.9.0
comm==0.2.2
confluent-kafka==2.10.1
@@ -510,7 +510,7 @@ msgspec==0.19.0
msrest==0.7.1
msrestazure==0.6.4.post1
multi_key_dict==2.0.3
-multidict==6.6.2
+multidict==6.6.3
mypy-boto3-appflow==1.38.0
mypy-boto3-rds==1.38.46
mypy-boto3-redshift-data==1.38.0
diff --git a/constraints-3.12.txt b/constraints-3.12.txt
index d22ff5a3d0b..311d9e4fb39 100644
--- a/constraints-3.12.txt
+++ b/constraints-3.12.txt
@@ -1,6 +1,6 @@
#
-# This constraints file was automatically generated on
2025-06-30T13:54:34.051091
+# This constraints file was automatically generated on
2025-06-30T19:44:29.137332
# via `uv pip install --resolution highest` for the "main" branch of Airflow.
# This variant of constraints install uses the HEAD of the branch version for
'apache-airflow' but installs
# the providers from PIP-released packages at the moment of the constraint
generation.
@@ -272,7 +272,7 @@ clickclick==20.10.2
cloudpickle==3.1.1
cohere==5.15.0
colorama==0.4.6
-colorful==0.5.6
+colorful==0.5.7
colorlog==6.9.0
comm==0.2.2
confluent-kafka==2.10.1
@@ -507,8 +507,8 @@ msgspec==0.19.0
msrest==0.7.1
msrestazure==0.6.4.post1
multi_key_dict==2.0.3
-multidict==6.6.2
-mypy-boto3-appflow==1.38.0
+multidict==6.6.3
+mypy-boto3-appflow==1.39.0
mypy-boto3-rds==1.38.46
mypy-boto3-redshift-data==1.38.0
mypy-boto3-s3==1.38.44
diff --git a/constraints-no-providers-3.10.txt
b/constraints-no-providers-3.10.txt
index ead04f95d70..2412e436da7 100644
--- a/constraints-no-providers-3.10.txt
+++ b/constraints-no-providers-3.10.txt
@@ -1,6 +1,6 @@
#
-# This constraints file was automatically generated on
2025-06-30T13:51:16.025147
+# This constraints file was automatically generated on
2025-06-30T19:41:42.555024
# via `uv sync --resolution highest` for the "main" branch of Airflow.
# This variant of constraints install just the 'bare' 'apache-airflow' package
build from the HEAD of
# the branch, without installing any of the providers.
diff --git a/constraints-no-providers-3.11.txt
b/constraints-no-providers-3.11.txt
index 1a5df4774ec..8c720cc137c 100644
--- a/constraints-no-providers-3.11.txt
+++ b/constraints-no-providers-3.11.txt
@@ -1,6 +1,6 @@
#
-# This constraints file was automatically generated on
2025-06-30T13:50:42.125551
+# This constraints file was automatically generated on
2025-06-30T19:41:51.431142
# via `uv sync --resolution highest` for the "main" branch of Airflow.
# This variant of constraints install just the 'bare' 'apache-airflow' package
build from the HEAD of
# the branch, without installing any of the providers.
diff --git a/constraints-no-providers-3.12.txt
b/constraints-no-providers-3.12.txt
index e15ed75cbb6..2704d14aa5a 100644
--- a/constraints-no-providers-3.12.txt
+++ b/constraints-no-providers-3.12.txt
@@ -1,6 +1,6 @@
#
-# This constraints file was automatically generated on
2025-06-30T13:51:35.504778
+# This constraints file was automatically generated on
2025-06-30T19:41:38.945221
# via `uv sync --resolution highest` for the "main" branch of Airflow.
# This variant of constraints install just the 'bare' 'apache-airflow' package
build from the HEAD of
# the branch, without installing any of the providers.
diff --git a/constraints-source-providers-3.10.txt
b/constraints-source-providers-3.10.txt
index 375076d81f5..862a082b27a 100644
--- a/constraints-source-providers-3.10.txt
+++ b/constraints-source-providers-3.10.txt
@@ -1,6 +1,6 @@
#
-# This constraints file was automatically generated on
2025-06-30T13:51:07.529386
+# This constraints file was automatically generated on
2025-06-30T19:41:35.829637
# via `uv sync --resolution highest for the "main" branch of Airflow.
# This variant of constraints install uses the HEAD of the branch version of
both
# 'apache-airflow' package and all available community provider distributions.
@@ -156,7 +156,7 @@ clickclick==20.10.2
cloudpickle==3.0.0
cohere==5.15.0
colorama==0.4.6
-colorful==0.5.6
+colorful==0.5.7
colorlog==6.9.0
comm==0.2.2
confluent-kafka==2.10.1
@@ -392,7 +392,7 @@ msgspec==0.19.0
msrest==0.7.1
msrestazure==0.6.4.post1
multi_key_dict==2.0.3
-multidict==6.6.2
+multidict==6.6.3
mypy-boto3-appflow==1.38.0
mypy-boto3-rds==1.38.46
mypy-boto3-redshift-data==1.38.0
diff --git a/constraints-source-providers-3.11.txt
b/constraints-source-providers-3.11.txt
index 678dfe37fe6..8e4efc27f4e 100644
--- a/constraints-source-providers-3.11.txt
+++ b/constraints-source-providers-3.11.txt
@@ -1,6 +1,6 @@
#
-# This constraints file was automatically generated on
2025-06-30T13:50:35.631429
+# This constraints file was automatically generated on
2025-06-30T19:41:44.790516
# via `uv sync --resolution highest for the "main" branch of Airflow.
# This variant of constraints install uses the HEAD of the branch version of
both
# 'apache-airflow' package and all available community provider distributions.
@@ -155,7 +155,7 @@ clickclick==20.10.2
cloudpickle==3.0.0
cohere==5.15.0
colorama==0.4.6
-colorful==0.5.6
+colorful==0.5.7
colorlog==6.9.0
comm==0.2.2
confluent-kafka==2.10.1
@@ -391,7 +391,7 @@ msgspec==0.19.0
msrest==0.7.1
msrestazure==0.6.4.post1
multi_key_dict==2.0.3
-multidict==6.6.2
+multidict==6.6.3
mypy-boto3-appflow==1.38.0
mypy-boto3-rds==1.38.46
mypy-boto3-redshift-data==1.38.0
diff --git a/constraints-source-providers-3.12.txt
b/constraints-source-providers-3.12.txt
index 577c9a64e2f..f9de2efd596 100644
--- a/constraints-source-providers-3.12.txt
+++ b/constraints-source-providers-3.12.txt
@@ -1,6 +1,6 @@
#
-# This constraints file was automatically generated on
2025-06-30T13:51:28.521107
+# This constraints file was automatically generated on
2025-06-30T19:41:31.950831
# via `uv sync --resolution highest for the "main" branch of Airflow.
# This variant of constraints install uses the HEAD of the branch version of
both
# 'apache-airflow' package and all available community provider distributions.
@@ -154,7 +154,7 @@ clickclick==20.10.2
cloudpickle==3.0.0
cohere==5.15.0
colorama==0.4.6
-colorful==0.5.6
+colorful==0.5.7
colorlog==6.9.0
comm==0.2.2
confluent-kafka==2.10.1
@@ -389,8 +389,8 @@ msgspec==0.19.0
msrest==0.7.1
msrestazure==0.6.4.post1
multi_key_dict==2.0.3
-multidict==6.6.2
-mypy-boto3-appflow==1.38.0
+multidict==6.6.3
+mypy-boto3-appflow==1.39.0
mypy-boto3-rds==1.38.46
mypy-boto3-redshift-data==1.38.0
mypy-boto3-s3==1.38.44