Skip to content

Commit ed4e112

Browse files
author
Abacn
committed
Update Python Dependencies
1 parent 778b600 commit ed4e112

File tree

4 files changed

+178
-146
lines changed

4 files changed

+178
-146
lines changed

sdks/python/container/py310/base_image_requirements.txt

Lines changed: 46 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -22,41 +22,42 @@
2222
# Reach out to a committer if you need help.
2323

2424
annotated-types==0.7.0
25+
anyio==4.9.0
2526
async-timeout==5.0.1
2627
attrs==25.3.0
2728
backports.tarfile==1.2.0
2829
beautifulsoup4==4.13.4
2930
bs4==0.0.2
3031
build==1.2.2.post1
3132
cachetools==5.5.2
32-
certifi==2025.1.31
33+
certifi==2025.4.26
3334
cffi==1.17.1
34-
charset-normalizer==3.4.1
35-
click==8.1.8
35+
charset-normalizer==3.4.2
36+
click==8.2.0
3637
crcmod==1.7
37-
cryptography==44.0.2
38-
Cython==3.0.12
38+
cryptography==45.0.2
39+
Cython==3.1.1
3940
Deprecated==1.2.18
4041
deprecation==2.1.0
4142
dill==0.3.1.1
4243
dnspython==2.7.0
4344
docker==7.1.0
4445
docopt==0.6.2
4546
docstring_parser==0.16
46-
exceptiongroup==1.2.2
47+
exceptiongroup==1.3.0
4748
execnet==2.1.1
48-
fastavro==1.10.0
49+
fastavro==1.11.1
4950
fasteners==0.19
5051
freezegun==1.5.1
5152
future==1.0.0
5253
google-api-core==2.24.2
53-
google-api-python-client==2.167.0
54+
google-api-python-client==2.169.0
5455
google-apitools==0.5.31
55-
google-auth==2.39.0
56+
google-auth==2.40.1
5657
google-auth-httplib2==0.2.0
57-
google-cloud-aiplatform==1.89.0
58-
google-cloud-bigquery==3.31.0
59-
google-cloud-bigquery-storage==2.30.0
58+
google-cloud-aiplatform==1.93.0
59+
google-cloud-bigquery==3.32.0
60+
google-cloud-bigquery-storage==2.31.0
6061
google-cloud-bigtable==2.30.1
6162
google-cloud-core==2.4.3
6263
google-cloud-datastore==2.21.0
@@ -67,22 +68,26 @@ google-cloud-pubsub==2.29.0
6768
google-cloud-pubsublite==1.12.0
6869
google-cloud-recommendations-ai==0.10.17
6970
google-cloud-resource-manager==1.14.2
70-
google-cloud-spanner==3.53.0
71+
google-cloud-spanner==3.54.0
7172
google-cloud-storage==2.19.0
7273
google-cloud-videointelligence==2.16.1
7374
google-cloud-vision==3.10.1
7475
google-crc32c==1.7.1
76+
google-genai==1.15.0
7577
google-resumable-media==2.7.2
7678
googleapis-common-protos==1.70.0
77-
greenlet==3.2.0
79+
greenlet==3.2.2
7880
grpc-google-iam-v1==0.14.2
7981
grpc-interceptor==0.15.4
8082
grpcio==1.65.5
8183
grpcio-status==1.65.5
8284
guppy3==3.1.5
85+
h11==0.16.0
8386
hdfs==2.7.3
87+
httpcore==1.0.9
8488
httplib2==0.22.0
85-
hypothesis==6.131.2
89+
httpx==0.28.1
90+
hypothesis==6.131.18
8691
idna==3.10
8792
importlib_metadata==8.6.1
8893
iniconfig==2.1.0
@@ -91,66 +96,68 @@ jaraco.context==6.0.1
9196
jaraco.functools==4.1.0
9297
jeepney==0.9.0
9398
Jinja2==3.1.6
94-
joblib==1.4.2
99+
joblib==1.5.0
95100
jsonpickle==3.4.2
96101
jsonschema==4.23.0
97-
jsonschema-specifications==2024.10.1
102+
jsonschema-specifications==2025.4.1
98103
keyring==25.6.0
99104
keyrings.google-artifactregistry-auth==1.1.2
100105
MarkupSafe==3.0.2
101106
mmh3==5.1.0
102107
mock==5.2.0
103-
more-itertools==10.6.0
108+
more-itertools==10.7.0
104109
nltk==3.9.1
105-
numpy==2.2.4
110+
numpy==2.2.6
106111
oauth2client==4.1.3
107112
objsize==0.7.1
108-
opentelemetry-api==1.32.1
109-
opentelemetry-sdk==1.32.1
110-
opentelemetry-semantic-conventions==0.53b1
111-
orjson==3.10.16
113+
opentelemetry-api==1.33.1
114+
opentelemetry-sdk==1.33.1
115+
opentelemetry-semantic-conventions==0.54b1
116+
orjson==3.10.18
112117
overrides==7.7.0
113-
packaging==24.2
118+
packaging==25.0
114119
pandas==2.2.3
115120
parameterized==0.9.0
116-
pluggy==1.5.0
121+
pluggy==1.6.0
117122
proto-plus==1.26.1
118123
protobuf==5.29.4
119-
psycopg2-binary==2.9.9
120-
pyarrow==16.1.0
121-
pyarrow-hotfix==0.6
124+
psycopg2-binary==2.9.10
125+
pyarrow==18.1.0
126+
pyarrow-hotfix==0.7
122127
pyasn1==0.6.1
123128
pyasn1_modules==0.4.2
124129
pycparser==2.22
125-
pydantic==2.11.3
126-
pydantic_core==2.33.1
130+
pydantic==2.11.4
131+
pydantic_core==2.33.2
127132
pydot==1.4.2
128133
PyHamcrest==2.1.0
129-
pymongo==4.12.0
134+
PyJWT==2.9.0
135+
pymongo==4.13.0
130136
PyMySQL==1.1.1
131137
pyparsing==3.2.3
132138
pyproject_hooks==1.2.0
133139
pytest==7.4.4
134-
pytest-timeout==2.3.1
140+
pytest-timeout==2.4.0
135141
pytest-xdist==3.6.1
136142
python-dateutil==2.9.0.post0
137143
pytz==2025.2
138144
PyYAML==6.0.2
139-
redis==5.2.1
145+
redis==5.3.0
140146
referencing==0.36.2
141147
regex==2024.11.6
142148
requests==2.32.3
143149
requests-mock==1.12.1
144-
rpds-py==0.24.0
150+
rpds-py==0.25.0
145151
rsa==4.9.1
146152
scikit-learn==1.6.1
147-
scipy==1.15.2
153+
scipy==1.15.3
148154
SecretStorage==3.3.3
149-
shapely==2.1.0
155+
shapely==2.1.1
150156
six==1.17.0
157+
sniffio==1.3.1
151158
sortedcontainers==2.4.0
152-
soupsieve==2.6
153-
SQLAlchemy==2.0.40
159+
soupsieve==2.7
160+
SQLAlchemy==2.0.41
154161
sqlparse==0.5.3
155162
tenacity==8.5.0
156163
testcontainers==3.7.1
@@ -163,6 +170,7 @@ tzdata==2025.2
163170
uritemplate==4.1.1
164171
urllib3==2.4.0
165172
virtualenv-clone==0.5.7
173+
websockets==15.0.1
166174
wrapt==1.17.2
167175
zipp==3.21.0
168176
zstandard==0.23.0

sdks/python/container/py311/base_image_requirements.txt

Lines changed: 45 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,20 @@
2222
# Reach out to a committer if you need help.
2323

2424
annotated-types==0.7.0
25+
anyio==4.9.0
2526
attrs==25.3.0
2627
backports.tarfile==1.2.0
2728
beautifulsoup4==4.13.4
2829
bs4==0.0.2
2930
build==1.2.2.post1
3031
cachetools==5.5.2
31-
certifi==2025.1.31
32+
certifi==2025.4.26
3233
cffi==1.17.1
33-
charset-normalizer==3.4.1
34-
click==8.1.8
34+
charset-normalizer==3.4.2
35+
click==8.2.0
3536
crcmod==1.7
36-
cryptography==44.0.2
37-
Cython==3.0.12
37+
cryptography==45.0.2
38+
Cython==3.1.1
3839
Deprecated==1.2.18
3940
deprecation==2.1.0
4041
dill==0.3.1.1
@@ -43,18 +44,18 @@ docker==7.1.0
4344
docopt==0.6.2
4445
docstring_parser==0.16
4546
execnet==2.1.1
46-
fastavro==1.10.0
47+
fastavro==1.11.1
4748
fasteners==0.19
4849
freezegun==1.5.1
4950
future==1.0.0
5051
google-api-core==2.24.2
51-
google-api-python-client==2.167.0
52+
google-api-python-client==2.169.0
5253
google-apitools==0.5.31
53-
google-auth==2.39.0
54+
google-auth==2.40.1
5455
google-auth-httplib2==0.2.0
55-
google-cloud-aiplatform==1.89.0
56-
google-cloud-bigquery==3.31.0
57-
google-cloud-bigquery-storage==2.30.0
56+
google-cloud-aiplatform==1.93.0
57+
google-cloud-bigquery==3.32.0
58+
google-cloud-bigquery-storage==2.31.0
5859
google-cloud-bigtable==2.30.1
5960
google-cloud-core==2.4.3
6061
google-cloud-datastore==2.21.0
@@ -65,22 +66,26 @@ google-cloud-pubsub==2.29.0
6566
google-cloud-pubsublite==1.12.0
6667
google-cloud-recommendations-ai==0.10.17
6768
google-cloud-resource-manager==1.14.2
68-
google-cloud-spanner==3.53.0
69+
google-cloud-spanner==3.54.0
6970
google-cloud-storage==2.19.0
7071
google-cloud-videointelligence==2.16.1
7172
google-cloud-vision==3.10.1
7273
google-crc32c==1.7.1
74+
google-genai==1.15.0
7375
google-resumable-media==2.7.2
7476
googleapis-common-protos==1.70.0
75-
greenlet==3.2.0
77+
greenlet==3.2.2
7678
grpc-google-iam-v1==0.14.2
7779
grpc-interceptor==0.15.4
7880
grpcio==1.65.5
7981
grpcio-status==1.65.5
8082
guppy3==3.1.5
83+
h11==0.16.0
8184
hdfs==2.7.3
85+
httpcore==1.0.9
8286
httplib2==0.22.0
83-
hypothesis==6.131.2
87+
httpx==0.28.1
88+
hypothesis==6.131.18
8489
idna==3.10
8590
importlib_metadata==8.6.1
8691
iniconfig==2.1.0
@@ -89,66 +94,68 @@ jaraco.context==6.0.1
8994
jaraco.functools==4.1.0
9095
jeepney==0.9.0
9196
Jinja2==3.1.6
92-
joblib==1.4.2
97+
joblib==1.5.0
9398
jsonpickle==3.4.2
9499
jsonschema==4.23.0
95-
jsonschema-specifications==2024.10.1
100+
jsonschema-specifications==2025.4.1
96101
keyring==25.6.0
97102
keyrings.google-artifactregistry-auth==1.1.2
98103
MarkupSafe==3.0.2
99104
mmh3==5.1.0
100105
mock==5.2.0
101-
more-itertools==10.6.0
106+
more-itertools==10.7.0
102107
nltk==3.9.1
103-
numpy==2.2.4
108+
numpy==2.2.6
104109
oauth2client==4.1.3
105110
objsize==0.7.1
106-
opentelemetry-api==1.32.1
107-
opentelemetry-sdk==1.32.1
108-
opentelemetry-semantic-conventions==0.53b1
109-
orjson==3.10.16
111+
opentelemetry-api==1.33.1
112+
opentelemetry-sdk==1.33.1
113+
opentelemetry-semantic-conventions==0.54b1
114+
orjson==3.10.18
110115
overrides==7.7.0
111-
packaging==24.2
116+
packaging==25.0
112117
pandas==2.2.3
113118
parameterized==0.9.0
114-
pluggy==1.5.0
119+
pluggy==1.6.0
115120
proto-plus==1.26.1
116121
protobuf==5.29.4
117-
psycopg2-binary==2.9.9
118-
pyarrow==16.1.0
119-
pyarrow-hotfix==0.6
122+
psycopg2-binary==2.9.10
123+
pyarrow==18.1.0
124+
pyarrow-hotfix==0.7
120125
pyasn1==0.6.1
121126
pyasn1_modules==0.4.2
122127
pycparser==2.22
123-
pydantic==2.11.3
124-
pydantic_core==2.33.1
128+
pydantic==2.11.4
129+
pydantic_core==2.33.2
125130
pydot==1.4.2
126131
PyHamcrest==2.1.0
127-
pymongo==4.12.0
132+
PyJWT==2.9.0
133+
pymongo==4.13.0
128134
PyMySQL==1.1.1
129135
pyparsing==3.2.3
130136
pyproject_hooks==1.2.0
131137
pytest==7.4.4
132-
pytest-timeout==2.3.1
138+
pytest-timeout==2.4.0
133139
pytest-xdist==3.6.1
134140
python-dateutil==2.9.0.post0
135141
pytz==2025.2
136142
PyYAML==6.0.2
137-
redis==5.2.1
143+
redis==5.3.0
138144
referencing==0.36.2
139145
regex==2024.11.6
140146
requests==2.32.3
141147
requests-mock==1.12.1
142-
rpds-py==0.24.0
148+
rpds-py==0.25.0
143149
rsa==4.9.1
144150
scikit-learn==1.6.1
145-
scipy==1.15.2
151+
scipy==1.15.3
146152
SecretStorage==3.3.3
147-
shapely==2.1.0
153+
shapely==2.1.1
148154
six==1.17.0
155+
sniffio==1.3.1
149156
sortedcontainers==2.4.0
150-
soupsieve==2.6
151-
SQLAlchemy==2.0.40
157+
soupsieve==2.7
158+
SQLAlchemy==2.0.41
152159
sqlparse==0.5.3
153160
tenacity==8.5.0
154161
testcontainers==3.7.1
@@ -160,6 +167,7 @@ tzdata==2025.2
160167
uritemplate==4.1.1
161168
urllib3==2.4.0
162169
virtualenv-clone==0.5.7
170+
websockets==15.0.1
163171
wrapt==1.17.2
164172
zipp==3.21.0
165173
zstandard==0.23.0

0 commit comments

Comments
 (0)