Skip to content

Commit d10374b

Browse files
authored
add py313 dep (#37799)
1 parent 6c42cc1 commit d10374b

12 files changed

Lines changed: 319 additions & 303 deletions

sdks/python/container/base_image_requirements_manual.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ future
3333
# google-cloud-profiler is not compatible with python 3.13 (and is not
3434
# explicitly compatible with python 3.12)
3535
google-cloud-profiler;python_version<="3.12"
36+
# Without google-cloud-profiler at python 3.13+, we need to manually add its
37+
# transitive dependency google-api-python-client as it is required by internal
38+
# tests
39+
google-api-python-client;python_version<="3.13"
3640
guppy3
3741
mmh3 # Optimizes execution of some Beam codepaths. TODO: Make it Beam's dependency.
3842
nltk # Commonly used for natural language processing.

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

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ betterproto==2.0.0b7
3939
bs4==0.0.2
4040
build==1.4.0
4141
cachetools==6.2.6
42-
certifi==2026.1.4
42+
certifi==2026.2.25
4343
cffi==2.0.0
44-
charset-normalizer==3.4.4
44+
charset-normalizer==3.4.5
4545
click==8.3.1
4646
cloud-sql-python-connector==1.20.0
4747
crcmod==1.7
@@ -57,19 +57,19 @@ exceptiongroup==1.3.1
5757
execnet==2.1.2
5858
fastavro==1.12.1
5959
fasteners==0.20
60-
filelock==3.24.3
60+
filelock==3.25.0
6161
flatbuffers==25.12.19
6262
freezegun==1.5.5
6363
frozenlist==1.8.0
6464
fsspec==2026.2.0
6565
future==1.0.0
6666
gast==0.7.0
6767
google-api-core==2.30.0
68-
google-api-python-client==2.190.0
68+
google-api-python-client==2.192.0
6969
google-apitools==0.5.31
70-
google-auth==2.49.0.dev0
70+
google-auth==2.49.0
7171
google-auth-httplib2==0.2.1
72-
google-cloud-aiplatform==1.138.0
72+
google-cloud-aiplatform==1.140.0
7373
google-cloud-bigquery==3.40.1
7474
google-cloud-bigquery-storage==2.36.2
7575
google-cloud-bigtable==2.35.0
@@ -90,10 +90,10 @@ google-cloud-storage==2.19.0
9090
google-cloud-videointelligence==2.18.0
9191
google-cloud-vision==3.12.1
9292
google-crc32c==1.8.0
93-
google-genai==1.64.0
93+
google-genai==1.66.0
9494
google-pasta==0.2.0
9595
google-resumable-media==2.8.0
96-
googleapis-common-protos==1.72.0
96+
googleapis-common-protos==1.73.0
9797
greenlet==3.3.2
9898
grpc-google-iam-v1==0.14.3
9999
grpc-interceptor==0.15.4
@@ -103,8 +103,8 @@ grpclib==0.4.9
103103
guppy3==3.1.6
104104
h11==0.16.0
105105
h2==4.3.0
106-
h5py==3.15.1
107-
hf-xet==1.2.0
106+
h5py==3.16.0
107+
hf-xet==1.3.2
108108
hpack==4.1.0
109109
httpcore==1.0.9
110110
httplib2==0.31.2
@@ -116,11 +116,12 @@ idna==3.11
116116
importlib_metadata==8.7.1
117117
iniconfig==2.3.0
118118
jaraco.classes==3.4.0
119-
jaraco.context==6.1.0
119+
jaraco.context==6.1.1
120120
jaraco.functools==4.4.0
121121
jeepney==0.9.0
122122
Jinja2==3.1.6
123123
joblib==1.5.3
124+
Js2Py==0.74
124125
jsonpickle==3.4.2
125126
jsonschema==4.26.0
126127
jsonschema-specifications==2025.9.1
@@ -133,23 +134,23 @@ markdown-it-py==4.0.0
133134
MarkupSafe==3.0.3
134135
mdurl==0.1.2
135136
ml_dtypes==0.5.4
136-
mmh3==5.2.0
137+
mmh3==5.2.1
137138
mock==5.2.0
138139
more-itertools==10.8.0
139140
mpmath==1.3.0
140141
multidict==6.7.1
141142
namex==0.1.0
142143
networkx==3.4.2
143-
nltk==3.9.2
144+
nltk==3.9.3
144145
numpy==2.2.6
145146
oauth2client==4.1.3
146147
objsize==0.7.1
147-
opentelemetry-api==1.39.1
148+
opentelemetry-api==1.40.0
148149
opentelemetry-resourcedetector-gcp==1.11.0a0
149-
opentelemetry-sdk==1.39.1
150-
opentelemetry-semantic-conventions==0.60b1
150+
opentelemetry-sdk==1.40.0
151+
opentelemetry-semantic-conventions==0.61b0
151152
opt_einsum==3.4.0
152-
optree==0.18.0
153+
optree==0.19.0
153154
oracledb==3.4.2
154155
orjson==3.11.7
155156
packaging==26.0
@@ -172,6 +173,7 @@ pydantic==2.12.5
172173
pydantic_core==2.41.5
173174
Pygments==2.19.2
174175
PyHamcrest==2.1.0
176+
pyjsparser==2.7.1
175177
pymongo==4.16.0
176178
PyMySQL==1.1.2
177179
pyparsing==3.3.2
@@ -180,12 +182,12 @@ pytest==8.4.2
180182
pytest-timeout==2.4.0
181183
pytest-xdist==3.8.0
182184
python-dateutil==2.9.0.post0
183-
python-dotenv==1.2.1
185+
python-dotenv==1.2.2
184186
python-tds==1.17.1
185-
pytz==2025.2
187+
pytz==2026.1.post1
186188
PyYAML==6.0.3
187189
referencing==0.37.0
188-
regex==2026.2.19
190+
regex==2026.2.28
189191
requests==2.32.5
190192
requests-mock==1.12.1
191193
rich==14.3.3
@@ -196,12 +198,12 @@ scikit-learn==1.7.2
196198
scipy==1.15.3
197199
scramp==1.4.8
198200
SecretStorage==3.5.0
199-
setuptools==82.0.0
201+
setuptools==82.0.1
200202
six==1.17.0
201203
sniffio==1.3.1
202204
sortedcontainers==2.4.0
203205
soupsieve==2.8.3
204-
SQLAlchemy==2.0.46
206+
SQLAlchemy==2.0.48
205207
sqlalchemy_pytds==1.0.2
206208
sqlparse==0.5.5
207209
sympy==1.14.0
@@ -221,13 +223,14 @@ transformers==4.55.4
221223
typing-inspection==0.4.2
222224
typing_extensions==4.15.0
223225
tzdata==2025.3
226+
tzlocal==5.3.1
224227
uritemplate==4.2.0
225228
urllib3==2.6.3
226229
virtualenv-clone==0.5.7
227-
websockets==15.0.1
230+
websockets==16.0
228231
Werkzeug==3.1.6
229232
wheel==0.46.3
230-
wrapt==2.1.1
231-
yarl==1.22.0
233+
wrapt==2.1.2
234+
yarl==1.23.0
232235
zipp==3.23.0
233236
zstandard==0.25.0

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

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ bs4==0.0.2
4343
build==1.4.0
4444
cachetools==6.2.6
4545
cbor2==5.8.0
46-
certifi==2026.1.4
46+
certifi==2026.2.25
4747
cffi==2.0.0
48-
charset-normalizer==3.4.4
48+
charset-normalizer==3.4.5
4949
click==8.3.1
5050
cloud-sql-python-connector==1.20.0
5151
cloudpickle==3.1.2
5252
compressed-tensors==0.10.2
5353
crcmod==1.7
5454
cryptography==46.0.5
5555
cuda-bindings==12.9.4
56-
cuda-pathfinder==1.3.4
56+
cuda-pathfinder==1.4.1
5757
cupy-cuda12x==14.0.1
5858
Cython==3.2.4
5959
depyf==0.19.0
@@ -68,26 +68,26 @@ email-validator==2.3.0
6868
envoy-data-plane==0.2.6
6969
exceptiongroup==1.3.1
7070
execnet==2.1.2
71-
fastapi==0.129.2
72-
fastapi-cli==0.0.23
73-
fastapi-cloud-cli==0.13.0
71+
fastapi==0.135.1
72+
fastapi-cli==0.0.24
73+
fastapi-cloud-cli==0.14.1
7474
fastar==0.8.0
7575
fastavro==1.12.1
7676
fasteners==0.20
77-
filelock==3.24.3
77+
filelock==3.25.0
7878
flatbuffers==25.12.19
7979
freezegun==1.5.5
8080
frozenlist==1.8.0
8181
fsspec==2026.2.0
8282
future==1.0.0
8383
gast==0.7.0
84-
gguf==0.17.1
84+
gguf==0.18.0
8585
google-api-core==2.30.0
86-
google-api-python-client==2.190.0
86+
google-api-python-client==2.192.0
8787
google-apitools==0.5.31
88-
google-auth==2.49.0.dev0
88+
google-auth==2.49.0
8989
google-auth-httplib2==0.2.1
90-
google-cloud-aiplatform==1.138.0
90+
google-cloud-aiplatform==1.140.0
9191
google-cloud-bigquery==3.40.1
9292
google-cloud-bigquery-storage==2.36.2
9393
google-cloud-bigtable==2.35.0
@@ -108,10 +108,10 @@ google-cloud-storage==2.19.0
108108
google-cloud-videointelligence==2.18.0
109109
google-cloud-vision==3.12.1
110110
google-crc32c==1.8.0
111-
google-genai==1.64.0
111+
google-genai==1.66.0
112112
google-pasta==0.2.0
113113
google-resumable-media==2.8.0
114-
googleapis-common-protos==1.72.0
114+
googleapis-common-protos==1.73.0
115115
greenlet==3.3.2
116116
grpc-google-iam-v1==0.14.3
117117
grpc-interceptor==0.15.4
@@ -121,8 +121,8 @@ grpclib==0.4.9
121121
guppy3==3.1.6
122122
h11==0.16.0
123123
h2==4.3.0
124-
h5py==3.15.1
125-
hf-xet==1.2.0
124+
h5py==3.16.0
125+
hf-xet==1.3.2
126126
hpack==4.1.0
127127
httpcore==1.0.9
128128
httplib2==0.31.2
@@ -136,7 +136,7 @@ importlib_metadata==8.7.1
136136
iniconfig==2.3.0
137137
interegular==0.3.3
138138
jaraco.classes==3.4.0
139-
jaraco.context==6.1.0
139+
jaraco.context==6.1.1
140140
jaraco.functools==4.4.0
141141
jeepney==0.9.0
142142
Jinja2==3.1.6
@@ -159,7 +159,7 @@ MarkupSafe==3.0.3
159159
mdurl==0.1.2
160160
mistral_common==1.9.1
161161
ml_dtypes==0.5.4
162-
mmh3==5.2.0
162+
mmh3==5.2.1
163163
mock==5.2.0
164164
more-itertools==10.8.0
165165
mpmath==1.3.0
@@ -169,7 +169,7 @@ multidict==6.7.1
169169
namex==0.1.0
170170
networkx==3.4.2
171171
ninja==1.13.0
172-
nltk==3.9.2
172+
nltk==3.9.3
173173
numba==0.61.2
174174
numpy==2.2.6
175175
nvidia-cublas-cu12==12.6.4.1
@@ -192,12 +192,12 @@ objsize==0.7.1
192192
openai==1.107.1
193193
openai-harmony==0.0.8
194194
opencv-python-headless==4.13.0.92
195-
opentelemetry-api==1.39.1
195+
opentelemetry-api==1.40.0
196196
opentelemetry-resourcedetector-gcp==1.11.0a0
197-
opentelemetry-sdk==1.39.1
198-
opentelemetry-semantic-conventions==0.60b1
197+
opentelemetry-sdk==1.40.0
198+
opentelemetry-semantic-conventions==0.61b0
199199
opt_einsum==3.4.0
200-
optree==0.18.0
200+
optree==0.19.0
201201
oracledb==3.4.2
202202
orjson==3.11.7
203203
outlines_core==0.2.10
@@ -238,20 +238,20 @@ pytest==8.4.2
238238
pytest-timeout==2.4.0
239239
pytest-xdist==3.8.0
240240
python-dateutil==2.9.0.post0
241-
python-dotenv==1.2.1
241+
python-dotenv==1.2.2
242242
python-json-logger==4.0.0
243243
python-multipart==0.0.22
244244
python-tds==1.17.1
245-
pytz==2025.2
245+
pytz==2026.1.post1
246246
PyYAML==6.0.3
247247
pyzmq==27.1.0
248248
ray==2.54.0
249249
referencing==0.37.0
250-
regex==2026.2.19
250+
regex==2026.2.28
251251
requests==2.32.5
252252
requests-mock==1.12.1
253253
rich==14.3.3
254-
rich-toolkit==0.19.4
254+
rich-toolkit==0.19.7
255255
rignore==0.7.6
256256
rpds-py==0.30.0
257257
rsa==4.9.1
@@ -261,17 +261,17 @@ scipy==1.15.3
261261
scramp==1.4.8
262262
SecretStorage==3.5.0
263263
sentencepiece==0.2.1
264-
sentry-sdk==2.53.0
264+
sentry-sdk==2.54.0
265265
setproctitle==1.3.7
266-
setuptools==82.0.0
266+
setuptools==82.0.1
267267
shellingham==1.5.4
268268
six==1.17.0
269269
sniffio==1.3.1
270270
sortedcontainers==2.4.0
271271
soundfile==0.13.1
272272
soupsieve==2.8.3
273273
soxr==1.0.0
274-
SQLAlchemy==2.0.46
274+
SQLAlchemy==2.0.48
275275
sqlalchemy_pytds==1.0.2
276276
sqlparse==0.5.5
277277
starlette==0.52.1
@@ -304,12 +304,12 @@ uvloop==0.22.1
304304
virtualenv-clone==0.5.7
305305
vllm==0.10.1.1
306306
watchfiles==1.1.1
307-
websockets==15.0.1
307+
websockets==16.0
308308
Werkzeug==3.1.6
309309
wheel==0.46.3
310-
wrapt==2.1.1
310+
wrapt==2.1.2
311311
xformers==0.0.31
312312
xgrammar==0.1.21
313-
yarl==1.22.0
313+
yarl==1.23.0
314314
zipp==3.23.0
315315
zstandard==0.25.0

0 commit comments

Comments
 (0)