From 26051d6b8747d14eb07c1551a8d276abdcb8deaf Mon Sep 17 00:00:00 2001 From: jrmccluskey Date: Tue, 2 Jun 2026 16:48:29 +0000 Subject: [PATCH] Update Python Dependencies --- .../ml/py310/base_image_requirements.txt | 31 ++++++----- .../ml/py310/gpu_image_requirements.txt | 51 +++++++++-------- .../ml/py311/base_image_requirements.txt | 35 ++++++------ .../ml/py311/gpu_image_requirements.txt | 55 ++++++++++--------- .../ml/py312/base_image_requirements.txt | 32 ++++++----- .../ml/py312/gpu_image_requirements.txt | 55 ++++++++++--------- .../ml/py313/base_image_requirements.txt | 32 ++++++----- .../py310/base_image_requirements.txt | 31 ++++++----- .../py311/base_image_requirements.txt | 35 ++++++------ .../py312/base_image_requirements.txt | 32 ++++++----- .../py313/base_image_requirements.txt | 32 ++++++----- .../py314/base_image_requirements.txt | 30 +++++----- 12 files changed, 242 insertions(+), 209 deletions(-) diff --git a/sdks/python/container/ml/py310/base_image_requirements.txt b/sdks/python/container/ml/py310/base_image_requirements.txt index 1ef9fe59430d..33b5587dc86b 100644 --- a/sdks/python/container/ml/py310/base_image_requirements.txt +++ b/sdks/python/container/ml/py310/base_image_requirements.txt @@ -24,7 +24,7 @@ absl-py==2.4.0 aiofiles==25.1.0 aiohappyeyeballs==2.6.2 -aiohttp==3.13.5 +aiohttp==3.14.0 aiosignal==1.4.0 annotated-types==0.7.0 anyio==4.13.0 @@ -43,10 +43,10 @@ certifi==2026.5.20 cffi==2.0.0 charset-normalizer==3.4.7 click==8.4.1 -cloud-sql-python-connector==1.20.2 +cloud-sql-python-connector==1.20.3 crcmod==1.7 cryptography==47.0.0 -Cython==3.2.4 +Cython==3.2.5 dill==0.3.1.1 distro==1.9.0 dnspython==2.8.0 @@ -65,16 +65,17 @@ fsspec==2026.4.0 future==1.0.0 gast==0.7.0 google-api-core==2.30.3 -google-api-python-client==2.196.0 +google-api-python-client==2.197.0 google-apitools==0.5.31 google-auth==2.53.0 google-auth-httplib2==0.2.1 -google-cloud-aiplatform==1.153.1 +google-cloud-aiplatform==1.154.0 google-cloud-bigquery==3.41.0 google-cloud-bigquery-storage==2.38.0 google-cloud-bigtable==2.38.0 google-cloud-build==3.36.0 google-cloud-core==2.6.0 +google-cloud-dataflow-client==0.13.0 google-cloud-datastore==2.24.0 google-cloud-dlp==3.36.0 google-cloud-kms==3.13.0 @@ -90,15 +91,15 @@ google-cloud-storage==3.10.1 google-cloud-videointelligence==2.19.0 google-cloud-vision==3.14.0 google-crc32c==1.8.0 -google-genai==2.6.0 +google-genai==2.7.0 google-pasta==0.2.0 google-resumable-media==2.9.0 googleapis-common-protos==1.75.0 greenlet==3.5.1 grpc-google-iam-v1==0.14.4 grpc-interceptor==0.15.4 -grpcio==1.80.0 -grpcio-status==1.80.0 +grpcio==1.81.0 +grpcio-status==1.81.0 grpclib==0.4.9 guppy3==3.1.7 h11==0.16.0 @@ -112,7 +113,7 @@ httpx==0.28.1 huggingface_hub==0.36.2 hyperframe==6.1.0 hypothesis==6.148.3 -idna==3.16 +idna==3.18 importlib_metadata==9.0.0 iniconfig==2.3.0 jaraco.classes==3.4.0 @@ -121,7 +122,6 @@ jaraco.functools==4.5.0 jeepney==0.9.0 Jinja2==3.1.6 joblib==1.5.3 -Js2Py==0.74 jsonpickle==3.4.2 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 @@ -157,8 +157,9 @@ pandas==2.2.3 parameterized==0.9.0 pg8000==1.31.5 pillow==12.2.0 -pip==26.1.1 +pip==26.1.2 pluggy==1.6.0 +portalocker==3.2.0 propcache==0.5.2 proto-plus==1.28.0 protobuf==6.33.6 @@ -173,7 +174,6 @@ pydantic_core==2.46.4 pydot==1.4.2 Pygments==2.20.0 PyHamcrest==2.1.0 -pyjsparser==2.7.1 pymongo==4.17.0 PyMySQL==1.2.0 pyparsing==3.3.2 @@ -186,6 +186,8 @@ python-dotenv==1.2.2 python-tds==1.17.1 pytz==2026.2 PyYAML==6.0.3 +qdrant-client==1.18.0 +quickjs-ng==0.15.0.1 referencing==0.37.0 regex==2026.5.9 requests==2.34.2 @@ -202,8 +204,8 @@ setuptools==82.0.1 six==1.17.0 sniffio==1.3.1 sortedcontainers==2.4.0 -soupsieve==2.8.3 -SQLAlchemy==2.0.49 +soupsieve==2.8.4 +SQLAlchemy==2.0.50 sqlalchemy_pytds==1.0.2 sqlparse==0.5.5 sympy==1.14.0 @@ -221,7 +223,6 @@ transformers==4.55.4 typing-inspection==0.4.2 typing_extensions==4.15.0 tzdata==2026.2 -tzlocal==5.3.1 uritemplate==4.2.0 urllib3==2.7.0 virtualenv-clone==0.5.7 diff --git a/sdks/python/container/ml/py310/gpu_image_requirements.txt b/sdks/python/container/ml/py310/gpu_image_requirements.txt index 70ef4e441661..d909ca3142ee 100644 --- a/sdks/python/container/ml/py310/gpu_image_requirements.txt +++ b/sdks/python/container/ml/py310/gpu_image_requirements.txt @@ -24,7 +24,7 @@ absl-py==2.4.0 aiofiles==25.1.0 aiohappyeyeballs==2.6.2 -aiohttp==3.13.5 +aiohttp==3.14.0 aiosignal==1.4.0 annotated-doc==0.0.4 annotated-types==0.7.0 @@ -47,16 +47,16 @@ certifi==2026.5.20 cffi==2.0.0 charset-normalizer==3.4.7 click==8.4.1 -cloud-sql-python-connector==1.20.2 +cloud-sql-python-connector==1.20.3 cloudpickle==3.1.2 compressed-tensors==0.10.2 crcmod==1.7 cryptography==47.0.0 -cuda-bindings==13.2.0 -cuda-pathfinder==1.5.4 +cuda-bindings==13.3.1 +cuda-pathfinder==1.5.5 cuda-toolkit==13.0.2 -cupy-cuda12x==14.0.1 -Cython==3.2.4 +cupy-cuda12x==14.1.1 +Cython==3.2.5 depyf==0.19.0 detect-installer==0.1.0 dill==0.3.1.1 @@ -70,9 +70,9 @@ email-validator==2.3.0 envoy-data-plane==0.2.6 exceptiongroup==1.3.1 execnet==2.1.2 -fastapi==0.136.1 +fastapi==0.136.3 fastapi-cli==0.0.24 -fastapi-cloud-cli==0.18.0 +fastapi-cloud-cli==0.19.0 fastar==0.11.0 fastavro==1.12.2 fasteners==0.20 @@ -85,16 +85,17 @@ future==1.0.0 gast==0.7.0 gguf==0.19.0 google-api-core==2.30.3 -google-api-python-client==2.196.0 +google-api-python-client==2.197.0 google-apitools==0.5.31 google-auth==2.53.0 google-auth-httplib2==0.2.1 -google-cloud-aiplatform==1.153.1 +google-cloud-aiplatform==1.154.0 google-cloud-bigquery==3.41.0 google-cloud-bigquery-storage==2.38.0 google-cloud-bigtable==2.38.0 google-cloud-build==3.36.0 google-cloud-core==2.6.0 +google-cloud-dataflow-client==0.13.0 google-cloud-datastore==2.24.0 google-cloud-dlp==3.36.0 google-cloud-kms==3.13.0 @@ -110,15 +111,15 @@ google-cloud-storage==3.10.1 google-cloud-videointelligence==2.19.0 google-cloud-vision==3.14.0 google-crc32c==1.8.0 -google-genai==2.6.0 +google-genai==2.7.0 google-pasta==0.2.0 google-resumable-media==2.9.0 googleapis-common-protos==1.75.0 greenlet==3.5.1 grpc-google-iam-v1==0.14.4 grpc-interceptor==0.15.4 -grpcio==1.80.0 -grpcio-status==1.80.0 +grpcio==1.81.0 +grpcio-status==1.81.0 grpclib==0.4.9 guppy3==3.1.7 h11==0.16.0 @@ -128,12 +129,12 @@ hf-xet==1.5.0 hpack==4.1.0 httpcore==1.0.9 httplib2==0.31.2 -httptools==0.7.1 +httptools==0.8.0 httpx==0.28.1 huggingface_hub==0.36.2 hyperframe==6.1.0 hypothesis==6.148.3 -idna==3.16 +idna==3.18 importlib_metadata==9.0.0 iniconfig==2.3.0 interegular==0.3.3 @@ -223,9 +224,10 @@ parameterized==0.9.0 partial-json-parser==0.2.1.1.post7 pg8000==1.31.5 pillow==12.2.0 -pip==26.1.1 +pip==26.1.2 pluggy==1.6.0 -prometheus-fastapi-instrumentator==7.1.0 +portalocker==3.2.0 +prometheus-fastapi-instrumentator==8.0.0 prometheus_client==0.25.0 propcache==0.5.2 proto-plus==1.28.0 @@ -257,11 +259,12 @@ pytest-xdist==3.8.0 python-dateutil==2.9.0.post0 python-dotenv==1.2.2 python-json-logger==4.1.0 -python-multipart==0.0.29 +python-multipart==0.0.30 python-tds==1.17.1 pytz==2026.2 PyYAML==6.0.3 pyzmq==27.1.0 +qdrant-client==1.18.0 ray==2.55.1 referencing==0.37.0 regex==2026.5.9 @@ -278,7 +281,7 @@ scipy==1.15.3 scramp==1.4.8 SecretStorage==3.5.0 sentencepiece==0.2.1 -sentry-sdk==2.60.0 +sentry-sdk==2.61.1 setproctitle==1.3.7 setuptools==81.0.0 shellingham==1.5.4 @@ -286,12 +289,12 @@ six==1.17.0 sniffio==1.3.1 sortedcontainers==2.4.0 soundfile==0.13.1 -soupsieve==2.8.3 +soupsieve==2.8.4 soxr==1.1.0 -SQLAlchemy==2.0.49 +SQLAlchemy==2.0.50 sqlalchemy_pytds==1.0.2 sqlparse==0.5.5 -starlette==0.52.1 +starlette==1.2.1 sympy==1.14.0 tenacity==9.1.4 tensorboard==2.20.0 @@ -310,13 +313,13 @@ torchvision==0.22.1 tqdm==4.67.3 transformers==4.55.4 triton==3.3.1 -typer==0.25.1 +typer==0.26.6 typing-inspection==0.4.2 typing_extensions==4.15.0 tzdata==2026.2 uritemplate==4.2.0 urllib3==2.7.0 -uvicorn==0.47.0 +uvicorn==0.48.0 uvloop==0.22.1 virtualenv-clone==0.5.7 vllm==0.10.1.1 diff --git a/sdks/python/container/ml/py311/base_image_requirements.txt b/sdks/python/container/ml/py311/base_image_requirements.txt index c7ffd60a9da3..a72c2814fd2e 100644 --- a/sdks/python/container/ml/py311/base_image_requirements.txt +++ b/sdks/python/container/ml/py311/base_image_requirements.txt @@ -24,7 +24,7 @@ absl-py==2.4.0 aiofiles==25.1.0 aiohappyeyeballs==2.6.2 -aiohttp==3.13.5 +aiohttp==3.14.0 aiosignal==1.4.0 annotated-types==0.7.0 anyio==4.13.0 @@ -42,10 +42,10 @@ certifi==2026.5.20 cffi==2.0.0 charset-normalizer==3.4.7 click==8.4.1 -cloud-sql-python-connector==1.20.2 +cloud-sql-python-connector==1.20.3 crcmod==1.7 cryptography==47.0.0 -Cython==3.2.4 +Cython==3.2.5 dill==0.3.1.1 distro==1.9.0 dnspython==2.8.0 @@ -63,16 +63,17 @@ fsspec==2026.4.0 future==1.0.0 gast==0.7.0 google-api-core==2.30.3 -google-api-python-client==2.196.0 +google-api-python-client==2.197.0 google-apitools==0.5.31 google-auth==2.53.0 google-auth-httplib2==0.2.1 -google-cloud-aiplatform==1.153.1 +google-cloud-aiplatform==1.154.0 google-cloud-bigquery==3.41.0 google-cloud-bigquery-storage==2.38.0 google-cloud-bigtable==2.38.0 google-cloud-build==3.36.0 google-cloud-core==2.6.0 +google-cloud-dataflow-client==0.13.0 google-cloud-datastore==2.24.0 google-cloud-dlp==3.36.0 google-cloud-kms==3.13.0 @@ -88,16 +89,16 @@ google-cloud-storage==3.10.1 google-cloud-videointelligence==2.19.0 google-cloud-vision==3.14.0 google-crc32c==1.8.0 -google-genai==2.6.0 +google-genai==2.7.0 google-pasta==0.2.0 google-resumable-media==2.9.0 googleapis-common-protos==1.75.0 greenlet==3.5.1 grpc-google-iam-v1==0.14.4 grpc-interceptor==0.15.4 -grpcio==1.80.0 -grpcio-status==1.80.0 -grpcio-tools==1.80.0 +grpcio==1.81.0 +grpcio-status==1.81.0 +grpcio-tools==1.81.0 grpclib==0.4.9 guppy3==3.1.7 h11==0.16.0 @@ -111,7 +112,7 @@ httpx==0.28.1 huggingface_hub==0.36.2 hyperframe==6.1.0 hypothesis==6.148.3 -idna==3.16 +idna==3.18 importlib_metadata==9.0.0 iniconfig==2.3.0 jaraco.classes==3.4.0 @@ -120,7 +121,6 @@ jaraco.functools==4.5.0 jeepney==0.9.0 Jinja2==3.1.6 joblib==1.5.3 -Js2Py==0.74 jsonpickle==3.4.2 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 @@ -156,8 +156,9 @@ pandas==2.2.3 parameterized==0.9.0 pg8000==1.31.5 pillow==12.2.0 -pip==26.1.1 +pip==26.1.2 pluggy==1.6.0 +portalocker==3.2.0 propcache==0.5.2 proto-plus==1.28.0 protobuf==6.33.6 @@ -172,7 +173,6 @@ pydantic_core==2.46.4 pydot==1.4.2 Pygments==2.20.0 PyHamcrest==2.1.0 -pyjsparser==2.7.1 pymongo==4.17.0 PyMySQL==1.2.0 pyparsing==3.3.2 @@ -185,12 +185,14 @@ python-dotenv==1.2.2 python-tds==1.17.1 pytz==2026.2 PyYAML==6.0.3 +qdrant-client==1.18.0 +quickjs-ng==0.15.0.1 referencing==0.37.0 regex==2026.5.9 requests==2.34.2 requests-mock==1.12.1 rich==15.0.0 -rpds-py==0.30.0 +rpds-py==2026.5.1 rsa==4.9.1 safetensors==0.7.0 scikit-learn==1.7.2 @@ -201,8 +203,8 @@ setuptools==82.0.1 six==1.17.0 sniffio==1.3.1 sortedcontainers==2.4.0 -soupsieve==2.8.3 -SQLAlchemy==2.0.49 +soupsieve==2.8.4 +SQLAlchemy==2.0.50 sqlalchemy_pytds==1.0.2 sqlparse==0.5.5 sympy==1.14.0 @@ -219,7 +221,6 @@ transformers==4.55.4 typing-inspection==0.4.2 typing_extensions==4.15.0 tzdata==2026.2 -tzlocal==5.3.1 uritemplate==4.2.0 urllib3==2.7.0 virtualenv-clone==0.5.7 diff --git a/sdks/python/container/ml/py311/gpu_image_requirements.txt b/sdks/python/container/ml/py311/gpu_image_requirements.txt index 547cfd308fe0..49e997701548 100644 --- a/sdks/python/container/ml/py311/gpu_image_requirements.txt +++ b/sdks/python/container/ml/py311/gpu_image_requirements.txt @@ -24,7 +24,7 @@ absl-py==2.4.0 aiofiles==25.1.0 aiohappyeyeballs==2.6.2 -aiohttp==3.13.5 +aiohttp==3.14.0 aiosignal==1.4.0 annotated-doc==0.0.4 annotated-types==0.7.0 @@ -46,16 +46,16 @@ certifi==2026.5.20 cffi==2.0.0 charset-normalizer==3.4.7 click==8.4.1 -cloud-sql-python-connector==1.20.2 +cloud-sql-python-connector==1.20.3 cloudpickle==3.1.2 compressed-tensors==0.10.2 crcmod==1.7 cryptography==47.0.0 -cuda-bindings==13.2.0 -cuda-pathfinder==1.5.4 +cuda-bindings==13.3.1 +cuda-pathfinder==1.5.5 cuda-toolkit==13.0.2 -cupy-cuda12x==14.0.1 -Cython==3.2.4 +cupy-cuda12x==14.1.1 +Cython==3.2.5 depyf==0.19.0 detect-installer==0.1.0 dill==0.3.1.1 @@ -68,9 +68,9 @@ einops==0.8.2 email-validator==2.3.0 envoy_data_plane==1.0.3 execnet==2.1.2 -fastapi==0.136.1 +fastapi==0.136.3 fastapi-cli==0.0.24 -fastapi-cloud-cli==0.18.0 +fastapi-cloud-cli==0.19.0 fastar==0.11.0 fastavro==1.12.2 fasteners==0.20 @@ -83,16 +83,17 @@ future==1.0.0 gast==0.7.0 gguf==0.19.0 google-api-core==2.30.3 -google-api-python-client==2.196.0 +google-api-python-client==2.197.0 google-apitools==0.5.31 google-auth==2.53.0 google-auth-httplib2==0.2.1 -google-cloud-aiplatform==1.153.1 +google-cloud-aiplatform==1.154.0 google-cloud-bigquery==3.41.0 google-cloud-bigquery-storage==2.38.0 google-cloud-bigtable==2.38.0 google-cloud-build==3.36.0 google-cloud-core==2.6.0 +google-cloud-dataflow-client==0.13.0 google-cloud-datastore==2.24.0 google-cloud-dlp==3.36.0 google-cloud-kms==3.13.0 @@ -108,16 +109,16 @@ google-cloud-storage==3.10.1 google-cloud-videointelligence==2.19.0 google-cloud-vision==3.14.0 google-crc32c==1.8.0 -google-genai==2.6.0 +google-genai==2.7.0 google-pasta==0.2.0 google-resumable-media==2.9.0 googleapis-common-protos==1.75.0 greenlet==3.5.1 grpc-google-iam-v1==0.14.4 grpc-interceptor==0.15.4 -grpcio==1.80.0 -grpcio-status==1.80.0 -grpcio-tools==1.80.0 +grpcio==1.81.0 +grpcio-status==1.81.0 +grpcio-tools==1.81.0 grpclib==0.4.9 guppy3==3.1.7 h11==0.16.0 @@ -127,12 +128,12 @@ hf-xet==1.5.0 hpack==4.1.0 httpcore==1.0.9 httplib2==0.31.2 -httptools==0.7.1 +httptools==0.8.0 httpx==0.28.1 huggingface_hub==0.36.2 hyperframe==6.1.0 hypothesis==6.148.3 -idna==3.16 +idna==3.18 importlib_metadata==9.0.0 iniconfig==2.3.0 interegular==0.3.3 @@ -222,9 +223,10 @@ parameterized==0.9.0 partial-json-parser==0.2.1.1.post7 pg8000==1.31.5 pillow==12.2.0 -pip==26.1.1 +pip==26.1.2 pluggy==1.6.0 -prometheus-fastapi-instrumentator==7.1.0 +portalocker==3.2.0 +prometheus-fastapi-instrumentator==8.0.0 prometheus_client==0.25.0 propcache==0.5.2 proto-plus==1.28.0 @@ -256,11 +258,12 @@ pytest-xdist==3.8.0 python-dateutil==2.9.0.post0 python-dotenv==1.2.2 python-json-logger==4.1.0 -python-multipart==0.0.29 +python-multipart==0.0.30 python-tds==1.17.1 pytz==2026.2 PyYAML==6.0.3 pyzmq==27.1.0 +qdrant-client==1.18.0 ray==2.55.1 referencing==0.37.0 regex==2026.5.9 @@ -269,7 +272,7 @@ requests-mock==1.12.1 rich==15.0.0 rich-toolkit==0.19.10 rignore==0.7.6 -rpds-py==0.30.0 +rpds-py==2026.5.1 rsa==4.9.1 safetensors==0.7.0 scikit-learn==1.7.2 @@ -277,7 +280,7 @@ scipy==1.17.1 scramp==1.4.8 SecretStorage==3.5.0 sentencepiece==0.2.1 -sentry-sdk==2.60.0 +sentry-sdk==2.61.1 setproctitle==1.3.7 setuptools==81.0.0 shellingham==1.5.4 @@ -285,12 +288,12 @@ six==1.17.0 sniffio==1.3.1 sortedcontainers==2.4.0 soundfile==0.13.1 -soupsieve==2.8.3 +soupsieve==2.8.4 soxr==1.1.0 -SQLAlchemy==2.0.49 +SQLAlchemy==2.0.50 sqlalchemy_pytds==1.0.2 sqlparse==0.5.5 -starlette==0.52.1 +starlette==1.2.1 sympy==1.14.0 tenacity==9.1.4 tensorboard==2.20.0 @@ -308,13 +311,13 @@ torchvision==0.22.1 tqdm==4.67.3 transformers==4.55.4 triton==3.3.1 -typer==0.25.1 +typer==0.26.6 typing-inspection==0.4.2 typing_extensions==4.15.0 tzdata==2026.2 uritemplate==4.2.0 urllib3==2.7.0 -uvicorn==0.47.0 +uvicorn==0.48.0 uvloop==0.22.1 virtualenv-clone==0.5.7 vllm==0.10.1.1 diff --git a/sdks/python/container/ml/py312/base_image_requirements.txt b/sdks/python/container/ml/py312/base_image_requirements.txt index 9ab5d88a0efa..ad3c161a2c69 100644 --- a/sdks/python/container/ml/py312/base_image_requirements.txt +++ b/sdks/python/container/ml/py312/base_image_requirements.txt @@ -24,7 +24,7 @@ absl-py==2.4.0 aiofiles==25.1.0 aiohappyeyeballs==2.6.2 -aiohttp==3.13.5 +aiohttp==3.14.0 aiosignal==1.4.0 annotated-types==0.7.0 anyio==4.13.0 @@ -41,10 +41,10 @@ certifi==2026.5.20 cffi==2.0.0 charset-normalizer==3.4.7 click==8.4.1 -cloud-sql-python-connector==1.20.2 +cloud-sql-python-connector==1.20.3 crcmod==1.7 cryptography==47.0.0 -Cython==3.2.4 +Cython==3.2.5 dill==0.3.1.1 distro==1.9.0 dnspython==2.8.0 @@ -62,16 +62,17 @@ fsspec==2026.4.0 future==1.0.0 gast==0.7.0 google-api-core==2.30.3 -google-api-python-client==2.196.0 +google-api-python-client==2.197.0 google-apitools==0.5.31 google-auth==2.53.0 google-auth-httplib2==0.2.1 -google-cloud-aiplatform==1.153.1 +google-cloud-aiplatform==1.154.0 google-cloud-bigquery==3.41.0 google-cloud-bigquery-storage==2.38.0 google-cloud-bigtable==2.38.0 google-cloud-build==3.36.0 google-cloud-core==2.6.0 +google-cloud-dataflow-client==0.13.0 google-cloud-datastore==2.24.0 google-cloud-dlp==3.36.0 google-cloud-kms==3.13.0 @@ -87,16 +88,16 @@ google-cloud-storage==3.10.1 google-cloud-videointelligence==2.19.0 google-cloud-vision==3.14.0 google-crc32c==1.8.0 -google-genai==2.6.0 +google-genai==2.7.0 google-pasta==0.2.0 google-resumable-media==2.9.0 googleapis-common-protos==1.75.0 greenlet==3.5.1 grpc-google-iam-v1==0.14.4 grpc-interceptor==0.15.4 -grpcio==1.80.0 -grpcio-status==1.80.0 -grpcio-tools==1.80.0 +grpcio==1.81.0 +grpcio-status==1.81.0 +grpcio-tools==1.81.0 grpclib==0.4.9 guppy3==3.1.7 h11==0.16.0 @@ -110,7 +111,7 @@ httpx==0.28.1 huggingface_hub==0.36.2 hyperframe==6.1.0 hypothesis==6.148.3 -idna==3.16 +idna==3.18 iniconfig==2.3.0 jaraco.classes==3.4.0 jaraco.context==6.1.2 @@ -153,8 +154,9 @@ pandas==2.2.3 parameterized==0.9.0 pg8000==1.31.5 pillow==12.2.0 -pip==26.1.1 +pip==26.1.2 pluggy==1.6.0 +portalocker==3.2.0 propcache==0.5.2 proto-plus==1.28.0 protobuf==6.33.6 @@ -181,12 +183,14 @@ python-dotenv==1.2.2 python-tds==1.17.1 pytz==2026.2 PyYAML==6.0.3 +qdrant-client==1.18.0 +quickjs-ng==0.15.0.1 referencing==0.37.0 regex==2026.5.9 requests==2.34.2 requests-mock==1.12.1 rich==15.0.0 -rpds-py==0.30.0 +rpds-py==2026.5.1 rsa==4.9.1 safetensors==0.7.0 scikit-learn==1.7.2 @@ -197,8 +201,8 @@ setuptools==82.0.1 six==1.17.0 sniffio==1.3.1 sortedcontainers==2.4.0 -soupsieve==2.8.3 -SQLAlchemy==2.0.49 +soupsieve==2.8.4 +SQLAlchemy==2.0.50 sqlalchemy_pytds==1.0.2 sqlparse==0.5.5 sympy==1.14.0 diff --git a/sdks/python/container/ml/py312/gpu_image_requirements.txt b/sdks/python/container/ml/py312/gpu_image_requirements.txt index 3c4d570820a5..d5cfda651ff4 100644 --- a/sdks/python/container/ml/py312/gpu_image_requirements.txt +++ b/sdks/python/container/ml/py312/gpu_image_requirements.txt @@ -24,7 +24,7 @@ absl-py==2.4.0 aiofiles==25.1.0 aiohappyeyeballs==2.6.2 -aiohttp==3.13.5 +aiohttp==3.14.0 aiosignal==1.4.0 annotated-doc==0.0.4 annotated-types==0.7.0 @@ -45,16 +45,16 @@ certifi==2026.5.20 cffi==2.0.0 charset-normalizer==3.4.7 click==8.4.1 -cloud-sql-python-connector==1.20.2 +cloud-sql-python-connector==1.20.3 cloudpickle==3.1.2 compressed-tensors==0.10.2 crcmod==1.7 cryptography==47.0.0 -cuda-bindings==13.2.0 -cuda-pathfinder==1.5.4 +cuda-bindings==13.3.1 +cuda-pathfinder==1.5.5 cuda-toolkit==13.0.2 -cupy-cuda12x==14.0.1 -Cython==3.2.4 +cupy-cuda12x==14.1.1 +Cython==3.2.5 depyf==0.19.0 detect-installer==0.1.0 dill==0.3.1.1 @@ -67,9 +67,9 @@ einops==0.8.2 email-validator==2.3.0 envoy_data_plane==1.0.3 execnet==2.1.2 -fastapi==0.136.1 +fastapi==0.136.3 fastapi-cli==0.0.24 -fastapi-cloud-cli==0.18.0 +fastapi-cloud-cli==0.19.0 fastar==0.11.0 fastavro==1.12.2 fasteners==0.20 @@ -82,16 +82,17 @@ future==1.0.0 gast==0.7.0 gguf==0.19.0 google-api-core==2.30.3 -google-api-python-client==2.196.0 +google-api-python-client==2.197.0 google-apitools==0.5.31 google-auth==2.53.0 google-auth-httplib2==0.2.1 -google-cloud-aiplatform==1.153.1 +google-cloud-aiplatform==1.154.0 google-cloud-bigquery==3.41.0 google-cloud-bigquery-storage==2.38.0 google-cloud-bigtable==2.38.0 google-cloud-build==3.36.0 google-cloud-core==2.6.0 +google-cloud-dataflow-client==0.13.0 google-cloud-datastore==2.24.0 google-cloud-dlp==3.36.0 google-cloud-kms==3.13.0 @@ -107,16 +108,16 @@ google-cloud-storage==3.10.1 google-cloud-videointelligence==2.19.0 google-cloud-vision==3.14.0 google-crc32c==1.8.0 -google-genai==2.6.0 +google-genai==2.7.0 google-pasta==0.2.0 google-resumable-media==2.9.0 googleapis-common-protos==1.75.0 greenlet==3.5.1 grpc-google-iam-v1==0.14.4 grpc-interceptor==0.15.4 -grpcio==1.80.0 -grpcio-status==1.80.0 -grpcio-tools==1.80.0 +grpcio==1.81.0 +grpcio-status==1.81.0 +grpcio-tools==1.81.0 grpclib==0.4.9 guppy3==3.1.7 h11==0.16.0 @@ -126,12 +127,12 @@ hf-xet==1.5.0 hpack==4.1.0 httpcore==1.0.9 httplib2==0.31.2 -httptools==0.7.1 +httptools==0.8.0 httpx==0.28.1 huggingface_hub==0.36.2 hyperframe==6.1.0 hypothesis==6.148.3 -idna==3.16 +idna==3.18 iniconfig==2.3.0 interegular==0.3.3 jaraco.classes==3.4.0 @@ -220,9 +221,10 @@ parameterized==0.9.0 partial-json-parser==0.2.1.1.post7 pg8000==1.31.5 pillow==12.2.0 -pip==26.1.1 +pip==26.1.2 pluggy==1.6.0 -prometheus-fastapi-instrumentator==7.1.0 +portalocker==3.2.0 +prometheus-fastapi-instrumentator==8.0.0 prometheus_client==0.25.0 propcache==0.5.2 proto-plus==1.28.0 @@ -254,11 +256,12 @@ pytest-xdist==3.8.0 python-dateutil==2.9.0.post0 python-dotenv==1.2.2 python-json-logger==4.1.0 -python-multipart==0.0.29 +python-multipart==0.0.30 python-tds==1.17.1 pytz==2026.2 PyYAML==6.0.3 pyzmq==27.1.0 +qdrant-client==1.18.0 ray==2.55.1 referencing==0.37.0 regex==2026.5.9 @@ -267,7 +270,7 @@ requests-mock==1.12.1 rich==15.0.0 rich-toolkit==0.19.10 rignore==0.7.6 -rpds-py==0.30.0 +rpds-py==2026.5.1 rsa==4.9.1 safetensors==0.7.0 scikit-learn==1.7.2 @@ -275,7 +278,7 @@ scipy==1.17.1 scramp==1.4.8 SecretStorage==3.5.0 sentencepiece==0.2.1 -sentry-sdk==2.60.0 +sentry-sdk==2.61.1 setproctitle==1.3.7 setuptools==79.0.1 shellingham==1.5.4 @@ -283,12 +286,12 @@ six==1.17.0 sniffio==1.3.1 sortedcontainers==2.4.0 soundfile==0.13.1 -soupsieve==2.8.3 +soupsieve==2.8.4 soxr==1.1.0 -SQLAlchemy==2.0.49 +SQLAlchemy==2.0.50 sqlalchemy_pytds==1.0.2 sqlparse==0.5.5 -starlette==0.52.1 +starlette==1.2.1 sympy==1.14.0 tenacity==9.1.4 tensorboard==2.20.0 @@ -306,13 +309,13 @@ torchvision==0.22.1 tqdm==4.67.3 transformers==4.55.4 triton==3.3.1 -typer==0.25.1 +typer==0.26.6 typing-inspection==0.4.2 typing_extensions==4.15.0 tzdata==2026.2 uritemplate==4.2.0 urllib3==2.7.0 -uvicorn==0.47.0 +uvicorn==0.48.0 uvloop==0.22.1 virtualenv-clone==0.5.7 vllm==0.10.1.1 diff --git a/sdks/python/container/ml/py313/base_image_requirements.txt b/sdks/python/container/ml/py313/base_image_requirements.txt index bf8152d8027a..1d129a09fedf 100644 --- a/sdks/python/container/ml/py313/base_image_requirements.txt +++ b/sdks/python/container/ml/py313/base_image_requirements.txt @@ -24,7 +24,7 @@ absl-py==2.4.0 aiofiles==25.1.0 aiohappyeyeballs==2.6.2 -aiohttp==3.13.5 +aiohttp==3.14.0 aiosignal==1.4.0 annotated-types==0.7.0 anyio==4.13.0 @@ -41,10 +41,10 @@ certifi==2026.5.20 cffi==2.0.0 charset-normalizer==3.4.7 click==8.4.1 -cloud-sql-python-connector==1.20.2 +cloud-sql-python-connector==1.20.3 crcmod==1.7 cryptography==47.0.0 -Cython==3.2.4 +Cython==3.2.5 dill==0.3.1.1 distro==1.9.0 dnspython==2.8.0 @@ -62,16 +62,17 @@ fsspec==2026.4.0 future==1.0.0 gast==0.7.0 google-api-core==2.30.3 -google-api-python-client==2.196.0 +google-api-python-client==2.197.0 google-apitools==0.5.35 google-auth==2.53.0 google-auth-httplib2==0.2.1 -google-cloud-aiplatform==1.153.1 +google-cloud-aiplatform==1.154.0 google-cloud-bigquery==3.41.0 google-cloud-bigquery-storage==2.38.0 google-cloud-bigtable==2.38.0 google-cloud-build==3.36.0 google-cloud-core==2.6.0 +google-cloud-dataflow-client==0.13.0 google-cloud-datastore==2.24.0 google-cloud-dlp==3.36.0 google-cloud-kms==3.13.0 @@ -86,16 +87,16 @@ google-cloud-storage==3.10.1 google-cloud-videointelligence==2.19.0 google-cloud-vision==3.14.0 google-crc32c==1.8.0 -google-genai==2.6.0 +google-genai==2.7.0 google-pasta==0.2.0 google-resumable-media==2.9.0 googleapis-common-protos==1.75.0 greenlet==3.5.1 grpc-google-iam-v1==0.14.4 grpc-interceptor==0.15.4 -grpcio==1.80.0 -grpcio-status==1.80.0 -grpcio-tools==1.80.0 +grpcio==1.81.0 +grpcio-status==1.81.0 +grpcio-tools==1.81.0 grpclib==0.4.9 guppy3==3.1.7 h11==0.16.0 @@ -109,7 +110,7 @@ httpx==0.28.1 huggingface_hub==0.36.2 hyperframe==6.1.0 hypothesis==6.148.3 -idna==3.16 +idna==3.18 iniconfig==2.3.0 jaraco.classes==3.4.0 jaraco.context==6.1.2 @@ -152,8 +153,9 @@ pandas==2.2.3 parameterized==0.9.0 pg8000==1.31.5 pillow==12.2.0 -pip==26.1.1 +pip==26.1.2 pluggy==1.6.0 +portalocker==3.2.0 propcache==0.5.2 proto-plus==1.28.0 protobuf==6.33.6 @@ -180,12 +182,14 @@ python-dotenv==1.2.2 python-tds==1.17.1 pytz==2026.2 PyYAML==6.0.3 +qdrant-client==1.18.0 +quickjs-ng==0.15.0.1 referencing==0.37.0 regex==2026.5.9 requests==2.34.2 requests-mock==1.12.1 rich==15.0.0 -rpds-py==0.30.0 +rpds-py==2026.5.1 rsa==4.9.1 safetensors==0.7.0 scikit-learn==1.7.2 @@ -196,8 +200,8 @@ setuptools==82.0.1 six==1.17.0 sniffio==1.3.1 sortedcontainers==2.4.0 -soupsieve==2.8.3 -SQLAlchemy==2.0.49 +soupsieve==2.8.4 +SQLAlchemy==2.0.50 sqlalchemy_pytds==1.0.2 sqlparse==0.5.5 sympy==1.14.0 diff --git a/sdks/python/container/py310/base_image_requirements.txt b/sdks/python/container/py310/base_image_requirements.txt index e40d90c79472..c44d8ef0bf5c 100644 --- a/sdks/python/container/py310/base_image_requirements.txt +++ b/sdks/python/container/py310/base_image_requirements.txt @@ -23,7 +23,7 @@ aiofiles==25.1.0 aiohappyeyeballs==2.6.2 -aiohttp==3.13.5 +aiohttp==3.14.0 aiosignal==1.4.0 annotated-types==0.7.0 anyio==4.13.0 @@ -41,10 +41,10 @@ certifi==2026.5.20 cffi==2.0.0 charset-normalizer==3.4.7 click==8.4.1 -cloud-sql-python-connector==1.20.2 +cloud-sql-python-connector==1.20.3 crcmod==1.7 cryptography==47.0.0 -Cython==3.2.4 +Cython==3.2.5 dill==0.3.1.1 distro==1.9.0 dnspython==2.8.0 @@ -59,16 +59,17 @@ freezegun==1.5.5 frozenlist==1.8.0 future==1.0.0 google-api-core==2.30.3 -google-api-python-client==2.196.0 +google-api-python-client==2.197.0 google-apitools==0.5.31 google-auth==2.53.0 google-auth-httplib2==0.2.1 -google-cloud-aiplatform==1.153.1 +google-cloud-aiplatform==1.154.0 google-cloud-bigquery==3.41.0 google-cloud-bigquery-storage==2.38.0 google-cloud-bigtable==2.38.0 google-cloud-build==3.36.0 google-cloud-core==2.6.0 +google-cloud-dataflow-client==0.13.0 google-cloud-datastore==2.24.0 google-cloud-dlp==3.36.0 google-cloud-kms==3.13.0 @@ -84,14 +85,14 @@ google-cloud-storage==3.10.1 google-cloud-videointelligence==2.19.0 google-cloud-vision==3.14.0 google-crc32c==1.8.0 -google-genai==2.6.0 +google-genai==2.7.0 google-resumable-media==2.9.0 googleapis-common-protos==1.75.0 greenlet==3.5.1 grpc-google-iam-v1==0.14.4 grpc-interceptor==0.15.4 -grpcio==1.80.0 -grpcio-status==1.80.0 +grpcio==1.81.0 +grpcio-status==1.81.0 grpclib==0.4.9 guppy3==3.1.7 h11==0.16.0 @@ -102,7 +103,7 @@ httplib2==0.31.2 httpx==0.28.1 hyperframe==6.1.0 hypothesis==6.148.3 -idna==3.16 +idna==3.18 importlib_metadata==9.0.0 iniconfig==2.3.0 jaraco.classes==3.4.0 @@ -111,7 +112,6 @@ jaraco.functools==4.5.0 jeepney==0.9.0 Jinja2==3.1.6 joblib==1.5.3 -Js2Py==0.74 jsonpickle==3.4.2 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 @@ -137,8 +137,9 @@ pandas==2.2.3 parameterized==0.9.0 pg8000==1.31.5 pillow==12.2.0 -pip==26.1.1 +pip==26.1.2 pluggy==1.6.0 +portalocker==3.2.0 propcache==0.5.2 proto-plus==1.28.0 protobuf==6.33.6 @@ -153,7 +154,6 @@ pydantic_core==2.46.4 pydot==1.4.2 Pygments==2.20.0 PyHamcrest==2.1.0 -pyjsparser==2.7.1 pymongo==4.17.0 PyMySQL==1.2.0 pyparsing==3.3.2 @@ -166,6 +166,8 @@ python-dotenv==1.2.2 python-tds==1.17.1 pytz==2026.2 PyYAML==6.0.3 +qdrant-client==1.18.0 +quickjs-ng==0.15.0.1 referencing==0.37.0 regex==2026.5.9 requests==2.34.2 @@ -180,8 +182,8 @@ setuptools==82.0.1 six==1.17.0 sniffio==1.3.1 sortedcontainers==2.4.0 -soupsieve==2.8.3 -SQLAlchemy==2.0.49 +soupsieve==2.8.4 +SQLAlchemy==2.0.50 sqlalchemy_pytds==1.0.2 sqlparse==0.5.5 tenacity==9.1.4 @@ -192,7 +194,6 @@ tqdm==4.67.3 typing-inspection==0.4.2 typing_extensions==4.15.0 tzdata==2026.2 -tzlocal==5.3.1 uritemplate==4.2.0 urllib3==2.7.0 virtualenv-clone==0.5.7 diff --git a/sdks/python/container/py311/base_image_requirements.txt b/sdks/python/container/py311/base_image_requirements.txt index 8362e22e172f..790825a8b2af 100644 --- a/sdks/python/container/py311/base_image_requirements.txt +++ b/sdks/python/container/py311/base_image_requirements.txt @@ -23,7 +23,7 @@ aiofiles==25.1.0 aiohappyeyeballs==2.6.2 -aiohttp==3.13.5 +aiohttp==3.14.0 aiosignal==1.4.0 annotated-types==0.7.0 anyio==4.13.0 @@ -40,10 +40,10 @@ certifi==2026.5.20 cffi==2.0.0 charset-normalizer==3.4.7 click==8.4.1 -cloud-sql-python-connector==1.20.2 +cloud-sql-python-connector==1.20.3 crcmod==1.7 cryptography==47.0.0 -Cython==3.2.4 +Cython==3.2.5 dill==0.3.1.1 distro==1.9.0 dnspython==2.8.0 @@ -57,16 +57,17 @@ freezegun==1.5.5 frozenlist==1.8.0 future==1.0.0 google-api-core==2.30.3 -google-api-python-client==2.196.0 +google-api-python-client==2.197.0 google-apitools==0.5.31 google-auth==2.53.0 google-auth-httplib2==0.2.1 -google-cloud-aiplatform==1.153.1 +google-cloud-aiplatform==1.154.0 google-cloud-bigquery==3.41.0 google-cloud-bigquery-storage==2.38.0 google-cloud-bigtable==2.38.0 google-cloud-build==3.36.0 google-cloud-core==2.6.0 +google-cloud-dataflow-client==0.13.0 google-cloud-datastore==2.24.0 google-cloud-dlp==3.36.0 google-cloud-kms==3.13.0 @@ -82,15 +83,15 @@ google-cloud-storage==3.10.1 google-cloud-videointelligence==2.19.0 google-cloud-vision==3.14.0 google-crc32c==1.8.0 -google-genai==2.6.0 +google-genai==2.7.0 google-resumable-media==2.9.0 googleapis-common-protos==1.75.0 greenlet==3.5.1 grpc-google-iam-v1==0.14.4 grpc-interceptor==0.15.4 -grpcio==1.80.0 -grpcio-status==1.80.0 -grpcio-tools==1.80.0 +grpcio==1.81.0 +grpcio-status==1.81.0 +grpcio-tools==1.81.0 grpclib==0.4.9 guppy3==3.1.7 h11==0.16.0 @@ -101,7 +102,7 @@ httplib2==0.31.2 httpx==0.28.1 hyperframe==6.1.0 hypothesis==6.148.3 -idna==3.16 +idna==3.18 importlib_metadata==9.0.0 iniconfig==2.3.0 jaraco.classes==3.4.0 @@ -110,7 +111,6 @@ jaraco.functools==4.5.0 jeepney==0.9.0 Jinja2==3.1.6 joblib==1.5.3 -Js2Py==0.74 jsonpickle==3.4.2 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 @@ -136,8 +136,9 @@ pandas==2.2.3 parameterized==0.9.0 pg8000==1.31.5 pillow==12.2.0 -pip==26.1.1 +pip==26.1.2 pluggy==1.6.0 +portalocker==3.2.0 propcache==0.5.2 proto-plus==1.28.0 protobuf==6.33.6 @@ -152,7 +153,6 @@ pydantic_core==2.46.4 pydot==1.4.2 Pygments==2.20.0 PyHamcrest==2.1.0 -pyjsparser==2.7.1 pymongo==4.17.0 PyMySQL==1.2.0 pyparsing==3.3.2 @@ -165,11 +165,13 @@ python-dotenv==1.2.2 python-tds==1.17.1 pytz==2026.2 PyYAML==6.0.3 +qdrant-client==1.18.0 +quickjs-ng==0.15.0.1 referencing==0.37.0 regex==2026.5.9 requests==2.34.2 requests-mock==1.12.1 -rpds-py==0.30.0 +rpds-py==2026.5.1 rsa==4.9.1 scikit-learn==1.7.2 scipy==1.17.1 @@ -179,8 +181,8 @@ setuptools==82.0.1 six==1.17.0 sniffio==1.3.1 sortedcontainers==2.4.0 -soupsieve==2.8.3 -SQLAlchemy==2.0.49 +soupsieve==2.8.4 +SQLAlchemy==2.0.50 sqlalchemy_pytds==1.0.2 sqlparse==0.5.5 tenacity==9.1.4 @@ -190,7 +192,6 @@ tqdm==4.67.3 typing-inspection==0.4.2 typing_extensions==4.15.0 tzdata==2026.2 -tzlocal==5.3.1 uritemplate==4.2.0 urllib3==2.7.0 virtualenv-clone==0.5.7 diff --git a/sdks/python/container/py312/base_image_requirements.txt b/sdks/python/container/py312/base_image_requirements.txt index f0ca11af6e4b..151705811fdd 100644 --- a/sdks/python/container/py312/base_image_requirements.txt +++ b/sdks/python/container/py312/base_image_requirements.txt @@ -23,7 +23,7 @@ aiofiles==25.1.0 aiohappyeyeballs==2.6.2 -aiohttp==3.13.5 +aiohttp==3.14.0 aiosignal==1.4.0 annotated-types==0.7.0 anyio==4.13.0 @@ -39,10 +39,10 @@ certifi==2026.5.20 cffi==2.0.0 charset-normalizer==3.4.7 click==8.4.1 -cloud-sql-python-connector==1.20.2 +cloud-sql-python-connector==1.20.3 crcmod==1.7 cryptography==47.0.0 -Cython==3.2.4 +Cython==3.2.5 dill==0.3.1.1 distro==1.9.0 dnspython==2.8.0 @@ -56,16 +56,17 @@ freezegun==1.5.5 frozenlist==1.8.0 future==1.0.0 google-api-core==2.30.3 -google-api-python-client==2.196.0 +google-api-python-client==2.197.0 google-apitools==0.5.31 google-auth==2.53.0 google-auth-httplib2==0.2.1 -google-cloud-aiplatform==1.153.1 +google-cloud-aiplatform==1.154.0 google-cloud-bigquery==3.41.0 google-cloud-bigquery-storage==2.38.0 google-cloud-bigtable==2.38.0 google-cloud-build==3.36.0 google-cloud-core==2.6.0 +google-cloud-dataflow-client==0.13.0 google-cloud-datastore==2.24.0 google-cloud-dlp==3.36.0 google-cloud-kms==3.13.0 @@ -81,15 +82,15 @@ google-cloud-storage==3.10.1 google-cloud-videointelligence==2.19.0 google-cloud-vision==3.14.0 google-crc32c==1.8.0 -google-genai==2.6.0 +google-genai==2.7.0 google-resumable-media==2.9.0 googleapis-common-protos==1.75.0 greenlet==3.5.1 grpc-google-iam-v1==0.14.4 grpc-interceptor==0.15.4 -grpcio==1.80.0 -grpcio-status==1.80.0 -grpcio-tools==1.80.0 +grpcio==1.81.0 +grpcio-status==1.81.0 +grpcio-tools==1.81.0 grpclib==0.4.9 guppy3==3.1.7 h11==0.16.0 @@ -100,7 +101,7 @@ httplib2==0.31.2 httpx==0.28.1 hyperframe==6.1.0 hypothesis==6.148.3 -idna==3.16 +idna==3.18 iniconfig==2.3.0 jaraco.classes==3.4.0 jaraco.context==6.1.2 @@ -133,8 +134,9 @@ pandas==2.2.3 parameterized==0.9.0 pg8000==1.31.5 pillow==12.2.0 -pip==26.1.1 +pip==26.1.2 pluggy==1.6.0 +portalocker==3.2.0 propcache==0.5.2 proto-plus==1.28.0 protobuf==6.33.6 @@ -161,11 +163,13 @@ python-dotenv==1.2.2 python-tds==1.17.1 pytz==2026.2 PyYAML==6.0.3 +qdrant-client==1.18.0 +quickjs-ng==0.15.0.1 referencing==0.37.0 regex==2026.5.9 requests==2.34.2 requests-mock==1.12.1 -rpds-py==0.30.0 +rpds-py==2026.5.1 rsa==4.9.1 scikit-learn==1.7.2 scipy==1.17.1 @@ -175,8 +179,8 @@ setuptools==82.0.1 six==1.17.0 sniffio==1.3.1 sortedcontainers==2.4.0 -soupsieve==2.8.3 -SQLAlchemy==2.0.49 +soupsieve==2.8.4 +SQLAlchemy==2.0.50 sqlalchemy_pytds==1.0.2 sqlparse==0.5.5 tenacity==9.1.4 diff --git a/sdks/python/container/py313/base_image_requirements.txt b/sdks/python/container/py313/base_image_requirements.txt index e0b9bfb26df1..68ad2a9530c2 100644 --- a/sdks/python/container/py313/base_image_requirements.txt +++ b/sdks/python/container/py313/base_image_requirements.txt @@ -23,7 +23,7 @@ aiofiles==25.1.0 aiohappyeyeballs==2.6.2 -aiohttp==3.13.5 +aiohttp==3.14.0 aiosignal==1.4.0 annotated-types==0.7.0 anyio==4.13.0 @@ -39,10 +39,10 @@ certifi==2026.5.20 cffi==2.0.0 charset-normalizer==3.4.7 click==8.4.1 -cloud-sql-python-connector==1.20.2 +cloud-sql-python-connector==1.20.3 crcmod==1.7 cryptography==47.0.0 -Cython==3.2.4 +Cython==3.2.5 dill==0.3.1.1 distro==1.9.0 dnspython==2.8.0 @@ -56,16 +56,17 @@ freezegun==1.5.5 frozenlist==1.8.0 future==1.0.0 google-api-core==2.30.3 -google-api-python-client==2.196.0 +google-api-python-client==2.197.0 google-apitools==0.5.35 google-auth==2.53.0 google-auth-httplib2==0.2.1 -google-cloud-aiplatform==1.153.1 +google-cloud-aiplatform==1.154.0 google-cloud-bigquery==3.41.0 google-cloud-bigquery-storage==2.38.0 google-cloud-bigtable==2.38.0 google-cloud-build==3.36.0 google-cloud-core==2.6.0 +google-cloud-dataflow-client==0.13.0 google-cloud-datastore==2.24.0 google-cloud-dlp==3.36.0 google-cloud-kms==3.13.0 @@ -80,15 +81,15 @@ google-cloud-storage==3.10.1 google-cloud-videointelligence==2.19.0 google-cloud-vision==3.14.0 google-crc32c==1.8.0 -google-genai==2.6.0 +google-genai==2.7.0 google-resumable-media==2.9.0 googleapis-common-protos==1.75.0 greenlet==3.5.1 grpc-google-iam-v1==0.14.4 grpc-interceptor==0.15.4 -grpcio==1.80.0 -grpcio-status==1.80.0 -grpcio-tools==1.80.0 +grpcio==1.81.0 +grpcio-status==1.81.0 +grpcio-tools==1.81.0 grpclib==0.4.9 guppy3==3.1.7 h11==0.16.0 @@ -99,7 +100,7 @@ httplib2==0.31.2 httpx==0.28.1 hyperframe==6.1.0 hypothesis==6.148.3 -idna==3.16 +idna==3.18 iniconfig==2.3.0 jaraco.classes==3.4.0 jaraco.context==6.1.2 @@ -132,8 +133,9 @@ pandas==2.2.3 parameterized==0.9.0 pg8000==1.31.5 pillow==12.2.0 -pip==26.1.1 +pip==26.1.2 pluggy==1.6.0 +portalocker==3.2.0 propcache==0.5.2 proto-plus==1.28.0 protobuf==6.33.6 @@ -160,11 +162,13 @@ python-dotenv==1.2.2 python-tds==1.17.1 pytz==2026.2 PyYAML==6.0.3 +qdrant-client==1.18.0 +quickjs-ng==0.15.0.1 referencing==0.37.0 regex==2026.5.9 requests==2.34.2 requests-mock==1.12.1 -rpds-py==0.30.0 +rpds-py==2026.5.1 rsa==4.9.1 scikit-learn==1.7.2 scipy==1.17.1 @@ -174,8 +178,8 @@ setuptools==82.0.1 six==1.17.0 sniffio==1.3.1 sortedcontainers==2.4.0 -soupsieve==2.8.3 -SQLAlchemy==2.0.49 +soupsieve==2.8.4 +SQLAlchemy==2.0.50 sqlalchemy_pytds==1.0.2 sqlparse==0.5.5 tenacity==9.1.4 diff --git a/sdks/python/container/py314/base_image_requirements.txt b/sdks/python/container/py314/base_image_requirements.txt index 2ff940c92856..7b9225c5e68d 100644 --- a/sdks/python/container/py314/base_image_requirements.txt +++ b/sdks/python/container/py314/base_image_requirements.txt @@ -23,7 +23,7 @@ aiofiles==25.1.0 aiohappyeyeballs==2.6.2 -aiohttp==3.13.5 +aiohttp==3.14.0 aiosignal==1.4.0 annotated-types==0.7.0 anyio==4.13.0 @@ -39,10 +39,10 @@ certifi==2026.5.20 cffi==2.0.0 charset-normalizer==3.4.7 click==8.4.1 -cloud-sql-python-connector==1.20.2 +cloud-sql-python-connector==1.20.3 crcmod==1.7 cryptography==47.0.0 -Cython==3.2.4 +Cython==3.2.5 dill==0.3.1.1 distro==1.9.0 dnspython==2.8.0 @@ -59,12 +59,13 @@ google-api-core==2.30.3 google-apitools==0.5.35 google-auth==2.53.0 google-auth-httplib2==0.2.1 -google-cloud-aiplatform==1.153.1 +google-cloud-aiplatform==1.154.0 google-cloud-bigquery==3.41.0 google-cloud-bigquery-storage==2.38.0 google-cloud-bigtable==2.38.0 google-cloud-build==3.36.0 google-cloud-core==2.6.0 +google-cloud-dataflow-client==0.13.0 google-cloud-datastore==2.24.0 google-cloud-dlp==3.36.0 google-cloud-kms==3.13.0 @@ -79,15 +80,15 @@ google-cloud-storage==3.10.1 google-cloud-videointelligence==2.19.0 google-cloud-vision==3.14.0 google-crc32c==1.8.0 -google-genai==2.6.0 +google-genai==2.7.0 google-resumable-media==2.9.0 googleapis-common-protos==1.75.0 greenlet==3.5.1 grpc-google-iam-v1==0.14.4 grpc-interceptor==0.15.4 -grpcio==1.80.0 -grpcio-status==1.80.0 -grpcio-tools==1.80.0 +grpcio==1.81.0 +grpcio-status==1.81.0 +grpcio-tools==1.81.0 grpclib==0.4.9 guppy3==3.1.7 h11==0.16.0 @@ -98,7 +99,7 @@ httplib2==0.31.2 httpx==0.28.1 hyperframe==6.1.0 hypothesis==6.148.3 -idna==3.16 +idna==3.18 iniconfig==2.3.0 jaraco.classes==3.4.0 jaraco.context==6.1.2 @@ -131,8 +132,9 @@ pandas==2.2.3 parameterized==0.9.0 pg8000==1.31.5 pillow==12.2.0 -pip==26.1.1 +pip==26.1.2 pluggy==1.6.0 +portalocker==3.2.0 propcache==0.5.2 proto-plus==1.28.0 protobuf==6.33.6 @@ -159,11 +161,13 @@ python-dotenv==1.2.2 python-tds==1.17.1 pytz==2026.2 PyYAML==6.0.3 +qdrant-client==1.18.0 +quickjs-ng==0.15.0.1 referencing==0.37.0 regex==2026.5.9 requests==2.34.2 requests-mock==1.12.1 -rpds-py==0.30.0 +rpds-py==2026.5.1 rsa==4.9.1 scikit-learn==1.7.2 scipy==1.17.1 @@ -173,8 +177,8 @@ setuptools==82.0.1 six==1.17.0 sniffio==1.3.1 sortedcontainers==2.4.0 -soupsieve==2.8.3 -SQLAlchemy==2.0.49 +soupsieve==2.8.4 +SQLAlchemy==2.0.50 sqlalchemy_pytds==1.0.2 sqlparse==0.5.5 tenacity==9.1.4