From c3d130c8ebf9e5266c2d0cef8a45c2ce517e2a86 Mon Sep 17 00:00:00 2001 From: Anand Inguva <34158215+AnandInguva@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:34:32 +0000 Subject: [PATCH] Update python base image dependencies (#29800) * Update container dependencies * update dependencies from a linux machine --- .../py310/base_image_requirements.txt | 66 +++++++++---------- .../py311/base_image_requirements.txt | 64 +++++++++--------- .../py38/base_image_requirements.txt | 64 +++++++++--------- .../py39/base_image_requirements.txt | 66 +++++++++---------- 4 files changed, 130 insertions(+), 130 deletions(-) diff --git a/sdks/python/container/py310/base_image_requirements.txt b/sdks/python/container/py310/base_image_requirements.txt index a82ce0050da0..d6b810725522 100644 --- a/sdks/python/container/py310/base_image_requirements.txt +++ b/sdks/python/container/py310/base_image_requirements.txt @@ -37,54 +37,55 @@ Cython==0.29.36 deprecation==2.1.0 dill==0.3.1.1 dnspython==2.4.2 -docker==6.1.3 +docker==7.0.0 docopt==0.6.2 +docstring-parser==0.15 exceptiongroup==1.2.0 execnet==2.0.2 fastavro==1.9.1 fasteners==0.19 freezegun==1.3.1 future==0.18.3 -google-api-core==2.14.0 -google-api-python-client==2.109.0 +google-api-core==2.15.0 +google-api-python-client==2.111.0 google-apitools==0.5.31 -google-auth==2.25.1 +google-auth==2.25.2 google-auth-httplib2==0.1.1 -google-cloud-aiplatform==1.37.0 -google-cloud-bigquery==3.13.0 -google-cloud-bigquery-storage==2.23.0 +google-cloud-aiplatform==1.38.1 +google-cloud-bigquery==3.14.1 +google-cloud-bigquery-storage==2.24.0 google-cloud-bigtable==2.22.0 -google-cloud-core==2.3.3 -google-cloud-datastore==2.18.0 -google-cloud-dlp==3.13.0 -google-cloud-language==2.11.1 +google-cloud-core==2.4.1 +google-cloud-datastore==2.19.0 +google-cloud-dlp==3.14.0 +google-cloud-language==2.12.0 google-cloud-profiler==4.1.0 -google-cloud-pubsub==2.18.4 -google-cloud-pubsublite==1.8.3 -google-cloud-recommendations-ai==0.10.5 -google-cloud-resource-manager==1.10.4 +google-cloud-pubsub==2.19.0 +google-cloud-pubsublite==1.9.0 +google-cloud-recommendations-ai==0.10.6 +google-cloud-resource-manager==1.11.0 google-cloud-spanner==3.40.1 -google-cloud-storage==2.13.0 -google-cloud-videointelligence==2.11.4 -google-cloud-vision==3.4.5 +google-cloud-storage==2.14.0 +google-cloud-videointelligence==2.12.0 +google-cloud-vision==3.5.0 google-crc32c==1.5.0 -google-resumable-media==2.6.0 -googleapis-common-protos==1.61.0 -greenlet==3.0.1 -grpc-google-iam-v1==0.12.7 -grpcio==1.59.3 -grpcio-status==1.59.3 +google-resumable-media==2.7.0 +googleapis-common-protos==1.62.0 +greenlet==3.0.2 +grpc-google-iam-v1==0.13.0 +grpcio==1.60.0 +grpcio-status==1.60.0 guppy3==3.1.4.post1 hdfs==2.7.3 httplib2==0.22.0 -hypothesis==6.91.0 +hypothesis==6.92.1 idna==3.6 iniconfig==2.0.0 joblib==1.3.2 Js2Py==0.74 +jsonpickle==3.0.2 jsonschema==4.20.0 jsonschema-specifications==2023.11.2 -jsonpickle==3.0.2 mmh3==4.0.1 mock==5.1.0 nltk==3.8.1 @@ -93,15 +94,15 @@ numpy==1.24.4 oauth2client==4.1.3 objsize==0.6.1 orjson==3.9.10 -overrides==6.5.0 +overrides==7.4.0 packaging==23.2 pandas==1.5.3 parameterized==0.9.0 pluggy==1.3.0 -proto-plus==1.22.3 +proto-plus==1.23.0 protobuf==4.25.1 psycopg2-binary==2.9.9 -pyarrow==14.0.1 +pyarrow==14.0.2 pyarrow-hotfix==0.6 pyasn1==0.5.1 pyasn1-modules==0.3.0 @@ -120,11 +121,11 @@ python-dateutil==2.8.2 python-snappy==0.6.1 pytz==2023.3.post1 PyYAML==6.0.1 -referencing==0.31.1 +referencing==0.32.0 regex==2023.10.3 requests==2.31.0 requests-mock==1.11.0 -rpds-py==0.13.2 +rpds-py==0.15.2 rsa==4.9 scikit-learn==1.3.2 scipy==1.11.4 @@ -139,10 +140,9 @@ testcontainers==3.7.1 threadpoolctl==3.2.0 tomli==2.0.1 tqdm==4.66.1 -typing_extensions==4.8.0 +typing_extensions==4.9.0 tzlocal==5.2 uritemplate==4.1.1 urllib3==2.1.0 -websocket-client==1.7.0 wrapt==1.16.0 zstandard==0.22.0 diff --git a/sdks/python/container/py311/base_image_requirements.txt b/sdks/python/container/py311/base_image_requirements.txt index 149368b15ed6..ac6f6dbd7258 100644 --- a/sdks/python/container/py311/base_image_requirements.txt +++ b/sdks/python/container/py311/base_image_requirements.txt @@ -37,46 +37,47 @@ Cython==0.29.36 deprecation==2.1.0 dill==0.3.1.1 dnspython==2.4.2 -docker==6.1.3 +docker==7.0.0 docopt==0.6.2 +docstring-parser==0.15 execnet==2.0.2 fastavro==1.9.1 fasteners==0.19 freezegun==1.3.1 future==0.18.3 -google-api-core==2.14.0 -google-api-python-client==2.109.0 +google-api-core==2.15.0 +google-api-python-client==2.111.0 google-apitools==0.5.31 -google-auth==2.25.1 +google-auth==2.25.2 google-auth-httplib2==0.1.1 -google-cloud-aiplatform==1.37.0 -google-cloud-bigquery==3.13.0 -google-cloud-bigquery-storage==2.23.0 +google-cloud-aiplatform==1.38.1 +google-cloud-bigquery==3.14.1 +google-cloud-bigquery-storage==2.24.0 google-cloud-bigtable==2.22.0 -google-cloud-core==2.3.3 -google-cloud-datastore==2.18.0 -google-cloud-dlp==3.13.0 -google-cloud-language==2.11.1 +google-cloud-core==2.4.1 +google-cloud-datastore==2.19.0 +google-cloud-dlp==3.14.0 +google-cloud-language==2.12.0 google-cloud-profiler==4.1.0 -google-cloud-pubsub==2.18.4 -google-cloud-pubsublite==1.8.3 -google-cloud-recommendations-ai==0.10.5 -google-cloud-resource-manager==1.10.4 +google-cloud-pubsub==2.19.0 +google-cloud-pubsublite==1.9.0 +google-cloud-recommendations-ai==0.10.6 +google-cloud-resource-manager==1.11.0 google-cloud-spanner==3.40.1 -google-cloud-storage==2.13.0 -google-cloud-videointelligence==2.11.4 -google-cloud-vision==3.4.5 +google-cloud-storage==2.14.0 +google-cloud-videointelligence==2.12.0 +google-cloud-vision==3.5.0 google-crc32c==1.5.0 -google-resumable-media==2.6.0 -googleapis-common-protos==1.61.0 -greenlet==3.0.1 -grpc-google-iam-v1==0.12.7 -grpcio==1.59.3 -grpcio-status==1.59.3 +google-resumable-media==2.7.0 +googleapis-common-protos==1.62.0 +greenlet==3.0.2 +grpc-google-iam-v1==0.13.0 +grpcio==1.60.0 +grpcio-status==1.60.0 guppy3==3.1.4.post1 hdfs==2.7.3 httplib2==0.22.0 -hypothesis==6.91.0 +hypothesis==6.92.1 idna==3.6 iniconfig==2.0.0 joblib==1.3.2 @@ -92,15 +93,15 @@ numpy==1.24.4 oauth2client==4.1.3 objsize==0.6.1 orjson==3.9.10 -overrides==6.5.0 +overrides==7.4.0 packaging==23.2 pandas==1.5.3 parameterized==0.9.0 pluggy==1.3.0 -proto-plus==1.22.3 +proto-plus==1.23.0 protobuf==4.25.1 psycopg2-binary==2.9.9 -pyarrow==14.0.1 +pyarrow==14.0.2 pyarrow-hotfix==0.6 pyasn1==0.5.1 pyasn1-modules==0.3.0 @@ -118,11 +119,11 @@ pytest-xdist==3.5.0 python-dateutil==2.8.2 pytz==2023.3.post1 PyYAML==6.0.1 -referencing==0.31.1 +referencing==0.32.0 regex==2023.10.3 requests==2.31.0 requests-mock==1.11.0 -rpds-py==0.13.2 +rpds-py==0.15.2 rsa==4.9 scikit-learn==1.3.2 scipy==1.11.4 @@ -136,10 +137,9 @@ tenacity==8.2.3 testcontainers==3.7.1 threadpoolctl==3.2.0 tqdm==4.66.1 -typing_extensions==4.8.0 +typing_extensions==4.9.0 tzlocal==5.2 uritemplate==4.1.1 urllib3==2.1.0 -websocket-client==1.7.0 wrapt==1.16.0 zstandard==0.22.0 diff --git a/sdks/python/container/py38/base_image_requirements.txt b/sdks/python/container/py38/base_image_requirements.txt index 3bd996dbe2b9..2929ab6f1e04 100644 --- a/sdks/python/container/py38/base_image_requirements.txt +++ b/sdks/python/container/py38/base_image_requirements.txt @@ -38,47 +38,48 @@ Cython==0.29.36 deprecation==2.1.0 dill==0.3.1.1 dnspython==2.4.2 -docker==6.1.3 +docker==7.0.0 docopt==0.6.2 +docstring-parser==0.15 exceptiongroup==1.2.0 execnet==2.0.2 fastavro==1.9.1 fasteners==0.19 freezegun==1.3.1 future==0.18.3 -google-api-core==2.14.0 -google-api-python-client==2.109.0 +google-api-core==2.15.0 +google-api-python-client==2.111.0 google-apitools==0.5.31 -google-auth==2.25.1 +google-auth==2.25.2 google-auth-httplib2==0.1.1 -google-cloud-aiplatform==1.37.0 -google-cloud-bigquery==3.13.0 -google-cloud-bigquery-storage==2.23.0 +google-cloud-aiplatform==1.38.1 +google-cloud-bigquery==3.14.1 +google-cloud-bigquery-storage==2.24.0 google-cloud-bigtable==2.22.0 -google-cloud-core==2.3.3 -google-cloud-datastore==2.18.0 -google-cloud-dlp==3.13.0 -google-cloud-language==2.11.1 +google-cloud-core==2.4.1 +google-cloud-datastore==2.19.0 +google-cloud-dlp==3.14.0 +google-cloud-language==2.12.0 google-cloud-profiler==4.1.0 -google-cloud-pubsub==2.18.4 -google-cloud-pubsublite==1.8.3 -google-cloud-recommendations-ai==0.10.5 -google-cloud-resource-manager==1.10.4 +google-cloud-pubsub==2.19.0 +google-cloud-pubsublite==1.9.0 +google-cloud-recommendations-ai==0.10.6 +google-cloud-resource-manager==1.11.0 google-cloud-spanner==3.40.1 -google-cloud-storage==2.13.0 -google-cloud-videointelligence==2.11.4 -google-cloud-vision==3.4.5 +google-cloud-storage==2.14.0 +google-cloud-videointelligence==2.12.0 +google-cloud-vision==3.5.0 google-crc32c==1.5.0 -google-resumable-media==2.6.0 -googleapis-common-protos==1.61.0 -greenlet==3.0.1 -grpc-google-iam-v1==0.12.7 -grpcio==1.59.3 -grpcio-status==1.59.3 +google-resumable-media==2.7.0 +googleapis-common-protos==1.62.0 +greenlet==3.0.2 +grpc-google-iam-v1==0.13.0 +grpcio==1.60.0 +grpcio-status==1.60.0 guppy3==3.1.4.post1 hdfs==2.7.3 httplib2==0.22.0 -hypothesis==6.91.0 +hypothesis==6.92.1 idna==3.6 importlib-metadata==7.0.0 importlib-resources==6.1.1 @@ -96,16 +97,16 @@ numpy==1.24.4 oauth2client==4.1.3 objsize==0.6.1 orjson==3.9.10 -overrides==6.5.0 +overrides==7.4.0 packaging==23.2 pandas==1.5.3 parameterized==0.9.0 pkgutil_resolve_name==1.3.10 pluggy==1.3.0 -proto-plus==1.22.3 +proto-plus==1.23.0 protobuf==4.25.1 psycopg2-binary==2.9.9 -pyarrow==14.0.1 +pyarrow==14.0.2 pyarrow-hotfix==0.6 pyasn1==0.5.1 pyasn1-modules==0.3.0 @@ -124,11 +125,11 @@ python-dateutil==2.8.2 python-snappy==0.6.1 pytz==2023.3.post1 PyYAML==6.0.1 -referencing==0.31.1 +referencing==0.32.0 regex==2023.10.3 requests==2.31.0 requests-mock==1.11.0 -rpds-py==0.13.2 +rpds-py==0.15.2 rsa==4.9 scikit-learn==1.3.2 scipy==1.10.1 @@ -143,11 +144,10 @@ testcontainers==3.7.1 threadpoolctl==3.2.0 tomli==2.0.1 tqdm==4.66.1 -typing_extensions==4.8.0 +typing_extensions==4.9.0 tzlocal==5.2 uritemplate==4.1.1 urllib3==2.1.0 -websocket-client==1.7.0 wrapt==1.16.0 zipp==3.17.0 zstandard==0.22.0 diff --git a/sdks/python/container/py39/base_image_requirements.txt b/sdks/python/container/py39/base_image_requirements.txt index a6bb3a31fe0a..9d7e99f76eee 100644 --- a/sdks/python/container/py39/base_image_requirements.txt +++ b/sdks/python/container/py39/base_image_requirements.txt @@ -37,54 +37,55 @@ Cython==0.29.36 deprecation==2.1.0 dill==0.3.1.1 dnspython==2.4.2 -docker==6.1.3 +docker==7.0.0 docopt==0.6.2 +docstring-parser==0.15 exceptiongroup==1.2.0 execnet==2.0.2 fastavro==1.9.1 fasteners==0.19 freezegun==1.3.1 future==0.18.3 -google-api-core==2.14.0 -google-api-python-client==2.109.0 +google-api-core==2.15.0 +google-api-python-client==2.111.0 google-apitools==0.5.31 -google-auth==2.25.1 +google-auth==2.25.2 google-auth-httplib2==0.1.1 -google-cloud-aiplatform==1.37.0 -google-cloud-bigquery==3.13.0 -google-cloud-bigquery-storage==2.23.0 +google-cloud-aiplatform==1.38.1 +google-cloud-bigquery==3.14.1 +google-cloud-bigquery-storage==2.24.0 google-cloud-bigtable==2.22.0 -google-cloud-core==2.3.3 -google-cloud-datastore==2.18.0 -google-cloud-dlp==3.13.0 -google-cloud-language==2.11.1 +google-cloud-core==2.4.1 +google-cloud-datastore==2.19.0 +google-cloud-dlp==3.14.0 +google-cloud-language==2.12.0 google-cloud-profiler==4.1.0 -google-cloud-pubsub==2.18.4 -google-cloud-pubsublite==1.8.3 -google-cloud-recommendations-ai==0.10.5 -google-cloud-resource-manager==1.10.4 +google-cloud-pubsub==2.19.0 +google-cloud-pubsublite==1.9.0 +google-cloud-recommendations-ai==0.10.6 +google-cloud-resource-manager==1.11.0 google-cloud-spanner==3.40.1 -google-cloud-storage==2.13.0 -google-cloud-videointelligence==2.11.4 -google-cloud-vision==3.4.5 +google-cloud-storage==2.14.0 +google-cloud-videointelligence==2.12.0 +google-cloud-vision==3.5.0 google-crc32c==1.5.0 -google-resumable-media==2.6.0 -googleapis-common-protos==1.61.0 -greenlet==3.0.1 -grpc-google-iam-v1==0.12.7 -grpcio==1.59.3 -grpcio-status==1.59.3 +google-resumable-media==2.7.0 +googleapis-common-protos==1.62.0 +greenlet==3.0.2 +grpc-google-iam-v1==0.13.0 +grpcio==1.60.0 +grpcio-status==1.60.0 guppy3==3.1.4.post1 hdfs==2.7.3 httplib2==0.22.0 -hypothesis==6.91.0 +hypothesis==6.92.1 idna==3.6 importlib-metadata==7.0.0 iniconfig==2.0.0 joblib==1.3.2 Js2Py==0.74 -jsonschema==4.20.0 jsonpickle==3.0.2 +jsonschema==4.20.0 jsonschema-specifications==2023.11.2 mmh3==4.0.1 mock==5.1.0 @@ -94,15 +95,15 @@ numpy==1.24.4 oauth2client==4.1.3 objsize==0.6.1 orjson==3.9.10 -overrides==6.5.0 +overrides==7.4.0 packaging==23.2 pandas==1.5.3 parameterized==0.9.0 pluggy==1.3.0 -proto-plus==1.22.3 +proto-plus==1.23.0 protobuf==4.25.1 psycopg2-binary==2.9.9 -pyarrow==14.0.1 +pyarrow==14.0.2 pyarrow-hotfix==0.6 pyasn1==0.5.1 pyasn1-modules==0.3.0 @@ -121,11 +122,11 @@ python-dateutil==2.8.2 python-snappy==0.6.1 pytz==2023.3.post1 PyYAML==6.0.1 -referencing==0.31.1 +referencing==0.32.0 regex==2023.10.3 requests==2.31.0 requests-mock==1.11.0 -rpds-py==0.13.2 +rpds-py==0.15.2 rsa==4.9 scikit-learn==1.3.2 scipy==1.11.4 @@ -140,11 +141,10 @@ testcontainers==3.7.1 threadpoolctl==3.2.0 tomli==2.0.1 tqdm==4.66.1 -typing_extensions==4.8.0 +typing_extensions==4.9.0 tzlocal==5.2 uritemplate==4.1.1 urllib3==2.1.0 -websocket-client==1.7.0 wrapt==1.16.0 zipp==3.17.0 zstandard==0.22.0