This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch constraints-3-0
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/constraints-3-0 by this push:
     new 5190f84a7d0 Updating constraints. Github run id:14642628458
5190f84a7d0 is described below

commit 5190f84a7d01643020c66d30b7cffe44b409428e
Author: Automated GitHub Actions commit <[email protected]>
AuthorDate: Thu Apr 24 14:02:16 2025 +0000

    Updating constraints. Github run id:14642628458
    
    This update in constraints is automatically committed by the CI 
'constraints-push' step based on
    'refs/heads/v3-0-test' in the 'apache/airflow' repository with commit sha 
2406d1551d10f0e43f7a0cc68663e126fdadfd4a.
    
    The action that build those constraints can be found at 
https://github.com/apache/airflow/actions/runs/14642628458/
    
    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                  | 20 ++++++++++----------
 constraints-3.11.txt                  | 20 ++++++++++----------
 constraints-3.12.txt                  | 22 +++++++++++-----------
 constraints-3.9.txt                   | 16 ++++++++--------
 constraints-no-providers-3.10.txt     | 15 ++++++---------
 constraints-no-providers-3.11.txt     | 15 ++++++---------
 constraints-no-providers-3.12.txt     | 15 ++++++---------
 constraints-no-providers-3.9.txt      | 13 +++++--------
 constraints-source-providers-3.10.txt | 22 +++++++++++-----------
 constraints-source-providers-3.11.txt | 22 +++++++++++-----------
 constraints-source-providers-3.12.txt | 24 ++++++++++++------------
 constraints-source-providers-3.9.txt  | 18 +++++++++---------
 12 files changed, 105 insertions(+), 117 deletions(-)

diff --git a/constraints-3.10.txt b/constraints-3.10.txt
index fd55369b050..f4bc6cb03e9 100644
--- a/constraints-3.10.txt
+++ b/constraints-3.10.txt
@@ -1,6 +1,6 @@
 
 #
-# This constraints file was automatically generated on 
2025-04-23T12:09:10.259933
+# This constraints file was automatically generated on 
2025-04-24T13:40:54.083936
 # via `uv pip install --resolution highest` for the "v3-0-test" 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.
@@ -344,7 +344,7 @@ google-cloud-build==3.31.1
 google-cloud-compute==1.30.0
 google-cloud-container==2.56.1
 google-cloud-core==2.4.3
-google-cloud-datacatalog==3.26.1
+google-cloud-datacatalog==3.27.0
 google-cloud-dataflow-client==0.8.17
 google-cloud-dataform==0.6.1
 google-cloud-dataplex==2.10.1
@@ -439,7 +439,7 @@ jsonpath-python==1.0.6
 jsonpickle==3.4.2
 jsonpointer==3.0.0
 jsonschema-path==0.3.4
-jsonschema-specifications==2024.10.1
+jsonschema-specifications==2025.4.1
 jsonschema==4.23.0
 jupyter_client==8.6.3
 jupyter_core==5.7.2
@@ -455,7 +455,7 @@ kubernetes_asyncio==30.3.1
 kylinpy==2.8.4
 lazy-object-proxy==1.11.0
 libcst==1.7.0
-limits==5.0.0
+limits==5.1.0
 linkify-it-py==2.0.3
 lockfile==0.12.2
 looker-sdk==25.4.0
@@ -506,7 +506,7 @@ nodeenv==1.9.1
 numpy==1.26.4
 oauthlib==3.2.2
 objsize==0.7.1
-openai==1.75.0
+openai==1.76.0
 openapi-schema-validator==0.6.3
 openapi-spec-validator==0.7.1
 openlineage-integration-common==1.31.0
@@ -528,7 +528,7 @@ oracledb==3.1.0
 ordered-set==4.1.0
 orjson==3.10.16
 oss2==2.19.1
-packaging==24.2
+packaging==25.0
 pandas-gbq==0.28.0
 pandas-stubs==2.2.3.250308
 pandas==2.1.4
@@ -562,7 +562,7 @@ prometheus_client==0.21.1
 prompt_toolkit==3.0.51
 propcache==0.3.1
 proto-plus==1.26.1
-protobuf==4.25.6
+protobuf==4.25.7
 psutil==7.0.0
 psycopg2-binary==2.9.10
 ptyprocess==0.7.0
@@ -643,7 +643,7 @@ rfc3339-validator==0.1.4
 rfc3986==2.0.0
 rich-argparse==1.7.0
 rich-click==1.8.8
-rich-toolkit==0.14.1
+rich-toolkit==0.14.3
 rich==13.9.4
 rpds-py==0.24.0
 rsa==4.9.1
@@ -660,7 +660,7 @@ scrapbook==0.5.0
 semver==3.0.4
 sendgrid==6.11.0
 sentinels==1.0.0
-sentry-sdk==2.26.1
+sentry-sdk==2.27.0
 setproctitle==1.3.5
 shapely==2.1.0
 shellingham==1.5.4
@@ -676,13 +676,13 @@ snowflake-snowpark-python==1.30.0
 snowflake-sqlalchemy==1.7.3
 sortedcontainers==2.4.0
 soupsieve==2.7
-sphinx-airflow-theme==0.2.1
 sphinx-argparse==0.5.2
 sphinx-autoapi==3.6.0
 sphinx-autobuild==2024.10.3
 sphinx-copybutton==0.5.2
 sphinx-jinja==2.0.2
 sphinx-rtd-theme==3.0.2
+sphinx_airflow_theme==0.2.2
 sphinx_design==0.6.1
 sphinxcontrib-applehelp==2.0.0
 sphinxcontrib-devhelp==2.0.0
diff --git a/constraints-3.11.txt b/constraints-3.11.txt
index 52237a4bfa5..01907acc523 100644
--- a/constraints-3.11.txt
+++ b/constraints-3.11.txt
@@ -1,6 +1,6 @@
 
 #
-# This constraints file was automatically generated on 
2025-04-23T12:12:19.639077
+# This constraints file was automatically generated on 
2025-04-24T13:44:03.982521
 # via `uv pip install --resolution highest` for the "v3-0-test" 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.
@@ -341,7 +341,7 @@ google-cloud-build==3.31.1
 google-cloud-compute==1.30.0
 google-cloud-container==2.56.1
 google-cloud-core==2.4.3
-google-cloud-datacatalog==3.26.1
+google-cloud-datacatalog==3.27.0
 google-cloud-dataflow-client==0.8.17
 google-cloud-dataform==0.6.1
 google-cloud-dataplex==2.10.1
@@ -437,7 +437,7 @@ jsonpath-python==1.0.6
 jsonpickle==3.4.2
 jsonpointer==3.0.0
 jsonschema-path==0.3.4
-jsonschema-specifications==2024.10.1
+jsonschema-specifications==2025.4.1
 jsonschema==4.23.0
 jupyter_client==8.6.3
 jupyter_core==5.7.2
@@ -453,7 +453,7 @@ kubernetes_asyncio==30.3.1
 kylinpy==2.8.4
 lazy-object-proxy==1.11.0
 libcst==1.7.0
-limits==5.0.0
+limits==5.1.0
 linkify-it-py==2.0.3
 lockfile==0.12.2
 looker-sdk==25.4.0
@@ -504,7 +504,7 @@ nodeenv==1.9.1
 numpy==1.26.4
 oauthlib==3.2.2
 objsize==0.7.1
-openai==1.75.0
+openai==1.76.0
 openapi-schema-validator==0.6.3
 openapi-spec-validator==0.7.1
 openlineage-integration-common==1.31.0
@@ -526,7 +526,7 @@ oracledb==3.1.0
 ordered-set==4.1.0
 orjson==3.10.16
 oss2==2.19.1
-packaging==24.2
+packaging==25.0
 pandas-gbq==0.28.0
 pandas-stubs==2.2.3.250308
 pandas==2.1.4
@@ -560,7 +560,7 @@ prometheus_client==0.21.1
 prompt_toolkit==3.0.51
 propcache==0.3.1
 proto-plus==1.26.1
-protobuf==4.25.6
+protobuf==4.25.7
 psutil==7.0.0
 psycopg2-binary==2.9.10
 ptyprocess==0.7.0
@@ -641,7 +641,7 @@ rfc3339-validator==0.1.4
 rfc3986==2.0.0
 rich-argparse==1.7.0
 rich-click==1.8.8
-rich-toolkit==0.14.1
+rich-toolkit==0.14.3
 rich==13.9.4
 roman-numerals-py==3.1.0
 rpds-py==0.24.0
@@ -659,7 +659,7 @@ scrapbook==0.5.0
 semver==3.0.4
 sendgrid==6.11.0
 sentinels==1.0.0
-sentry-sdk==2.26.1
+sentry-sdk==2.27.0
 setproctitle==1.3.5
 shapely==2.1.0
 shellingham==1.5.4
@@ -675,13 +675,13 @@ snowflake-snowpark-python==1.30.0
 snowflake-sqlalchemy==1.7.3
 sortedcontainers==2.4.0
 soupsieve==2.7
-sphinx-airflow-theme==0.2.1
 sphinx-argparse==0.5.2
 sphinx-autoapi==3.6.0
 sphinx-autobuild==2024.10.3
 sphinx-copybutton==0.5.2
 sphinx-jinja==2.0.2
 sphinx-rtd-theme==3.0.2
+sphinx_airflow_theme==0.2.2
 sphinx_design==0.6.1
 sphinxcontrib-applehelp==2.0.0
 sphinxcontrib-devhelp==2.0.0
diff --git a/constraints-3.12.txt b/constraints-3.12.txt
index e70541e9cc1..231f089315a 100644
--- a/constraints-3.12.txt
+++ b/constraints-3.12.txt
@@ -1,6 +1,6 @@
 
 #
-# This constraints file was automatically generated on 
2025-04-23T12:15:30.806319
+# This constraints file was automatically generated on 
2025-04-24T13:47:16.386087
 # via `uv pip install --resolution highest` for the "v3-0-test" 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.
@@ -339,7 +339,7 @@ google-cloud-build==3.31.1
 google-cloud-compute==1.30.0
 google-cloud-container==2.56.1
 google-cloud-core==2.4.3
-google-cloud-datacatalog==3.26.1
+google-cloud-datacatalog==3.27.0
 google-cloud-dataflow-client==0.8.17
 google-cloud-dataform==0.6.1
 google-cloud-dataplex==2.10.1
@@ -435,7 +435,7 @@ jsonpath-python==1.0.6
 jsonpickle==3.4.2
 jsonpointer==3.0.0
 jsonschema-path==0.3.4
-jsonschema-specifications==2024.10.1
+jsonschema-specifications==2025.4.1
 jsonschema==4.23.0
 jupyter_client==8.6.3
 jupyter_core==5.7.2
@@ -451,7 +451,7 @@ kubernetes_asyncio==30.3.1
 kylinpy==2.8.4
 lazy-object-proxy==1.11.0
 libcst==1.7.0
-limits==5.0.0
+limits==5.1.0
 linkify-it-py==2.0.3
 lockfile==0.12.2
 looker-sdk==25.4.0
@@ -502,7 +502,7 @@ nodeenv==1.9.1
 numpy==1.26.4
 oauthlib==3.2.2
 objsize==0.7.1
-openai==1.75.0
+openai==1.76.0
 openapi-schema-validator==0.6.3
 openapi-spec-validator==0.7.1
 openlineage-integration-common==1.31.0
@@ -524,7 +524,7 @@ oracledb==3.1.0
 ordered-set==4.1.0
 orjson==3.10.16
 oss2==2.19.1
-packaging==24.2
+packaging==25.0
 pandas-gbq==0.28.0
 pandas-stubs==2.2.3.250308
 pandas==2.1.4
@@ -558,7 +558,7 @@ prometheus_client==0.21.1
 prompt_toolkit==3.0.51
 propcache==0.3.1
 proto-plus==1.26.1
-protobuf==4.25.6
+protobuf==4.25.7
 psutil==7.0.0
 psycopg2-binary==2.9.10
 ptyprocess==0.7.0
@@ -638,7 +638,7 @@ rfc3339-validator==0.1.4
 rfc3986==2.0.0
 rich-argparse==1.7.0
 rich-click==1.8.8
-rich-toolkit==0.14.1
+rich-toolkit==0.14.3
 rich==13.9.4
 roman-numerals-py==3.1.0
 rpds-py==0.24.0
@@ -656,9 +656,9 @@ scrapbook==0.5.0
 semver==3.0.4
 sendgrid==6.11.0
 sentinels==1.0.0
-sentry-sdk==2.26.1
+sentry-sdk==2.27.0
 setproctitle==1.3.5
-setuptools==79.0.0
+setuptools==79.0.1
 shapely==2.1.0
 shellingham==1.5.4
 simple-salesforce==1.12.6
@@ -672,13 +672,13 @@ snowflake-connector-python==3.14.1
 snowflake-sqlalchemy==1.7.3
 sortedcontainers==2.4.0
 soupsieve==2.7
-sphinx-airflow-theme==0.2.1
 sphinx-argparse==0.5.2
 sphinx-autoapi==3.6.0
 sphinx-autobuild==2024.10.3
 sphinx-copybutton==0.5.2
 sphinx-jinja==2.0.2
 sphinx-rtd-theme==3.0.2
+sphinx_airflow_theme==0.2.2
 sphinx_design==0.6.1
 sphinxcontrib-applehelp==2.0.0
 sphinxcontrib-devhelp==2.0.0
diff --git a/constraints-3.9.txt b/constraints-3.9.txt
index 91334641281..a7c1b89b548 100644
--- a/constraints-3.9.txt
+++ b/constraints-3.9.txt
@@ -1,6 +1,6 @@
 
 #
-# This constraints file was automatically generated on 
2025-04-23T12:05:55.087752
+# This constraints file was automatically generated on 
2025-04-24T13:37:37.321841
 # via `uv pip install --resolution highest` for the "v3-0-test" 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.
@@ -344,7 +344,7 @@ google-cloud-build==3.31.1
 google-cloud-compute==1.30.0
 google-cloud-container==2.56.1
 google-cloud-core==2.4.3
-google-cloud-datacatalog==3.26.1
+google-cloud-datacatalog==3.27.0
 google-cloud-dataflow-client==0.8.17
 google-cloud-dataform==0.6.1
 google-cloud-dataplex==2.10.1
@@ -438,7 +438,7 @@ jsonpath-python==1.0.6
 jsonpickle==3.4.2
 jsonpointer==3.0.0
 jsonschema-path==0.3.4
-jsonschema-specifications==2024.10.1
+jsonschema-specifications==2025.4.1
 jsonschema==4.23.0
 jupyter_client==8.6.3
 jupyter_core==5.7.2
@@ -505,7 +505,7 @@ nodeenv==1.9.1
 numpy==1.26.4
 oauthlib==3.2.2
 objsize==0.7.1
-openai==1.75.0
+openai==1.76.0
 openapi-schema-validator==0.6.3
 openapi-spec-validator==0.7.1
 openlineage-integration-common==1.31.0
@@ -561,7 +561,7 @@ prometheus_client==0.21.1
 prompt_toolkit==3.0.51
 propcache==0.3.1
 proto-plus==1.26.1
-protobuf==4.25.6
+protobuf==4.25.7
 psutil==7.0.0
 psycopg2-binary==2.9.10
 ptyprocess==0.7.0
@@ -642,7 +642,7 @@ rfc3339-validator==0.1.4
 rfc3986==2.0.0
 rich-argparse==1.7.0
 rich-click==1.8.8
-rich-toolkit==0.14.1
+rich-toolkit==0.14.3
 rich==13.9.4
 rpds-py==0.24.0
 rsa==4.9.1
@@ -659,7 +659,7 @@ scrapbook==0.5.0
 semver==3.0.4
 sendgrid==6.11.0
 sentinels==1.0.0
-sentry-sdk==2.26.1
+sentry-sdk==2.27.0
 setproctitle==1.3.5
 shapely==2.0.7
 shellingham==1.5.4
@@ -675,13 +675,13 @@ snowflake-snowpark-python==1.30.0
 snowflake-sqlalchemy==1.7.3
 sortedcontainers==2.4.0
 soupsieve==2.7
-sphinx-airflow-theme==0.2.1
 sphinx-argparse==0.4.0
 sphinx-autoapi==3.6.0
 sphinx-autobuild==2024.10.3
 sphinx-copybutton==0.5.2
 sphinx-jinja==2.0.2
 sphinx-rtd-theme==3.0.2
+sphinx_airflow_theme==0.2.2
 sphinx_design==0.6.1
 sphinxcontrib-applehelp==2.0.0
 sphinxcontrib-devhelp==2.0.0
diff --git a/constraints-no-providers-3.10.txt 
b/constraints-no-providers-3.10.txt
index df1595c0d65..1fb62e84269 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-04-23T12:03:09.112852
+# This constraints file was automatically generated on 
2025-04-24T13:34:39.872952
 # via `uv sync --resolution highest` for the "v3-0-test" 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.
@@ -10,7 +10,6 @@
 #
 Deprecated==1.2.18
 Flask==2.2.5
-GitPython==3.1.44
 Jinja2==3.1.6
 Mako==1.3.10
 MarkupSafe==3.0.2
@@ -47,7 +46,6 @@ exceptiongroup==1.2.2
 fastapi-cli==0.0.7
 fastapi==0.115.12
 fsspec==2025.3.2
-gitdb==4.0.12
 googleapis-common-protos==1.70.0
 greenlet==3.2.1
 grpcio==1.71.0
@@ -59,7 +57,7 @@ httpx==0.27.0
 idna==3.10
 importlib_metadata==8.4.0
 itsdangerous==2.2.0
-jsonschema-specifications==2024.10.1
+jsonschema-specifications==2025.4.1
 jsonschema==4.23.0
 lazy-object-proxy==1.11.0
 libcst==1.7.0
@@ -78,11 +76,11 @@ opentelemetry-exporter-otlp==1.27.0
 opentelemetry-proto==1.27.0
 opentelemetry-sdk==1.27.0
 opentelemetry-semantic-conventions==0.48b0
-packaging==24.2
+packaging==25.0
 pathspec==0.12.1
 pendulum==3.1.0
 pluggy==1.5.0
-protobuf==4.25.6
+protobuf==4.25.7
 psutil==7.0.0
 pycparser==2.22
 pydantic==2.11.3
@@ -97,13 +95,12 @@ referencing==0.36.2
 requests==2.32.3
 retryhttp==1.3.2
 rich-argparse==1.7.0
-rich-toolkit==0.14.1
+rich-toolkit==0.14.3
 rich==13.9.4
 rpds-py==0.24.0
 setproctitle==1.3.5
 shellingham==1.5.4
 six==1.17.0
-smmap==5.0.2
 sniffio==1.3.1
 sqlparse==0.5.3
 starlette==0.46.2
@@ -122,7 +119,7 @@ uc-micro-py==1.0.3
 universal_pathlib==0.2.6
 urllib3==2.4.0
 uuid6==2024.7.10
-uv==0.6.13
+uv==0.6.16
 uvicorn==0.34.2
 uvloop==0.21.0
 watchfiles==1.0.5
diff --git a/constraints-no-providers-3.11.txt 
b/constraints-no-providers-3.11.txt
index f58645e9fa3..2637a985978 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-04-23T12:03:08.948122
+# This constraints file was automatically generated on 
2025-04-24T13:34:39.730799
 # via `uv sync --resolution highest` for the "v3-0-test" 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.
@@ -10,7 +10,6 @@
 #
 Deprecated==1.2.18
 Flask==2.2.5
-GitPython==3.1.44
 Jinja2==3.1.6
 Mako==1.3.10
 MarkupSafe==3.0.2
@@ -45,7 +44,6 @@ email_validator==2.2.0
 fastapi-cli==0.0.7
 fastapi==0.115.12
 fsspec==2025.3.2
-gitdb==4.0.12
 googleapis-common-protos==1.70.0
 greenlet==3.2.1
 grpcio==1.71.0
@@ -57,7 +55,7 @@ httpx==0.27.0
 idna==3.10
 importlib_metadata==8.4.0
 itsdangerous==2.2.0
-jsonschema-specifications==2024.10.1
+jsonschema-specifications==2025.4.1
 jsonschema==4.23.0
 lazy-object-proxy==1.11.0
 libcst==1.7.0
@@ -76,11 +74,11 @@ opentelemetry-exporter-otlp==1.27.0
 opentelemetry-proto==1.27.0
 opentelemetry-sdk==1.27.0
 opentelemetry-semantic-conventions==0.48b0
-packaging==24.2
+packaging==25.0
 pathspec==0.12.1
 pendulum==3.1.0
 pluggy==1.5.0
-protobuf==4.25.6
+protobuf==4.25.7
 psutil==7.0.0
 pycparser==2.22
 pydantic==2.11.3
@@ -95,13 +93,12 @@ referencing==0.36.2
 requests==2.32.3
 retryhttp==1.3.2
 rich-argparse==1.7.0
-rich-toolkit==0.14.1
+rich-toolkit==0.14.3
 rich==13.9.4
 rpds-py==0.24.0
 setproctitle==1.3.5
 shellingham==1.5.4
 six==1.17.0
-smmap==5.0.2
 sniffio==1.3.1
 sqlparse==0.5.3
 starlette==0.46.2
@@ -120,7 +117,7 @@ uc-micro-py==1.0.3
 universal_pathlib==0.2.6
 urllib3==2.4.0
 uuid6==2024.7.10
-uv==0.6.13
+uv==0.6.16
 uvicorn==0.34.2
 uvloop==0.21.0
 watchfiles==1.0.5
diff --git a/constraints-no-providers-3.12.txt 
b/constraints-no-providers-3.12.txt
index fe05697eca2..1294b9d7ccf 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-04-23T12:03:45.103093
+# This constraints file was automatically generated on 
2025-04-24T13:35:26.767719
 # via `uv sync --resolution highest` for the "v3-0-test" 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.
@@ -10,7 +10,6 @@
 #
 Deprecated==1.2.18
 Flask==2.2.5
-GitPython==3.1.44
 Jinja2==3.1.6
 Mako==1.3.10
 MarkupSafe==3.0.2
@@ -45,7 +44,6 @@ email_validator==2.2.0
 fastapi-cli==0.0.7
 fastapi==0.115.12
 fsspec==2025.3.2
-gitdb==4.0.12
 googleapis-common-protos==1.70.0
 greenlet==3.2.1
 grpcio==1.71.0
@@ -57,7 +55,7 @@ httpx==0.27.0
 idna==3.10
 importlib_metadata==8.4.0
 itsdangerous==2.2.0
-jsonschema-specifications==2024.10.1
+jsonschema-specifications==2025.4.1
 jsonschema==4.23.0
 lazy-object-proxy==1.11.0
 libcst==1.7.0
@@ -76,11 +74,11 @@ opentelemetry-exporter-otlp==1.27.0
 opentelemetry-proto==1.27.0
 opentelemetry-sdk==1.27.0
 opentelemetry-semantic-conventions==0.48b0
-packaging==24.2
+packaging==25.0
 pathspec==0.12.1
 pendulum==3.1.0
 pluggy==1.5.0
-protobuf==4.25.6
+protobuf==4.25.7
 psutil==7.0.0
 pycparser==2.22
 pydantic==2.11.3
@@ -95,13 +93,12 @@ referencing==0.36.2
 requests==2.32.3
 retryhttp==1.3.2
 rich-argparse==1.7.0
-rich-toolkit==0.14.1
+rich-toolkit==0.14.3
 rich==13.9.4
 rpds-py==0.24.0
 setproctitle==1.3.5
 shellingham==1.5.4
 six==1.17.0
-smmap==5.0.2
 sniffio==1.3.1
 sqlparse==0.5.3
 starlette==0.46.2
@@ -120,7 +117,7 @@ uc-micro-py==1.0.3
 universal_pathlib==0.2.6
 urllib3==2.4.0
 uuid6==2024.7.10
-uv==0.6.13
+uv==0.6.16
 uvicorn==0.34.2
 uvloop==0.21.0
 watchfiles==1.0.5
diff --git a/constraints-no-providers-3.9.txt b/constraints-no-providers-3.9.txt
index 25785be93f7..0bcfcc2cd90 100644
--- a/constraints-no-providers-3.9.txt
+++ b/constraints-no-providers-3.9.txt
@@ -1,6 +1,6 @@
 
 #
-# This constraints file was automatically generated on 
2025-04-23T12:03:09.045647
+# This constraints file was automatically generated on 
2025-04-24T13:34:39.589338
 # via `uv sync --resolution highest` for the "v3-0-test" 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.
@@ -10,7 +10,6 @@
 #
 Deprecated==1.2.18
 Flask==2.2.5
-GitPython==3.1.44
 Jinja2==3.1.6
 Mako==1.3.10
 MarkupSafe==3.0.2
@@ -48,7 +47,6 @@ exceptiongroup==1.2.2
 fastapi-cli==0.0.7
 fastapi==0.115.12
 fsspec==2025.3.2
-gitdb==4.0.12
 googleapis-common-protos==1.70.0
 greenlet==3.2.1
 grpcio==1.71.0
@@ -60,7 +58,7 @@ httpx==0.27.0
 idna==3.10
 importlib_metadata==8.4.0
 itsdangerous==2.2.0
-jsonschema-specifications==2024.10.1
+jsonschema-specifications==2025.4.1
 jsonschema==4.23.0
 lazy-object-proxy==1.11.0
 libcst==1.7.0
@@ -83,7 +81,7 @@ packaging==24.2
 pathspec==0.12.1
 pendulum==3.1.0
 pluggy==1.5.0
-protobuf==4.25.6
+protobuf==4.25.7
 psutil==7.0.0
 pycparser==2.22
 pydantic==2.11.3
@@ -98,13 +96,12 @@ referencing==0.36.2
 requests==2.32.3
 retryhttp==1.3.2
 rich-argparse==1.7.0
-rich-toolkit==0.14.1
+rich-toolkit==0.14.3
 rich==13.9.4
 rpds-py==0.24.0
 setproctitle==1.3.5
 shellingham==1.5.4
 six==1.17.0
-smmap==5.0.2
 sniffio==1.3.1
 sqlparse==0.5.3
 starlette==0.46.2
@@ -124,7 +121,7 @@ uc-micro-py==1.0.3
 universal_pathlib==0.2.6
 urllib3==1.26.20
 uuid6==2024.7.10
-uv==0.6.13
+uv==0.6.16
 uvicorn==0.34.2
 uvloop==0.21.0
 watchfiles==1.0.5
diff --git a/constraints-source-providers-3.10.txt 
b/constraints-source-providers-3.10.txt
index 5498ad900fa..43418fbfadc 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-04-23T12:02:58.801054
+# This constraints file was automatically generated on 
2025-04-24T13:34:29.974312
 # via `uv sync --resolution highest for the "v3-0-test" 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.
@@ -229,7 +229,7 @@ google-cloud-build==3.31.1
 google-cloud-compute==1.30.0
 google-cloud-container==2.56.1
 google-cloud-core==2.4.3
-google-cloud-datacatalog==3.26.1
+google-cloud-datacatalog==3.27.0
 google-cloud-dataflow-client==0.8.17
 google-cloud-dataform==0.6.1
 google-cloud-dataplex==2.10.1
@@ -324,7 +324,7 @@ jsonpath-python==1.0.6
 jsonpickle==3.4.2
 jsonpointer==3.0.0
 jsonschema-path==0.3.4
-jsonschema-specifications==2024.10.1
+jsonschema-specifications==2025.4.1
 jsonschema==4.23.0
 jupyter_client==8.6.3
 jupyter_core==5.7.2
@@ -340,7 +340,7 @@ kubernetes_asyncio==30.3.1
 kylinpy==2.8.4
 lazy-object-proxy==1.11.0
 libcst==1.7.0
-limits==5.0.0
+limits==5.1.0
 linkify-it-py==2.0.3
 lockfile==0.12.2
 looker-sdk==25.4.0
@@ -391,7 +391,7 @@ nodeenv==1.9.1
 numpy==1.26.4
 oauthlib==3.2.2
 objsize==0.7.1
-openai==1.75.0
+openai==1.76.0
 openapi-schema-validator==0.6.3
 openapi-spec-validator==0.7.1
 openlineage-integration-common==1.31.0
@@ -413,7 +413,7 @@ oracledb==3.1.0
 ordered-set==4.1.0
 orjson==3.10.16
 oss2==2.19.1
-packaging==24.2
+packaging==25.0
 pandas-gbq==0.28.0
 pandas-stubs==2.2.3.250308
 pandas==2.1.4
@@ -447,7 +447,7 @@ prometheus_client==0.21.1
 prompt_toolkit==3.0.51
 propcache==0.3.1
 proto-plus==1.26.1
-protobuf==4.25.6
+protobuf==4.25.7
 psutil==7.0.0
 psycopg2-binary==2.9.10
 ptyprocess==0.7.0
@@ -528,7 +528,7 @@ rfc3339-validator==0.1.4
 rfc3986==2.0.0
 rich-argparse==1.7.0
 rich-click==1.8.8
-rich-toolkit==0.14.1
+rich-toolkit==0.14.3
 rich==13.9.4
 rpds-py==0.24.0
 rsa==4.9.1
@@ -545,7 +545,7 @@ scrapbook==0.5.0
 semver==3.0.4
 sendgrid==6.11.0
 sentinels==1.0.0
-sentry-sdk==2.26.1
+sentry-sdk==2.27.0
 setproctitle==1.3.5
 shapely==2.1.0
 shellingham==1.5.4
@@ -561,13 +561,13 @@ snowflake-snowpark-python==1.30.0
 snowflake-sqlalchemy==1.7.3
 sortedcontainers==2.4.0
 soupsieve==2.7
-sphinx-airflow-theme==0.2.1
 sphinx-argparse==0.5.2
 sphinx-autoapi==3.6.0
 sphinx-autobuild==2024.10.3
 sphinx-copybutton==0.5.2
 sphinx-jinja==2.0.2
 sphinx-rtd-theme==3.0.2
+sphinx_airflow_theme==0.2.2
 sphinx_design==0.6.1
 sphinxcontrib-applehelp==2.0.0
 sphinxcontrib-devhelp==2.0.0
@@ -646,7 +646,7 @@ universal_pathlib==0.2.6
 uritemplate==4.1.1
 urllib3==2.4.0
 uuid6==2024.7.10
-uv==0.6.13
+uv==0.6.16
 uvicorn==0.34.2
 uvloop==0.21.0
 validators==0.34.0
diff --git a/constraints-source-providers-3.11.txt 
b/constraints-source-providers-3.11.txt
index d90b395e143..5ebf9853d52 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-04-23T12:02:58.861649
+# This constraints file was automatically generated on 
2025-04-24T13:34:29.585588
 # via `uv sync --resolution highest for the "v3-0-test" 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.
@@ -226,7 +226,7 @@ google-cloud-build==3.31.1
 google-cloud-compute==1.30.0
 google-cloud-container==2.56.1
 google-cloud-core==2.4.3
-google-cloud-datacatalog==3.26.1
+google-cloud-datacatalog==3.27.0
 google-cloud-dataflow-client==0.8.17
 google-cloud-dataform==0.6.1
 google-cloud-dataplex==2.10.1
@@ -322,7 +322,7 @@ jsonpath-python==1.0.6
 jsonpickle==3.4.2
 jsonpointer==3.0.0
 jsonschema-path==0.3.4
-jsonschema-specifications==2024.10.1
+jsonschema-specifications==2025.4.1
 jsonschema==4.23.0
 jupyter_client==8.6.3
 jupyter_core==5.7.2
@@ -338,7 +338,7 @@ kubernetes_asyncio==30.3.1
 kylinpy==2.8.4
 lazy-object-proxy==1.11.0
 libcst==1.7.0
-limits==5.0.0
+limits==5.1.0
 linkify-it-py==2.0.3
 lockfile==0.12.2
 looker-sdk==25.4.0
@@ -389,7 +389,7 @@ nodeenv==1.9.1
 numpy==1.26.4
 oauthlib==3.2.2
 objsize==0.7.1
-openai==1.75.0
+openai==1.76.0
 openapi-schema-validator==0.6.3
 openapi-spec-validator==0.7.1
 openlineage-integration-common==1.31.0
@@ -411,7 +411,7 @@ oracledb==3.1.0
 ordered-set==4.1.0
 orjson==3.10.16
 oss2==2.19.1
-packaging==24.2
+packaging==25.0
 pandas-gbq==0.28.0
 pandas-stubs==2.2.3.250308
 pandas==2.1.4
@@ -445,7 +445,7 @@ prometheus_client==0.21.1
 prompt_toolkit==3.0.51
 propcache==0.3.1
 proto-plus==1.26.1
-protobuf==4.25.6
+protobuf==4.25.7
 psutil==7.0.0
 psycopg2-binary==2.9.10
 ptyprocess==0.7.0
@@ -526,7 +526,7 @@ rfc3339-validator==0.1.4
 rfc3986==2.0.0
 rich-argparse==1.7.0
 rich-click==1.8.8
-rich-toolkit==0.14.1
+rich-toolkit==0.14.3
 rich==13.9.4
 roman-numerals-py==3.1.0
 rpds-py==0.24.0
@@ -544,7 +544,7 @@ scrapbook==0.5.0
 semver==3.0.4
 sendgrid==6.11.0
 sentinels==1.0.0
-sentry-sdk==2.26.1
+sentry-sdk==2.27.0
 setproctitle==1.3.5
 shapely==2.1.0
 shellingham==1.5.4
@@ -560,13 +560,13 @@ snowflake-snowpark-python==1.30.0
 snowflake-sqlalchemy==1.7.3
 sortedcontainers==2.4.0
 soupsieve==2.7
-sphinx-airflow-theme==0.2.1
 sphinx-argparse==0.5.2
 sphinx-autoapi==3.6.0
 sphinx-autobuild==2024.10.3
 sphinx-copybutton==0.5.2
 sphinx-jinja==2.0.2
 sphinx-rtd-theme==3.0.2
+sphinx_airflow_theme==0.2.2
 sphinx_design==0.6.1
 sphinxcontrib-applehelp==2.0.0
 sphinxcontrib-devhelp==2.0.0
@@ -644,7 +644,7 @@ universal_pathlib==0.2.6
 uritemplate==4.1.1
 urllib3==2.4.0
 uuid6==2024.7.10
-uv==0.6.13
+uv==0.6.16
 uvicorn==0.34.2
 uvloop==0.21.0
 validators==0.34.0
diff --git a/constraints-source-providers-3.12.txt 
b/constraints-source-providers-3.12.txt
index 19f0cb5856b..b09ad0996a5 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-04-23T12:02:58.576725
+# This constraints file was automatically generated on 
2025-04-24T13:34:29.301413
 # via `uv sync --resolution highest for the "v3-0-test" 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.
@@ -224,7 +224,7 @@ google-cloud-build==3.31.1
 google-cloud-compute==1.30.0
 google-cloud-container==2.56.1
 google-cloud-core==2.4.3
-google-cloud-datacatalog==3.26.1
+google-cloud-datacatalog==3.27.0
 google-cloud-dataflow-client==0.8.17
 google-cloud-dataform==0.6.1
 google-cloud-dataplex==2.10.1
@@ -320,7 +320,7 @@ jsonpath-python==1.0.6
 jsonpickle==3.4.2
 jsonpointer==3.0.0
 jsonschema-path==0.3.4
-jsonschema-specifications==2024.10.1
+jsonschema-specifications==2025.4.1
 jsonschema==4.23.0
 jupyter_client==8.6.3
 jupyter_core==5.7.2
@@ -336,7 +336,7 @@ kubernetes_asyncio==30.3.1
 kylinpy==2.8.4
 lazy-object-proxy==1.11.0
 libcst==1.7.0
-limits==5.0.0
+limits==5.1.0
 linkify-it-py==2.0.3
 lockfile==0.12.2
 looker-sdk==25.4.0
@@ -387,7 +387,7 @@ nodeenv==1.9.1
 numpy==1.26.4
 oauthlib==3.2.2
 objsize==0.7.1
-openai==1.75.0
+openai==1.76.0
 openapi-schema-validator==0.6.3
 openapi-spec-validator==0.7.1
 openlineage-integration-common==1.31.0
@@ -409,7 +409,7 @@ oracledb==3.1.0
 ordered-set==4.1.0
 orjson==3.10.16
 oss2==2.19.1
-packaging==24.2
+packaging==25.0
 pandas-gbq==0.28.0
 pandas-stubs==2.2.3.250308
 pandas==2.1.4
@@ -443,7 +443,7 @@ prometheus_client==0.21.1
 prompt_toolkit==3.0.51
 propcache==0.3.1
 proto-plus==1.26.1
-protobuf==4.25.6
+protobuf==4.25.7
 psutil==7.0.0
 psycopg2-binary==2.9.10
 ptyprocess==0.7.0
@@ -523,7 +523,7 @@ rfc3339-validator==0.1.4
 rfc3986==2.0.0
 rich-argparse==1.7.0
 rich-click==1.8.8
-rich-toolkit==0.14.1
+rich-toolkit==0.14.3
 rich==13.9.4
 roman-numerals-py==3.1.0
 rpds-py==0.24.0
@@ -541,9 +541,9 @@ scrapbook==0.5.0
 semver==3.0.4
 sendgrid==6.11.0
 sentinels==1.0.0
-sentry-sdk==2.26.1
+sentry-sdk==2.27.0
 setproctitle==1.3.5
-setuptools==78.1.0
+setuptools==79.0.0
 shapely==2.1.0
 shellingham==1.5.4
 simple-salesforce==1.12.6
@@ -557,13 +557,13 @@ snowflake-connector-python==3.14.1
 snowflake-sqlalchemy==1.7.3
 sortedcontainers==2.4.0
 soupsieve==2.7
-sphinx-airflow-theme==0.2.1
 sphinx-argparse==0.5.2
 sphinx-autoapi==3.6.0
 sphinx-autobuild==2024.10.3
 sphinx-copybutton==0.5.2
 sphinx-jinja==2.0.2
 sphinx-rtd-theme==3.0.2
+sphinx_airflow_theme==0.2.2
 sphinx_design==0.6.1
 sphinxcontrib-applehelp==2.0.0
 sphinxcontrib-devhelp==2.0.0
@@ -641,7 +641,7 @@ universal_pathlib==0.2.6
 uritemplate==4.1.1
 urllib3==2.4.0
 uuid6==2024.7.10
-uv==0.6.13
+uv==0.6.16
 uvicorn==0.34.2
 uvloop==0.21.0
 validators==0.34.0
diff --git a/constraints-source-providers-3.9.txt 
b/constraints-source-providers-3.9.txt
index 27779e758e3..6d09fe55b41 100644
--- a/constraints-source-providers-3.9.txt
+++ b/constraints-source-providers-3.9.txt
@@ -1,6 +1,6 @@
 
 #
-# This constraints file was automatically generated on 
2025-04-23T12:02:59.094299
+# This constraints file was automatically generated on 
2025-04-24T13:34:29.893113
 # via `uv sync --resolution highest for the "v3-0-test" 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.
@@ -230,7 +230,7 @@ google-cloud-build==3.31.1
 google-cloud-compute==1.30.0
 google-cloud-container==2.56.1
 google-cloud-core==2.4.3
-google-cloud-datacatalog==3.26.1
+google-cloud-datacatalog==3.27.0
 google-cloud-dataflow-client==0.8.17
 google-cloud-dataform==0.6.1
 google-cloud-dataplex==2.10.1
@@ -324,7 +324,7 @@ jsonpath-python==1.0.6
 jsonpickle==3.4.2
 jsonpointer==3.0.0
 jsonschema-path==0.3.4
-jsonschema-specifications==2024.10.1
+jsonschema-specifications==2025.4.1
 jsonschema==4.23.0
 jupyter_client==8.6.3
 jupyter_core==5.7.2
@@ -391,7 +391,7 @@ nodeenv==1.9.1
 numpy==1.26.4
 oauthlib==3.2.2
 objsize==0.7.1
-openai==1.75.0
+openai==1.76.0
 openapi-schema-validator==0.6.3
 openapi-spec-validator==0.7.1
 openlineage-integration-common==1.31.0
@@ -447,7 +447,7 @@ prometheus_client==0.21.1
 prompt_toolkit==3.0.51
 propcache==0.3.1
 proto-plus==1.26.1
-protobuf==4.25.6
+protobuf==4.25.7
 psutil==7.0.0
 psycopg2-binary==2.9.10
 ptyprocess==0.7.0
@@ -528,7 +528,7 @@ rfc3339-validator==0.1.4
 rfc3986==2.0.0
 rich-argparse==1.7.0
 rich-click==1.8.8
-rich-toolkit==0.14.1
+rich-toolkit==0.14.3
 rich==13.9.4
 rpds-py==0.24.0
 rsa==4.9.1
@@ -545,7 +545,7 @@ scrapbook==0.5.0
 semver==3.0.4
 sendgrid==6.11.0
 sentinels==1.0.0
-sentry-sdk==2.26.1
+sentry-sdk==2.27.0
 setproctitle==1.3.5
 shapely==2.0.7
 shellingham==1.5.4
@@ -561,13 +561,13 @@ snowflake-snowpark-python==1.30.0
 snowflake-sqlalchemy==1.7.3
 sortedcontainers==2.4.0
 soupsieve==2.7
-sphinx-airflow-theme==0.2.1
 sphinx-argparse==0.4.0
 sphinx-autoapi==3.6.0
 sphinx-autobuild==2024.10.3
 sphinx-copybutton==0.5.2
 sphinx-jinja==2.0.2
 sphinx-rtd-theme==3.0.2
+sphinx_airflow_theme==0.2.2
 sphinx_design==0.6.1
 sphinxcontrib-applehelp==2.0.0
 sphinxcontrib-devhelp==2.0.0
@@ -648,7 +648,7 @@ universal_pathlib==0.2.6
 uritemplate==4.1.1
 urllib3==1.26.20
 uuid6==2024.7.10
-uv==0.6.13
+uv==0.6.16
 uvicorn==0.34.2
 uvloop==0.21.0
 validators==0.34.0

Reply via email to