Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions providers/google/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ Requirements

The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.

========================================== =================================================================
========================================== ==================================================================
PIP package Version required
========================================== =================================================================
========================================== ==================================================================
``apache-airflow`` ``>=2.11.0``
``apache-airflow-providers-common-compat`` ``>=1.13.0``
``apache-airflow-providers-common-sql`` ``>=1.32.0``
Expand All @@ -130,9 +130,9 @@ PIP package Version required
``google-auth-httplib2`` ``>=0.0.1``
``google-cloud-aiplatform[evaluation]`` ``>=1.98.0``
``ray[default]`` ``>=2.42.0; python_version < "3.13"``
``ray[default]`` ``>=2.49.0; python_version >= "3.13"``
``ray[default]`` ``>=2.49.0; python_version >= "3.13" and python_version < "3.14"``
``google-cloud-bigquery-storage`` ``>=2.31.0; python_version < "3.13"``
``google-cloud-bigquery-storage`` ``>=2.33.0; python_version >= "3.13"``
``google-cloud-bigquery-storage`` ``>=2.33.0; python_version >= "3.13" and python_version < "3.14"``
``google-cloud-alloydb`` ``>=0.4.0``
``google-cloud-automl`` ``>=2.12.0``
``google-cloud-bigquery`` ``>=3.24.0``
Expand Down Expand Up @@ -187,7 +187,7 @@ PIP package Version required
``tenacity`` ``>=8.3.0``
``immutabledict`` ``>=4.2.0``
``types-protobuf`` ``>=5.27.0,!=5.29.1.20250402``
========================================== =================================================================
========================================== ==================================================================

Cross provider package dependencies
-----------------------------------
Expand Down
4 changes: 2 additions & 2 deletions providers/google/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ dependencies = [
# Remove the ray dependency as well as google-cloud-bigquery-storage once linked issue is fixed
"google-cloud-aiplatform[evaluation]>=1.98.0",
"ray[default]>=2.42.0;python_version<'3.13'",
"ray[default]>=2.49.0;python_version>='3.13'",
"ray[default]>=2.49.0;python_version>='3.13' and python_version<'3.14'",
"google-cloud-bigquery-storage>=2.31.0;python_version<'3.13'",
"google-cloud-bigquery-storage>=2.33.0;python_version>='3.13'",
"google-cloud-bigquery-storage>=2.33.0;python_version>='3.13' and python_version<'3.14'",
"google-cloud-alloydb>=0.4.0",
"google-cloud-automl>=2.12.0",
"google-cloud-bigquery>=3.24.0",
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1474,10 +1474,6 @@ apache-airflow-providers-ydb = { workspace = true }
apache-airflow-providers-zendesk = { workspace = true }
# End of automatically generated provider workspace items

# Ray v3 nightly wheels – direct S3 URLs so uv doesn't need a parseable find-links index.
ray = [
{ url = "https://s3-us-west-2.amazonaws.com/ray-wheels/master/671390966dc4081d68c4cd5cdb359b0b5773cb56/ray-3.0.0.dev0-cp314-cp314-manylinux2014_x86_64.whl", marker = "python_version == '3.14' and sys_platform == 'linux'" },
]
# cassandra-python-driver from GitHub trunk for Python 3.14 (no PyPI release yet)
cassandra-driver = [
{ git = "https://github.com/apache/cassandra-python-driver", branch = "trunk", marker = "python_version >= '3.14'" },
Expand Down
Loading
Loading