Skip to content

Commit 13a4635

Browse files
github-actions[bot]jrmccluskey
andauthored
Update Python Dependencies (#38775)
Co-authored-by: jrmccluskey <actions@main-runner-2404-9kmqn-p78jj.local>
1 parent ef3d8cc commit 13a4635

12 files changed

Lines changed: 242 additions & 209 deletions

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

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
absl-py==2.4.0
2525
aiofiles==25.1.0
2626
aiohappyeyeballs==2.6.2
27-
aiohttp==3.13.5
27+
aiohttp==3.14.0
2828
aiosignal==1.4.0
2929
annotated-types==0.7.0
3030
anyio==4.13.0
@@ -43,10 +43,10 @@ certifi==2026.5.20
4343
cffi==2.0.0
4444
charset-normalizer==3.4.7
4545
click==8.4.1
46-
cloud-sql-python-connector==1.20.2
46+
cloud-sql-python-connector==1.20.3
4747
crcmod==1.7
4848
cryptography==47.0.0
49-
Cython==3.2.4
49+
Cython==3.2.5
5050
dill==0.3.1.1
5151
distro==1.9.0
5252
dnspython==2.8.0
@@ -65,16 +65,17 @@ fsspec==2026.4.0
6565
future==1.0.0
6666
gast==0.7.0
6767
google-api-core==2.30.3
68-
google-api-python-client==2.196.0
68+
google-api-python-client==2.197.0
6969
google-apitools==0.5.31
7070
google-auth==2.53.0
7171
google-auth-httplib2==0.2.1
72-
google-cloud-aiplatform==1.153.1
72+
google-cloud-aiplatform==1.154.0
7373
google-cloud-bigquery==3.41.0
7474
google-cloud-bigquery-storage==2.38.0
7575
google-cloud-bigtable==2.38.0
7676
google-cloud-build==3.36.0
7777
google-cloud-core==2.6.0
78+
google-cloud-dataflow-client==0.13.0
7879
google-cloud-datastore==2.24.0
7980
google-cloud-dlp==3.36.0
8081
google-cloud-kms==3.13.0
@@ -90,15 +91,15 @@ google-cloud-storage==3.10.1
9091
google-cloud-videointelligence==2.19.0
9192
google-cloud-vision==3.14.0
9293
google-crc32c==1.8.0
93-
google-genai==2.6.0
94+
google-genai==2.7.0
9495
google-pasta==0.2.0
9596
google-resumable-media==2.9.0
9697
googleapis-common-protos==1.75.0
9798
greenlet==3.5.1
9899
grpc-google-iam-v1==0.14.4
99100
grpc-interceptor==0.15.4
100-
grpcio==1.80.0
101-
grpcio-status==1.80.0
101+
grpcio==1.81.0
102+
grpcio-status==1.81.0
102103
grpclib==0.4.9
103104
guppy3==3.1.7
104105
h11==0.16.0
@@ -112,7 +113,7 @@ httpx==0.28.1
112113
huggingface_hub==0.36.2
113114
hyperframe==6.1.0
114115
hypothesis==6.148.3
115-
idna==3.16
116+
idna==3.18
116117
importlib_metadata==9.0.0
117118
iniconfig==2.3.0
118119
jaraco.classes==3.4.0
@@ -121,7 +122,6 @@ jaraco.functools==4.5.0
121122
jeepney==0.9.0
122123
Jinja2==3.1.6
123124
joblib==1.5.3
124-
Js2Py==0.74
125125
jsonpickle==3.4.2
126126
jsonschema==4.26.0
127127
jsonschema-specifications==2025.9.1
@@ -157,8 +157,9 @@ pandas==2.2.3
157157
parameterized==0.9.0
158158
pg8000==1.31.5
159159
pillow==12.2.0
160-
pip==26.1.1
160+
pip==26.1.2
161161
pluggy==1.6.0
162+
portalocker==3.2.0
162163
propcache==0.5.2
163164
proto-plus==1.28.0
164165
protobuf==6.33.6
@@ -173,7 +174,6 @@ pydantic_core==2.46.4
173174
pydot==1.4.2
174175
Pygments==2.20.0
175176
PyHamcrest==2.1.0
176-
pyjsparser==2.7.1
177177
pymongo==4.17.0
178178
PyMySQL==1.2.0
179179
pyparsing==3.3.2
@@ -186,6 +186,8 @@ python-dotenv==1.2.2
186186
python-tds==1.17.1
187187
pytz==2026.2
188188
PyYAML==6.0.3
189+
qdrant-client==1.18.0
190+
quickjs-ng==0.15.0.1
189191
referencing==0.37.0
190192
regex==2026.5.9
191193
requests==2.34.2
@@ -202,8 +204,8 @@ setuptools==82.0.1
202204
six==1.17.0
203205
sniffio==1.3.1
204206
sortedcontainers==2.4.0
205-
soupsieve==2.8.3
206-
SQLAlchemy==2.0.49
207+
soupsieve==2.8.4
208+
SQLAlchemy==2.0.50
207209
sqlalchemy_pytds==1.0.2
208210
sqlparse==0.5.5
209211
sympy==1.14.0
@@ -221,7 +223,6 @@ transformers==4.55.4
221223
typing-inspection==0.4.2
222224
typing_extensions==4.15.0
223225
tzdata==2026.2
224-
tzlocal==5.3.1
225226
uritemplate==4.2.0
226227
urllib3==2.7.0
227228
virtualenv-clone==0.5.7

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

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
absl-py==2.4.0
2525
aiofiles==25.1.0
2626
aiohappyeyeballs==2.6.2
27-
aiohttp==3.13.5
27+
aiohttp==3.14.0
2828
aiosignal==1.4.0
2929
annotated-doc==0.0.4
3030
annotated-types==0.7.0
@@ -47,16 +47,16 @@ certifi==2026.5.20
4747
cffi==2.0.0
4848
charset-normalizer==3.4.7
4949
click==8.4.1
50-
cloud-sql-python-connector==1.20.2
50+
cloud-sql-python-connector==1.20.3
5151
cloudpickle==3.1.2
5252
compressed-tensors==0.10.2
5353
crcmod==1.7
5454
cryptography==47.0.0
55-
cuda-bindings==13.2.0
56-
cuda-pathfinder==1.5.4
55+
cuda-bindings==13.3.1
56+
cuda-pathfinder==1.5.5
5757
cuda-toolkit==13.0.2
58-
cupy-cuda12x==14.0.1
59-
Cython==3.2.4
58+
cupy-cuda12x==14.1.1
59+
Cython==3.2.5
6060
depyf==0.19.0
6161
detect-installer==0.1.0
6262
dill==0.3.1.1
@@ -70,9 +70,9 @@ email-validator==2.3.0
7070
envoy-data-plane==0.2.6
7171
exceptiongroup==1.3.1
7272
execnet==2.1.2
73-
fastapi==0.136.1
73+
fastapi==0.136.3
7474
fastapi-cli==0.0.24
75-
fastapi-cloud-cli==0.18.0
75+
fastapi-cloud-cli==0.19.0
7676
fastar==0.11.0
7777
fastavro==1.12.2
7878
fasteners==0.20
@@ -85,16 +85,17 @@ future==1.0.0
8585
gast==0.7.0
8686
gguf==0.19.0
8787
google-api-core==2.30.3
88-
google-api-python-client==2.196.0
88+
google-api-python-client==2.197.0
8989
google-apitools==0.5.31
9090
google-auth==2.53.0
9191
google-auth-httplib2==0.2.1
92-
google-cloud-aiplatform==1.153.1
92+
google-cloud-aiplatform==1.154.0
9393
google-cloud-bigquery==3.41.0
9494
google-cloud-bigquery-storage==2.38.0
9595
google-cloud-bigtable==2.38.0
9696
google-cloud-build==3.36.0
9797
google-cloud-core==2.6.0
98+
google-cloud-dataflow-client==0.13.0
9899
google-cloud-datastore==2.24.0
99100
google-cloud-dlp==3.36.0
100101
google-cloud-kms==3.13.0
@@ -110,15 +111,15 @@ google-cloud-storage==3.10.1
110111
google-cloud-videointelligence==2.19.0
111112
google-cloud-vision==3.14.0
112113
google-crc32c==1.8.0
113-
google-genai==2.6.0
114+
google-genai==2.7.0
114115
google-pasta==0.2.0
115116
google-resumable-media==2.9.0
116117
googleapis-common-protos==1.75.0
117118
greenlet==3.5.1
118119
grpc-google-iam-v1==0.14.4
119120
grpc-interceptor==0.15.4
120-
grpcio==1.80.0
121-
grpcio-status==1.80.0
121+
grpcio==1.81.0
122+
grpcio-status==1.81.0
122123
grpclib==0.4.9
123124
guppy3==3.1.7
124125
h11==0.16.0
@@ -128,12 +129,12 @@ hf-xet==1.5.0
128129
hpack==4.1.0
129130
httpcore==1.0.9
130131
httplib2==0.31.2
131-
httptools==0.7.1
132+
httptools==0.8.0
132133
httpx==0.28.1
133134
huggingface_hub==0.36.2
134135
hyperframe==6.1.0
135136
hypothesis==6.148.3
136-
idna==3.16
137+
idna==3.18
137138
importlib_metadata==9.0.0
138139
iniconfig==2.3.0
139140
interegular==0.3.3
@@ -223,9 +224,10 @@ parameterized==0.9.0
223224
partial-json-parser==0.2.1.1.post7
224225
pg8000==1.31.5
225226
pillow==12.2.0
226-
pip==26.1.1
227+
pip==26.1.2
227228
pluggy==1.6.0
228-
prometheus-fastapi-instrumentator==7.1.0
229+
portalocker==3.2.0
230+
prometheus-fastapi-instrumentator==8.0.0
229231
prometheus_client==0.25.0
230232
propcache==0.5.2
231233
proto-plus==1.28.0
@@ -257,11 +259,12 @@ pytest-xdist==3.8.0
257259
python-dateutil==2.9.0.post0
258260
python-dotenv==1.2.2
259261
python-json-logger==4.1.0
260-
python-multipart==0.0.29
262+
python-multipart==0.0.30
261263
python-tds==1.17.1
262264
pytz==2026.2
263265
PyYAML==6.0.3
264266
pyzmq==27.1.0
267+
qdrant-client==1.18.0
265268
ray==2.55.1
266269
referencing==0.37.0
267270
regex==2026.5.9
@@ -278,20 +281,20 @@ scipy==1.15.3
278281
scramp==1.4.8
279282
SecretStorage==3.5.0
280283
sentencepiece==0.2.1
281-
sentry-sdk==2.60.0
284+
sentry-sdk==2.61.1
282285
setproctitle==1.3.7
283286
setuptools==81.0.0
284287
shellingham==1.5.4
285288
six==1.17.0
286289
sniffio==1.3.1
287290
sortedcontainers==2.4.0
288291
soundfile==0.13.1
289-
soupsieve==2.8.3
292+
soupsieve==2.8.4
290293
soxr==1.1.0
291-
SQLAlchemy==2.0.49
294+
SQLAlchemy==2.0.50
292295
sqlalchemy_pytds==1.0.2
293296
sqlparse==0.5.5
294-
starlette==0.52.1
297+
starlette==1.2.1
295298
sympy==1.14.0
296299
tenacity==9.1.4
297300
tensorboard==2.20.0
@@ -310,13 +313,13 @@ torchvision==0.22.1
310313
tqdm==4.67.3
311314
transformers==4.55.4
312315
triton==3.3.1
313-
typer==0.25.1
316+
typer==0.26.6
314317
typing-inspection==0.4.2
315318
typing_extensions==4.15.0
316319
tzdata==2026.2
317320
uritemplate==4.2.0
318321
urllib3==2.7.0
319-
uvicorn==0.47.0
322+
uvicorn==0.48.0
320323
uvloop==0.22.1
321324
virtualenv-clone==0.5.7
322325
vllm==0.10.1.1

0 commit comments

Comments
 (0)