Skip to content

Commit 2851d70

Browse files
committed
container: update python docker requirements
1 parent a2eef41 commit 2851d70

11 files changed

Lines changed: 214 additions & 198 deletions

sdks/python/container/ml/py310/base_image_requirements.txt

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ certifi==2026.1.4
4343
cffi==2.0.0
4444
charset-normalizer==3.4.4
4545
click==8.3.1
46-
cloud-sql-python-connector==1.19.0
46+
cloud-sql-python-connector==1.20.0
4747
crcmod==1.7
4848
cryptography==46.0.3
4949
Cython==3.2.4
@@ -65,7 +65,7 @@ fsspec==2026.1.0
6565
future==1.0.0
6666
gast==0.7.0
6767
google-api-core==2.29.0
68-
google-api-python-client==2.187.0
68+
google-api-python-client==2.188.0
6969
google-apitools==0.5.31
7070
google-auth==2.47.0
7171
google-auth-httplib2==0.2.1
@@ -75,22 +75,22 @@ google-cloud-bigquery-storage==2.36.0
7575
google-cloud-bigtable==2.35.0
7676
google-cloud-core==2.5.0
7777
google-cloud-datastore==2.23.0
78-
google-cloud-dlp==3.33.0
79-
google-cloud-kms==3.7.0
80-
google-cloud-language==2.18.0
81-
google-cloud-monitoring==2.28.0
78+
google-cloud-dlp==3.34.0
79+
google-cloud-kms==3.9.0
80+
google-cloud-language==2.19.0
81+
google-cloud-monitoring==2.29.0
8282
google-cloud-profiler==4.1.0
8383
google-cloud-pubsub==2.34.0
8484
google-cloud-pubsublite==1.13.0
8585
google-cloud-recommendations-ai==0.10.18
86-
google-cloud-resource-manager==1.15.0
86+
google-cloud-resource-manager==1.16.0
8787
google-cloud-secret-manager==2.26.0
88-
google-cloud-spanner==3.61.0
88+
google-cloud-spanner==3.62.0
8989
google-cloud-storage==2.19.0
90-
google-cloud-videointelligence==2.17.0
91-
google-cloud-vision==3.11.0
90+
google-cloud-videointelligence==2.18.0
91+
google-cloud-vision==3.12.0
9292
google-crc32c==1.8.0
93-
google-genai==1.57.0
93+
google-genai==1.59.0
9494
google-pasta==0.2.0
9595
google-resumable-media==2.8.0
9696
googleapis-common-protos==1.72.0
@@ -107,7 +107,7 @@ h5py==3.15.1
107107
hf-xet==1.2.0
108108
hpack==4.1.0
109109
httpcore==1.0.9
110-
httplib2==0.22.0
110+
httplib2==0.31.1
111111
httpx==0.28.1
112112
huggingface-hub==0.36.0
113113
hyperframe==6.1.0
@@ -116,16 +116,17 @@ idna==3.11
116116
importlib_metadata==8.7.1
117117
iniconfig==2.3.0
118118
jaraco.classes==3.4.0
119-
jaraco.context==6.0.2
119+
jaraco.context==6.1.0
120120
jaraco.functools==4.4.0
121121
jeepney==0.9.0
122122
Jinja2==3.1.6
123+
jiter==0.12.0
123124
joblib==1.5.3
124125
Js2Py==0.74
125126
jsonpickle==3.4.2
126127
jsonschema==4.26.0
127128
jsonschema-specifications==2025.9.1
128-
keras==3.13.1
129+
keras==3.12.0
129130
keyring==25.7.0
130131
keyrings.google-artifactregistry-auth==1.1.2
131132
libclang==18.1.1
@@ -146,6 +147,7 @@ nltk==3.9.2
146147
numpy==2.2.6
147148
oauth2client==4.1.3
148149
objsize==0.7.1
150+
openai==1.109.1
149151
opentelemetry-api==1.39.1
150152
opentelemetry-resourcedetector-gcp==1.11.0a0
151153
opentelemetry-sdk==1.39.1
@@ -168,7 +170,7 @@ protobuf==5.29.5
168170
psycopg2-binary==2.9.11
169171
pyarrow==18.1.0
170172
pyarrow-hotfix==0.7
171-
pyasn1==0.6.1
173+
pyasn1==0.6.2
172174
pyasn1_modules==0.4.2
173175
pycparser==2.23
174176
pydantic==2.12.5
@@ -190,7 +192,7 @@ python-tds==1.17.1
190192
pytz==2025.2
191193
PyYAML==6.0.3
192194
referencing==0.37.0
193-
regex==2025.11.3
195+
regex==2026.1.15
194196
requests==2.32.5
195197
requests-mock==1.12.1
196198
rich==14.2.0
@@ -205,7 +207,7 @@ setuptools==80.9.0
205207
six==1.17.0
206208
sniffio==1.3.1
207209
sortedcontainers==2.4.0
208-
soupsieve==2.8.1
210+
soupsieve==2.8.2
209211
SQLAlchemy==2.0.45
210212
sqlalchemy_pytds==1.0.2
211213
sqlparse==0.5.5
@@ -219,7 +221,7 @@ termcolor==3.3.0
219221
testcontainers==4.14.0
220222
threadpoolctl==3.6.0
221223
tokenizers==0.21.4
222-
tomli==2.3.0
224+
tomli==2.4.0
223225
torch==2.8.0+cpu
224226
tqdm==4.67.1
225227
transformers==4.55.4

sdks/python/container/ml/py310/gpu_image_requirements.txt

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ certifi==2026.1.4
4747
cffi==2.0.0
4848
charset-normalizer==3.4.4
4949
click==8.3.1
50-
cloud-sql-python-connector==1.19.0
50+
cloud-sql-python-connector==1.20.0
5151
cloudpickle==3.1.2
5252
compressed-tensors==0.10.2
5353
crcmod==1.7
@@ -68,7 +68,7 @@ exceptiongroup==1.3.1
6868
execnet==2.1.2
6969
fastapi==0.128.0
7070
fastapi-cli==0.0.20
71-
fastapi-cloud-cli==0.9.0
71+
fastapi-cloud-cli==0.11.0
7272
fastar==0.8.0
7373
fastavro==1.12.1
7474
fasteners==0.20
@@ -82,7 +82,7 @@ future==1.0.0
8282
gast==0.7.0
8383
gguf==0.17.1
8484
google-api-core==2.29.0
85-
google-api-python-client==2.187.0
85+
google-api-python-client==2.188.0
8686
google-apitools==0.5.31
8787
google-auth==2.47.0
8888
google-auth-httplib2==0.2.1
@@ -92,22 +92,22 @@ google-cloud-bigquery-storage==2.36.0
9292
google-cloud-bigtable==2.35.0
9393
google-cloud-core==2.5.0
9494
google-cloud-datastore==2.23.0
95-
google-cloud-dlp==3.33.0
96-
google-cloud-kms==3.7.0
97-
google-cloud-language==2.18.0
98-
google-cloud-monitoring==2.28.0
95+
google-cloud-dlp==3.34.0
96+
google-cloud-kms==3.9.0
97+
google-cloud-language==2.19.0
98+
google-cloud-monitoring==2.29.0
9999
google-cloud-profiler==4.1.0
100100
google-cloud-pubsub==2.34.0
101101
google-cloud-pubsublite==1.13.0
102102
google-cloud-recommendations-ai==0.10.18
103-
google-cloud-resource-manager==1.15.0
103+
google-cloud-resource-manager==1.16.0
104104
google-cloud-secret-manager==2.26.0
105-
google-cloud-spanner==3.61.0
105+
google-cloud-spanner==3.62.0
106106
google-cloud-storage==2.19.0
107-
google-cloud-videointelligence==2.17.0
108-
google-cloud-vision==3.11.0
107+
google-cloud-videointelligence==2.18.0
108+
google-cloud-vision==3.12.0
109109
google-crc32c==1.8.0
110-
google-genai==1.57.0
110+
google-genai==1.59.0
111111
google-pasta==0.2.0
112112
google-resumable-media==2.8.0
113113
googleapis-common-protos==1.72.0
@@ -124,7 +124,7 @@ h5py==3.15.1
124124
hf-xet==1.2.0
125125
hpack==4.1.0
126126
httpcore==1.0.9
127-
httplib2==0.22.0
127+
httplib2==0.31.1
128128
httptools==0.7.1
129129
httpx==0.28.1
130130
huggingface-hub==0.36.0
@@ -135,7 +135,7 @@ importlib_metadata==8.7.1
135135
iniconfig==2.3.0
136136
interegular==0.3.3
137137
jaraco.classes==3.4.0
138-
jaraco.context==6.0.2
138+
jaraco.context==6.1.0
139139
jaraco.functools==4.4.0
140140
jeepney==0.9.0
141141
Jinja2==3.1.6
@@ -144,7 +144,7 @@ joblib==1.5.3
144144
jsonpickle==3.4.2
145145
jsonschema==4.26.0
146146
jsonschema-specifications==2025.9.1
147-
keras==3.13.1
147+
keras==3.12.0
148148
keyring==25.7.0
149149
keyrings.google-artifactregistry-auth==1.1.2
150150
lark==1.2.2
@@ -189,9 +189,9 @@ nvidia-nvshmem-cu12==3.3.20
189189
nvidia-nvtx-cu12==12.6.77
190190
oauth2client==4.1.3
191191
objsize==0.7.1
192-
openai==1.107.1
192+
openai==1.109.1
193193
openai-harmony==0.0.8
194-
opencv-python-headless==4.12.0.88
194+
opencv-python-headless==4.13.0.90
195195
opentelemetry-api==1.39.1
196196
opentelemetry-resourcedetector-gcp==1.11.0a0
197197
opentelemetry-sdk==1.39.1
@@ -211,7 +211,7 @@ pillow==12.1.0
211211
pip==25.3
212212
pluggy==1.6.0
213213
prometheus-fastapi-instrumentator==7.1.0
214-
prometheus_client==0.23.1
214+
prometheus_client==0.24.1
215215
propcache==0.4.1
216216
proto-plus==1.27.0
217217
protobuf==5.29.5
@@ -220,7 +220,7 @@ psycopg2-binary==2.9.11
220220
py-cpuinfo==9.0.0
221221
pyarrow==18.1.0
222222
pyarrow-hotfix==0.7
223-
pyasn1==0.6.1
223+
pyasn1==0.6.2
224224
pyasn1_modules==0.4.2
225225
pybase64==1.4.3
226226
pycountry==24.6.1
@@ -249,7 +249,7 @@ PyYAML==6.0.3
249249
pyzmq==27.1.0
250250
ray==2.53.0
251251
referencing==0.37.0
252-
regex==2025.11.3
252+
regex==2026.1.15
253253
requests==2.32.5
254254
requests-mock==1.12.1
255255
rich==14.2.0
@@ -271,7 +271,7 @@ six==1.17.0
271271
sniffio==1.3.1
272272
sortedcontainers==2.4.0
273273
soundfile==0.13.1
274-
soupsieve==2.8.1
274+
soupsieve==2.8.2
275275
soxr==1.0.0
276276
SQLAlchemy==2.0.45
277277
sqlalchemy_pytds==1.0.2
@@ -288,7 +288,7 @@ testcontainers==4.14.0
288288
threadpoolctl==3.6.0
289289
tiktoken==0.12.0
290290
tokenizers==0.21.4
291-
tomli==2.3.0
291+
tomli==2.4.0
292292
torch==2.7.1
293293
torchaudio==2.7.1
294294
torchvision==0.22.1

sdks/python/container/ml/py311/base_image_requirements.txt

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ certifi==2026.1.4
4242
cffi==2.0.0
4343
charset-normalizer==3.4.4
4444
click==8.3.1
45-
cloud-sql-python-connector==1.19.0
45+
cloud-sql-python-connector==1.20.0
4646
crcmod==1.7
4747
cryptography==46.0.3
4848
Cython==3.2.4
@@ -63,7 +63,7 @@ fsspec==2026.1.0
6363
future==1.0.0
6464
gast==0.7.0
6565
google-api-core==2.29.0
66-
google-api-python-client==2.187.0
66+
google-api-python-client==2.188.0
6767
google-apitools==0.5.31
6868
google-auth==2.47.0
6969
google-auth-httplib2==0.2.1
@@ -73,22 +73,22 @@ google-cloud-bigquery-storage==2.36.0
7373
google-cloud-bigtable==2.35.0
7474
google-cloud-core==2.5.0
7575
google-cloud-datastore==2.23.0
76-
google-cloud-dlp==3.33.0
77-
google-cloud-kms==3.7.0
78-
google-cloud-language==2.18.0
79-
google-cloud-monitoring==2.28.0
76+
google-cloud-dlp==3.34.0
77+
google-cloud-kms==3.9.0
78+
google-cloud-language==2.19.0
79+
google-cloud-monitoring==2.29.0
8080
google-cloud-profiler==4.1.0
8181
google-cloud-pubsub==2.34.0
8282
google-cloud-pubsublite==1.13.0
8383
google-cloud-recommendations-ai==0.10.18
84-
google-cloud-resource-manager==1.15.0
84+
google-cloud-resource-manager==1.16.0
8585
google-cloud-secret-manager==2.26.0
86-
google-cloud-spanner==3.61.0
86+
google-cloud-spanner==3.62.0
8787
google-cloud-storage==2.19.0
88-
google-cloud-videointelligence==2.17.0
89-
google-cloud-vision==3.11.0
88+
google-cloud-videointelligence==2.18.0
89+
google-cloud-vision==3.12.0
9090
google-crc32c==1.8.0
91-
google-genai==1.57.0
91+
google-genai==1.59.0
9292
google-pasta==0.2.0
9393
google-resumable-media==2.8.0
9494
googleapis-common-protos==1.72.0
@@ -105,7 +105,7 @@ h5py==3.15.1
105105
hf-xet==1.2.0
106106
hpack==4.1.0
107107
httpcore==1.0.9
108-
httplib2==0.22.0
108+
httplib2==0.31.1
109109
httpx==0.28.1
110110
huggingface-hub==0.36.0
111111
hyperframe==6.1.0
@@ -114,16 +114,17 @@ idna==3.11
114114
importlib_metadata==8.7.1
115115
iniconfig==2.3.0
116116
jaraco.classes==3.4.0
117-
jaraco.context==6.0.2
117+
jaraco.context==6.1.0
118118
jaraco.functools==4.4.0
119119
jeepney==0.9.0
120120
Jinja2==3.1.6
121+
jiter==0.12.0
121122
joblib==1.5.3
122123
Js2Py==0.74
123124
jsonpickle==3.4.2
124125
jsonschema==4.26.0
125126
jsonschema-specifications==2025.9.1
126-
keras==3.13.0
127+
keras==3.13.1
127128
keyring==25.7.0
128129
keyrings.google-artifactregistry-auth==1.1.2
129130
libclang==18.1.1
@@ -144,6 +145,7 @@ nltk==3.9.2
144145
numpy==2.4.1
145146
oauth2client==4.1.3
146147
objsize==0.7.1
148+
openai==1.109.1
147149
opentelemetry-api==1.39.1
148150
opentelemetry-resourcedetector-gcp==1.11.0a0
149151
opentelemetry-sdk==1.39.1
@@ -166,7 +168,7 @@ protobuf==5.29.5
166168
psycopg2-binary==2.9.11
167169
pyarrow==18.1.0
168170
pyarrow-hotfix==0.7
169-
pyasn1==0.6.1
171+
pyasn1==0.6.2
170172
pyasn1_modules==0.4.2
171173
pycparser==2.23
172174
pydantic==2.12.5
@@ -188,7 +190,7 @@ python-tds==1.17.1
188190
pytz==2025.2
189191
PyYAML==6.0.3
190192
referencing==0.37.0
191-
regex==2025.11.3
193+
regex==2026.1.15
192194
requests==2.32.5
193195
requests-mock==1.12.1
194196
rich==14.2.0
@@ -203,7 +205,7 @@ setuptools==80.9.0
203205
six==1.17.0
204206
sniffio==1.3.1
205207
sortedcontainers==2.4.0
206-
soupsieve==2.8.1
208+
soupsieve==2.8.2
207209
SQLAlchemy==2.0.45
208210
sqlalchemy_pytds==1.0.2
209211
sqlparse==0.5.5

0 commit comments

Comments
 (0)