Skip to content

Commit 90b77e7

Browse files
authored
Regenerate Python requirement (#34666)
* Remove nose * Add virtualenv-clone to manual
1 parent b2db7a4 commit 90b77e7

File tree

5 files changed

+75
-84
lines changed

5 files changed

+75
-84
lines changed

sdks/python/container/base_image_requirements_manual.txt

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ google-cloud-profiler
3434
guppy3
3535
mmh3 # Optimizes execution of some Beam codepaths. TODO: Make it Beam's dependency.
3636
nltk # Commonly used for natural language processing.
37-
nose==1.3.7 # For Dataflow internal testing. TODO: remove this.
3837
google-crc32c
3938
scipy
4039
scikit-learn

sdks/python/container/py310/base_image_requirements.txt

+19-21
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ annotated-types==0.7.0
2525
async-timeout==5.0.1
2626
attrs==25.3.0
2727
backports.tarfile==1.2.0
28-
beautifulsoup4==4.13.3
28+
beautifulsoup4==4.13.4
2929
bs4==0.0.2
3030
build==1.2.2.post1
3131
cachetools==5.5.2
3232
certifi==2025.1.31
3333
cffi==1.17.1
3434
charset-normalizer==3.4.1
3535
click==8.1.8
36-
cloudpickle==2.2.1
3736
crcmod==1.7
3837
cryptography==44.0.2
3938
Cython==3.0.12
@@ -51,16 +50,16 @@ fasteners==0.19
5150
freezegun==1.5.1
5251
future==1.0.0
5352
google-api-core==2.24.2
54-
google-api-python-client==2.166.0
53+
google-api-python-client==2.167.0
5554
google-apitools==0.5.31
56-
google-auth==2.38.0
55+
google-auth==2.39.0
5756
google-auth-httplib2==0.2.0
58-
google-cloud-aiplatform==1.87.0
57+
google-cloud-aiplatform==1.89.0
5958
google-cloud-bigquery==3.31.0
6059
google-cloud-bigquery-storage==2.30.0
61-
google-cloud-bigtable==2.30.0
60+
google-cloud-bigtable==2.30.1
6261
google-cloud-core==2.4.3
63-
google-cloud-datastore==2.20.2
62+
google-cloud-datastore==2.21.0
6463
google-cloud-dlp==3.29.0
6564
google-cloud-language==2.17.1
6665
google-cloud-profiler==4.1.0
@@ -74,16 +73,16 @@ google-cloud-videointelligence==2.16.1
7473
google-cloud-vision==3.10.1
7574
google-crc32c==1.7.1
7675
google-resumable-media==2.7.2
77-
googleapis-common-protos==1.69.2
78-
greenlet==3.1.1
76+
googleapis-common-protos==1.70.0
77+
greenlet==3.2.0
7978
grpc-google-iam-v1==0.14.2
8079
grpc-interceptor==0.15.4
8180
grpcio==1.65.5
8281
grpcio-status==1.65.5
8382
guppy3==3.1.5
8483
hdfs==2.7.3
8584
httplib2==0.22.0
86-
hypothesis==6.130.6
85+
hypothesis==6.131.2
8786
idna==3.10
8887
importlib_metadata==8.6.1
8988
iniconfig==2.1.0
@@ -103,13 +102,12 @@ mmh3==5.1.0
103102
mock==5.2.0
104103
more-itertools==10.6.0
105104
nltk==3.9.1
106-
nose==1.3.7
107105
numpy==2.2.4
108106
oauth2client==4.1.3
109107
objsize==0.7.1
110-
opentelemetry-api==1.31.1
111-
opentelemetry-sdk==1.31.1
112-
opentelemetry-semantic-conventions==0.52b1
108+
opentelemetry-api==1.32.1
109+
opentelemetry-sdk==1.32.1
110+
opentelemetry-semantic-conventions==0.53b1
113111
orjson==3.10.16
114112
overrides==7.7.0
115113
packaging==24.2
@@ -124,11 +122,11 @@ pyarrow-hotfix==0.6
124122
pyasn1==0.6.1
125123
pyasn1_modules==0.4.2
126124
pycparser==2.22
127-
pydantic==2.11.1
128-
pydantic_core==2.33.0
125+
pydantic==2.11.3
126+
pydantic_core==2.33.1
129127
pydot==1.4.2
130128
PyHamcrest==2.1.0
131-
pymongo==4.11.3
129+
pymongo==4.12.0
132130
PyMySQL==1.1.1
133131
pyparsing==3.2.3
134132
pyproject_hooks==1.2.0
@@ -144,11 +142,11 @@ regex==2024.11.6
144142
requests==2.32.3
145143
requests-mock==1.12.1
146144
rpds-py==0.24.0
147-
rsa==4.9
145+
rsa==4.9.1
148146
scikit-learn==1.6.1
149147
scipy==1.15.2
150148
SecretStorage==3.3.3
151-
shapely==2.0.7
149+
shapely==2.1.0
152150
six==1.17.0
153151
sortedcontainers==2.4.0
154152
soupsieve==2.6
@@ -160,10 +158,10 @@ threadpoolctl==3.6.0
160158
tomli==2.2.1
161159
tqdm==4.67.1
162160
typing-inspection==0.4.0
163-
typing_extensions==4.13.0
161+
typing_extensions==4.13.2
164162
tzdata==2025.2
165163
uritemplate==4.1.1
166-
urllib3==2.3.0
164+
urllib3==2.4.0
167165
virtualenv-clone==0.5.7
168166
wrapt==1.17.2
169167
zipp==3.21.0

sdks/python/container/py311/base_image_requirements.txt

+19-21
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@
2424
annotated-types==0.7.0
2525
attrs==25.3.0
2626
backports.tarfile==1.2.0
27-
beautifulsoup4==4.13.3
27+
beautifulsoup4==4.13.4
2828
bs4==0.0.2
2929
build==1.2.2.post1
3030
cachetools==5.5.2
3131
certifi==2025.1.31
3232
cffi==1.17.1
3333
charset-normalizer==3.4.1
3434
click==8.1.8
35-
cloudpickle==2.2.1
3635
crcmod==1.7
3736
cryptography==44.0.2
3837
Cython==3.0.12
@@ -49,16 +48,16 @@ fasteners==0.19
4948
freezegun==1.5.1
5049
future==1.0.0
5150
google-api-core==2.24.2
52-
google-api-python-client==2.166.0
51+
google-api-python-client==2.167.0
5352
google-apitools==0.5.31
54-
google-auth==2.38.0
53+
google-auth==2.39.0
5554
google-auth-httplib2==0.2.0
56-
google-cloud-aiplatform==1.87.0
55+
google-cloud-aiplatform==1.89.0
5756
google-cloud-bigquery==3.31.0
5857
google-cloud-bigquery-storage==2.30.0
59-
google-cloud-bigtable==2.30.0
58+
google-cloud-bigtable==2.30.1
6059
google-cloud-core==2.4.3
61-
google-cloud-datastore==2.20.2
60+
google-cloud-datastore==2.21.0
6261
google-cloud-dlp==3.29.0
6362
google-cloud-language==2.17.1
6463
google-cloud-profiler==4.1.0
@@ -72,16 +71,16 @@ google-cloud-videointelligence==2.16.1
7271
google-cloud-vision==3.10.1
7372
google-crc32c==1.7.1
7473
google-resumable-media==2.7.2
75-
googleapis-common-protos==1.69.2
76-
greenlet==3.1.1
74+
googleapis-common-protos==1.70.0
75+
greenlet==3.2.0
7776
grpc-google-iam-v1==0.14.2
7877
grpc-interceptor==0.15.4
7978
grpcio==1.65.5
8079
grpcio-status==1.65.5
8180
guppy3==3.1.5
8281
hdfs==2.7.3
8382
httplib2==0.22.0
84-
hypothesis==6.130.6
83+
hypothesis==6.131.2
8584
idna==3.10
8685
importlib_metadata==8.6.1
8786
iniconfig==2.1.0
@@ -101,13 +100,12 @@ mmh3==5.1.0
101100
mock==5.2.0
102101
more-itertools==10.6.0
103102
nltk==3.9.1
104-
nose==1.3.7
105103
numpy==2.2.4
106104
oauth2client==4.1.3
107105
objsize==0.7.1
108-
opentelemetry-api==1.31.1
109-
opentelemetry-sdk==1.31.1
110-
opentelemetry-semantic-conventions==0.52b1
106+
opentelemetry-api==1.32.1
107+
opentelemetry-sdk==1.32.1
108+
opentelemetry-semantic-conventions==0.53b1
111109
orjson==3.10.16
112110
overrides==7.7.0
113111
packaging==24.2
@@ -122,11 +120,11 @@ pyarrow-hotfix==0.6
122120
pyasn1==0.6.1
123121
pyasn1_modules==0.4.2
124122
pycparser==2.22
125-
pydantic==2.11.1
126-
pydantic_core==2.33.0
123+
pydantic==2.11.3
124+
pydantic_core==2.33.1
127125
pydot==1.4.2
128126
PyHamcrest==2.1.0
129-
pymongo==4.11.3
127+
pymongo==4.12.0
130128
PyMySQL==1.1.1
131129
pyparsing==3.2.3
132130
pyproject_hooks==1.2.0
@@ -142,11 +140,11 @@ regex==2024.11.6
142140
requests==2.32.3
143141
requests-mock==1.12.1
144142
rpds-py==0.24.0
145-
rsa==4.9
143+
rsa==4.9.1
146144
scikit-learn==1.6.1
147145
scipy==1.15.2
148146
SecretStorage==3.3.3
149-
shapely==2.0.7
147+
shapely==2.1.0
150148
six==1.17.0
151149
sortedcontainers==2.4.0
152150
soupsieve==2.6
@@ -157,10 +155,10 @@ testcontainers==3.7.1
157155
threadpoolctl==3.6.0
158156
tqdm==4.67.1
159157
typing-inspection==0.4.0
160-
typing_extensions==4.13.0
158+
typing_extensions==4.13.2
161159
tzdata==2025.2
162160
uritemplate==4.1.1
163-
urllib3==2.3.0
161+
urllib3==2.4.0
164162
virtualenv-clone==0.5.7
165163
wrapt==1.17.2
166164
zipp==3.21.0

sdks/python/container/py312/base_image_requirements.txt

+19-21
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,14 @@
2323

2424
annotated-types==0.7.0
2525
attrs==25.3.0
26-
beautifulsoup4==4.13.3
26+
beautifulsoup4==4.13.4
2727
bs4==0.0.2
2828
build==1.2.2.post1
2929
cachetools==5.5.2
3030
certifi==2025.1.31
3131
cffi==1.17.1
3232
charset-normalizer==3.4.1
3333
click==8.1.8
34-
cloudpickle==2.2.1
3534
crcmod==1.7
3635
cryptography==44.0.2
3736
Cython==3.0.12
@@ -48,16 +47,16 @@ fasteners==0.19
4847
freezegun==1.5.1
4948
future==1.0.0
5049
google-api-core==2.24.2
51-
google-api-python-client==2.166.0
50+
google-api-python-client==2.167.0
5251
google-apitools==0.5.31
53-
google-auth==2.38.0
52+
google-auth==2.39.0
5453
google-auth-httplib2==0.2.0
55-
google-cloud-aiplatform==1.87.0
54+
google-cloud-aiplatform==1.89.0
5655
google-cloud-bigquery==3.31.0
5756
google-cloud-bigquery-storage==2.30.0
58-
google-cloud-bigtable==2.30.0
57+
google-cloud-bigtable==2.30.1
5958
google-cloud-core==2.4.3
60-
google-cloud-datastore==2.20.2
59+
google-cloud-datastore==2.21.0
6160
google-cloud-dlp==3.29.0
6261
google-cloud-language==2.17.1
6362
google-cloud-profiler==4.1.0
@@ -71,16 +70,16 @@ google-cloud-videointelligence==2.16.1
7170
google-cloud-vision==3.10.1
7271
google-crc32c==1.7.1
7372
google-resumable-media==2.7.2
74-
googleapis-common-protos==1.69.2
75-
greenlet==3.1.1
73+
googleapis-common-protos==1.70.0
74+
greenlet==3.2.0
7675
grpc-google-iam-v1==0.14.2
7776
grpc-interceptor==0.15.4
7877
grpcio==1.65.5
7978
grpcio-status==1.65.5
8079
guppy3==3.1.5
8180
hdfs==2.7.3
8281
httplib2==0.22.0
83-
hypothesis==6.130.6
82+
hypothesis==6.131.2
8483
idna==3.10
8584
importlib_metadata==8.6.1
8685
iniconfig==2.1.0
@@ -100,13 +99,12 @@ mmh3==5.1.0
10099
mock==5.2.0
101100
more-itertools==10.6.0
102101
nltk==3.9.1
103-
nose==1.3.7
104102
numpy==2.2.4
105103
oauth2client==4.1.3
106104
objsize==0.7.1
107-
opentelemetry-api==1.31.1
108-
opentelemetry-sdk==1.31.1
109-
opentelemetry-semantic-conventions==0.52b1
105+
opentelemetry-api==1.32.1
106+
opentelemetry-sdk==1.32.1
107+
opentelemetry-semantic-conventions==0.53b1
110108
orjson==3.10.16
111109
overrides==7.7.0
112110
packaging==24.2
@@ -121,11 +119,11 @@ pyarrow-hotfix==0.6
121119
pyasn1==0.6.1
122120
pyasn1_modules==0.4.2
123121
pycparser==2.22
124-
pydantic==2.11.1
125-
pydantic_core==2.33.0
122+
pydantic==2.11.3
123+
pydantic_core==2.33.1
126124
pydot==1.4.2
127125
PyHamcrest==2.1.0
128-
pymongo==4.11.3
126+
pymongo==4.12.0
129127
PyMySQL==1.1.1
130128
pyparsing==3.2.3
131129
pyproject_hooks==1.2.0
@@ -141,12 +139,12 @@ regex==2024.11.6
141139
requests==2.32.3
142140
requests-mock==1.12.1
143141
rpds-py==0.24.0
144-
rsa==4.9
142+
rsa==4.9.1
145143
scikit-learn==1.6.1
146144
scipy==1.15.2
147145
SecretStorage==3.3.3
148146
setuptools==78.1.0
149-
shapely==2.0.7
147+
shapely==2.1.0
150148
six==1.17.0
151149
sortedcontainers==2.4.0
152150
soupsieve==2.6
@@ -157,10 +155,10 @@ testcontainers==3.7.1
157155
threadpoolctl==3.6.0
158156
tqdm==4.67.1
159157
typing-inspection==0.4.0
160-
typing_extensions==4.13.0
158+
typing_extensions==4.13.2
161159
tzdata==2025.2
162160
uritemplate==4.1.1
163-
urllib3==2.3.0
161+
urllib3==2.4.0
164162
virtualenv-clone==0.5.7
165163
wheel==0.45.1
166164
wrapt==1.17.2

0 commit comments

Comments
 (0)