Skip to content
Closed
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
8 changes: 4 additions & 4 deletions composer/airflow_1_samples/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Flask-Login==0.4.1
Flask-OpenID==1.3.0
Flask-SQLAlchemy==2.4.4
Flask-WTF==0.14.3
Flask==1.1.2
Flask==3.1.3
GitPython==3.1.11
JPype1==0.7.1
JayDeBeApi==1.2.3
Expand All @@ -30,7 +30,7 @@ SQLAlchemy==1.3.20
Sphinx==3.3.1
Unidecode==1.1.1
WTForms==2.3.3
Werkzeug==0.16.1
Werkzeug==3.1.6
adal==1.2.5
aiohttp==3.7.3
alabaster==0.7.12
Expand Down Expand Up @@ -95,7 +95,7 @@ colorlog==4.0.2
configparser==3.5.3
coverage==5.3
croniter==0.3.36
cryptography==3.2.1
cryptography==46.0.6
cx-Oracle==8.0.1
datadog==0.39.0
decorator==4.4.2
Expand Down Expand Up @@ -239,7 +239,7 @@ prison==0.1.3
prometheus-client==0.8.0
prompt-toolkit==3.0.8
proto-plus==1.11.0
protobuf==3.14.0
protobuf==5.29.6
psutil==5.7.3
psycopg2-binary==2.8.6
ptyprocess==0.6.0
Expand Down
14 changes: 7 additions & 7 deletions composer/cicd_sample/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Flask-Login==0.6.2
Flask-SQLAlchemy==2.5.1
Flask-Session==0.5.0
Flask-WTF==1.1.1
Flask==2.2.5
Flask==3.1.3
GitPython==3.1.31
JPype1==1.4.1
JayDeBeApi==1.2.3
Expand All @@ -64,7 +64,7 @@ SecretStorage==3.3.3
Shapely==1.8.5.post1
Sphinx==5.3.0
WTForms==3.0.1
Werkzeug==2.2.3
Werkzeug==3.1.6
adal==1.2.7
aiobotocore==2.5.2
aiofiles==23.1.0
Expand Down Expand Up @@ -205,7 +205,7 @@ bcrypt==4.0.1
beautifulsoup4==4.12.2
billiard==4.1.0
bitarray==2.7.6
black==23.1a1
black==26.3.1
bleach==6.0.0
blinker==1.6.2
boto3==1.26.161
Expand Down Expand Up @@ -241,7 +241,7 @@ coverage==7.2.7
crcmod==1.7
cron-descriptor==1.4.0
croniter==1.4.1
cryptography==40.0.2
cryptography==46.0.6
curlify==2.2.1
dask==2023.4.1
databricks-sql-connector==2.7.0
Expand Down Expand Up @@ -292,7 +292,7 @@ google-api-python-client==2.92.0
google-auth-httplib2==0.1.0
google-auth-oauthlib==1.0.0
google-auth==2.21.0
google-cloud-aiplatform==1.27.1
google-cloud-aiplatform==1.133.0
google-cloud-appengine-logging==1.3.1
google-cloud-audit-log==0.2.5
google-cloud-automl==2.11.2
Expand Down Expand Up @@ -483,7 +483,7 @@ prison==0.2.1
prometheus-client==0.17.0
prompt-toolkit==3.0.39
proto-plus==1.22.3
protobuf==4.23.4
protobuf==5.29.6
psutil==5.9.5
psycopg2-binary==2.9.6
ptyprocess==0.7.0
Expand Down Expand Up @@ -553,7 +553,7 @@ requests-mock==1.11.0
requests-ntlm==1.2.0
requests-oauthlib==1.3.1
requests-toolbelt==1.0.0
requests==2.31.0
requests==2.33.0
responses==0.23.1
rfc3339-validator==0.1.4
rfc3986==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion composer/cicd_sample/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# be sure to update the constraints file to match
# see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files
apache-airflow==2.6.3
apache-airflow==3.2.0b1
2 changes: 1 addition & 1 deletion composer/cicd_sample/utils/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.2.0
requests==2.31.0
requests==2.33.0
google-api-core==2.17.1
google-resumable-media==2.7.2
2 changes: 1 addition & 1 deletion composer/dag_test_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
long_description_content_type="text/markdown",
packages=find_packages(),
py_modules=["internal_unit_testing"],
install_requires=["apache-airflow[google] >= 2.0.0, < 3.0.0"],
install_requires=["apache-airflow[google] >= 2.0.0, < 4.0.0"],
)
2 changes: 1 addition & 1 deletion composer/rest/composer2/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.2.0
requests==2.32.2
requests==2.33.0
2 changes: 1 addition & 1 deletion composer/rest/composer2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-auth==2.38.0
requests==2.32.2
requests==2.33.0
2 changes: 1 addition & 1 deletion composer/rest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-auth==2.38.0
requests==2.32.4
requests==2.33.0
six==1.16.0
14 changes: 7 additions & 7 deletions composer/workflows/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Flask-Login==0.6.3
Flask-SQLAlchemy==2.5.1
Flask-Session==0.5.0
Flask-WTF==1.2.1
Flask==2.2.5
Flask==3.1.3
GitPython==3.1.43
JPype1==1.5.0
JayDeBeApi==1.2.3
Expand All @@ -67,7 +67,7 @@ SQLAlchemy==1.4.52
SecretStorage==3.3.3
Sphinx==5.3.0
WTForms==3.1.2
Werkzeug==2.2.3
Werkzeug==3.1.6
adal==1.2.7
adlfs==2024.4.1
aiobotocore==2.13.0
Expand Down Expand Up @@ -231,7 +231,7 @@ bcrypt==4.1.3
beautifulsoup4==4.12.3
billiard==4.2.0
bitarray==2.9.2
black==24.4.2
black==26.3.1
blinker==1.8.2
boto3==1.34.106
botocore==1.34.106
Expand Down Expand Up @@ -266,7 +266,7 @@ coverage==7.5.3
crcmod==1.7
cron-descriptor==1.4.3
croniter==2.0.5
cryptography==41.0.7
cryptography==46.0.6
curlify==2.2.1
databricks-sql-connector==2.9.6
datadog==0.49.1
Expand Down Expand Up @@ -317,7 +317,7 @@ google-api-python-client==2.132.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.0
google-auth==2.29.0
google-cloud-aiplatform==1.53.0
google-cloud-aiplatform==1.133.0
google-cloud-appengine-logging==1.4.3
google-cloud-audit-log==0.2.5
google-cloud-automl==2.13.3
Expand Down Expand Up @@ -534,7 +534,7 @@ prison==0.2.1
prometheus_client==0.20.0
prompt_toolkit==3.0.46
proto-plus==1.23.0
protobuf==4.25.3
protobuf==5.29.6
psutil==5.9.8
psycopg2-binary==2.9.9
ptyprocess==0.7.0
Expand Down Expand Up @@ -605,7 +605,7 @@ requests-mock==1.12.1
requests-ntlm==1.2.0
requests-oauthlib==1.3.1
requests-toolbelt==1.0.0
requests==2.31.0
requests==2.33.0
responses==0.25.0
restructuredtext_lint==1.4.0
rfc3339-validator==0.1.4
Expand Down
2 changes: 1 addition & 1 deletion composer/workflows/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# For the complete list of supported provider extras see:
# https://github.com/apache/airflow/blob/main/pyproject.toml

apache-airflow[amazon,apache.beam,cncf.kubernetes,google,microsoft.azure,openlineage,postgres]==2.9.2
apache-airflow[amazon,apache.beam,cncf.kubernetes,google,microsoft.azure,openlineage,postgres]==3.2.0b1
google-cloud-dataform==0.5.9 # Used in Dataform operators
scipy==1.14.1
2 changes: 1 addition & 1 deletion compute/auth/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.32.4
requests==2.33.0
google-auth==2.38.0
google-auth-httplib2==0.2.0
google-cloud-storage==2.9.0
2 changes: 1 addition & 1 deletion compute/client_library/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
isort==6.0.0; python_version > "3.9"
isort==5.13.2; python_version <= "3.8"
black==24.8.0; python_version < "3.9"
black==24.10.0; python_version >= "3.9"
black==26.3.1; python_version >= "3.9"
google-cloud-compute==1.19.1
4 changes: 2 additions & 2 deletions compute/encryption/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cryptography==45.0.1
requests==2.32.4
cryptography==46.0.6
requests==2.33.0
google-api-python-client==2.131.0
google-auth==2.38.0
google-auth-httplib2==0.2.0
2 changes: 1 addition & 1 deletion compute/metadata/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.32.4
requests==2.33.0
google-auth==2.38.0
2 changes: 1 addition & 1 deletion compute/oslogin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ google-auth==2.38.0
google-auth-httplib2==0.2.0
google-cloud-compute==1.11.0
google-cloud-os-login==2.15.1
requests==2.32.4
requests==2.33.0
2 changes: 1 addition & 1 deletion dataflow/gemma-flex-template/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-aiplatform==1.62.0
google-cloud-aiplatform==1.133.0
google-cloud-dataflow-client==0.8.14
google-cloud-pubsub==2.28.0
google-cloud-storage==2.18.2
Expand Down
2 changes: 1 addition & 1 deletion dataflow/gemma/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-aiplatform==1.49.0
google-cloud-aiplatform==1.133.0
google-cloud-dataflow-client==0.8.10
google-cloud-storage==2.16.0
pytest==7.4.0
Expand Down
4 changes: 2 additions & 2 deletions dataflow/gemma/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apache_beam[gcp]==2.54.0
protobuf==4.25.0
protobuf==5.29.6
keras_nlp==0.8.2
keras==3.0.5
keras==3.13.2
2 changes: 1 addition & 1 deletion dataflow/run-inference/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-aiplatform==1.57.0
google-cloud-aiplatform==1.133.0
google-cloud-dataflow-client==0.8.14
google-cloud-storage==2.10.0
pytest==8.2.0
4 changes: 2 additions & 2 deletions dataflow/run-inference/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apache-beam[gcp]==2.49.0
torch==2.2.2
transformers==4.38.0
torch==2.8.0
transformers==4.53.0
2 changes: 1 addition & 1 deletion dataflow/run_template/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==8.2.0
flask==3.0.3
flask==3.1.3
backoff==2.2.1; python_version >= "3.7"
4 changes: 2 additions & 2 deletions datastore/cloud-ndb/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-ndb==2.3.4
Flask==3.0.3
Werkzeug==3.0.6
Flask==3.1.3
Werkzeug==3.1.6
4 changes: 2 additions & 2 deletions dialogflow-cx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
google-cloud-dialogflow-cx==2.0.0
Flask==3.0.3
Flask==3.1.3
python-dateutil==2.9.0.post0
functions-framework==3.9.2
Werkzeug==3.0.6
Werkzeug==3.1.6
termcolor==3.0.0; python_version >= "3.9"
termcolor==2.4.0; python_version == "3.8"
pyaudio==0.2.14
4 changes: 2 additions & 2 deletions dialogflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-cloud-dialogflow==2.36.0
Flask==3.0.3
Flask==3.1.3
pyaudio==0.2.14
termcolor==3.0.0
functions-framework==3.9.2
Werkzeug==3.0.6
Werkzeug==3.1.6
4 changes: 2 additions & 2 deletions gemma2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-aiplatform[all]==1.64.0
protobuf==5.29.5
google-cloud-aiplatform[all]==1.133.0
protobuf==5.29.6
4 changes: 2 additions & 2 deletions iap/app_engine_app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==3.0.3
Werkzeug==3.0.3
Flask==3.1.3
Werkzeug==3.1.6
8 changes: 4 additions & 4 deletions iap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cryptography==45.0.1
Flask==3.0.3
cryptography==46.0.6
Flask==3.1.3
google-auth==2.38.0
gunicorn==23.0.0
requests==2.32.4
requests==2.33.0
requests-toolbelt==1.0.0
Werkzeug==3.0.6
Werkzeug==3.1.6
google-cloud-iam~=2.17.0
PyJWT~=2.10.1
2 changes: 1 addition & 1 deletion media_cdn/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
six==1.16.0
cryptography==45.0.1
cryptography==46.0.6