Skip to content

Commit 40a32d6

Browse files
authored
Bump Beartype bounds (#36792)
* Bump Beartype bounds to >= 0.22.0 * image requirement updates * widen bounds * add pyjwt to py313 base image
1 parent 4f97ad9 commit 40a32d6

12 files changed

+30
-12
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ astunparse==1.6.3
3333
async-timeout==5.0.1
3434
attrs==25.4.0
3535
backports.tarfile==1.2.0
36-
beartype==0.21.0
36+
beartype==0.22.5
3737
beautifulsoup4==4.14.3
3838
bs4==0.0.2
3939
build==1.3.0
@@ -163,6 +163,7 @@ pydantic==2.12.5
163163
pydantic_core==2.41.5
164164
Pygments==2.19.2
165165
PyHamcrest==2.1.0
166+
PyJWT==2.10.1
166167
pymilvus==2.5.18
167168
pymongo==4.15.5
168169
PyMySQL==1.1.2
@@ -176,6 +177,7 @@ python-dotenv==1.2.1
176177
python-tds==1.17.1
177178
pytz==2025.2
178179
PyYAML==6.0.3
180+
redis==5.3.1
179181
regex==2025.11.3
180182
requests==2.32.5
181183
requests-mock==1.12.1

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ astunparse==1.6.3
3535
async-timeout==5.0.1
3636
attrs==25.4.0
3737
backports.tarfile==1.2.0
38-
beartype==0.21.0
38+
beartype==0.22.5
3939
beautifulsoup4==4.14.3
4040
blake3==1.0.8
4141
bs4==0.0.2
@@ -222,6 +222,7 @@ pydantic-extra-types==2.10.6
222222
pydantic_core==2.41.5
223223
Pygments==2.19.2
224224
PyHamcrest==2.1.0
225+
PyJWT==2.10.1
225226
pymilvus==2.5.18
226227
pymongo==4.15.5
227228
PyMySQL==1.1.2

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ asn1crypto==1.5.1
3232
astunparse==1.6.3
3333
attrs==25.4.0
3434
backports.tarfile==1.2.0
35-
beartype==0.21.0
35+
beartype==0.22.5
3636
beautifulsoup4==4.14.3
3737
bs4==0.0.2
3838
build==1.3.0
@@ -161,6 +161,7 @@ pydantic==2.12.5
161161
pydantic_core==2.41.5
162162
Pygments==2.19.2
163163
PyHamcrest==2.1.0
164+
PyJWT==2.10.1
164165
pymilvus==2.5.18
165166
pymongo==4.15.5
166167
PyMySQL==1.1.2
@@ -174,6 +175,7 @@ python-dotenv==1.2.1
174175
python-tds==1.17.1
175176
pytz==2025.2
176177
PyYAML==6.0.3
178+
redis==5.3.1
177179
regex==2025.11.3
178180
requests==2.32.5
179181
requests-mock==1.12.1

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ astor==0.8.1
3434
astunparse==1.6.3
3535
attrs==25.4.0
3636
backports.tarfile==1.2.0
37-
beartype==0.21.0
37+
beartype==0.22.5
3838
beautifulsoup4==4.14.3
3939
blake3==1.0.8
4040
bs4==0.0.2
@@ -220,6 +220,7 @@ pydantic-extra-types==2.10.6
220220
pydantic_core==2.41.5
221221
Pygments==2.19.2
222222
PyHamcrest==2.1.0
223+
PyJWT==2.10.1
223224
pymilvus==2.5.18
224225
pymongo==4.15.5
225226
PyMySQL==1.1.2

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ anyio==4.12.0
3131
asn1crypto==1.5.1
3232
astunparse==1.6.3
3333
attrs==25.4.0
34-
beartype==0.21.0
34+
beartype==0.22.5
3535
beautifulsoup4==4.14.3
3636
bs4==0.0.2
3737
build==1.3.0
@@ -160,6 +160,7 @@ pydantic==2.12.5
160160
pydantic_core==2.41.5
161161
Pygments==2.19.2
162162
PyHamcrest==2.1.0
163+
PyJWT==2.10.1
163164
pymilvus==2.5.18
164165
pymongo==4.15.5
165166
PyMySQL==1.1.2
@@ -173,6 +174,7 @@ python-dotenv==1.2.1
173174
python-tds==1.17.1
174175
pytz==2025.2
175176
PyYAML==6.0.3
177+
redis==5.3.1
176178
regex==2025.11.3
177179
requests==2.32.5
178180
requests-mock==1.12.1

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ asn1crypto==1.5.1
3333
astor==0.8.1
3434
astunparse==1.6.3
3535
attrs==25.4.0
36-
beartype==0.21.0
36+
beartype==0.22.5
3737
beautifulsoup4==4.14.3
3838
blake3==1.0.8
3939
bs4==0.0.2
@@ -219,6 +219,7 @@ pydantic-extra-types==2.10.6
219219
pydantic_core==2.41.5
220220
Pygments==2.19.2
221221
PyHamcrest==2.1.0
222+
PyJWT==2.10.1
222223
pymilvus==2.5.18
223224
pymongo==4.15.5
224225
PyMySQL==1.1.2

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ anyio==4.12.0
3131
asn1crypto==1.5.1
3232
astunparse==1.6.3
3333
attrs==25.4.0
34-
beartype==0.21.0
34+
beartype==0.22.5
3535
beautifulsoup4==4.14.3
3636
bs4==0.0.2
3737
build==1.3.0
@@ -170,6 +170,7 @@ python-dotenv==1.2.1
170170
python-tds==1.17.1
171171
pytz==2025.2
172172
PyYAML==6.0.3
173+
redis==5.3.1
173174
regex==2025.11.3
174175
requests==2.32.5
175176
requests-mock==1.12.1

sdks/python/container/py310/base_image_requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ asn1crypto==1.5.1
3131
async-timeout==5.0.1
3232
attrs==25.4.0
3333
backports.tarfile==1.2.0
34-
beartype==0.21.0
34+
beartype==0.22.5
3535
beautifulsoup4==4.14.3
3636
bs4==0.0.2
3737
build==1.3.0
@@ -141,6 +141,7 @@ pydantic==2.12.5
141141
pydantic_core==2.41.5
142142
Pygments==2.19.2
143143
PyHamcrest==2.1.0
144+
PyJWT==2.10.1
144145
pymilvus==2.5.18
145146
pymongo==4.15.5
146147
PyMySQL==1.1.2
@@ -154,6 +155,7 @@ python-dotenv==1.2.1
154155
python-tds==1.17.1
155156
pytz==2025.2
156157
PyYAML==6.0.3
158+
redis==5.3.1
157159
regex==2025.11.3
158160
requests==2.32.5
159161
requests-mock==1.12.1

sdks/python/container/py311/base_image_requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ anyio==4.12.0
3030
asn1crypto==1.5.1
3131
attrs==25.4.0
3232
backports.tarfile==1.2.0
33-
beartype==0.21.0
33+
beartype==0.22.5
3434
beautifulsoup4==4.14.3
3535
bs4==0.0.2
3636
build==1.3.0
@@ -139,6 +139,7 @@ pydantic==2.12.5
139139
pydantic_core==2.41.5
140140
Pygments==2.19.2
141141
PyHamcrest==2.1.0
142+
PyJWT==2.10.1
142143
pymilvus==2.5.18
143144
pymongo==4.15.5
144145
PyMySQL==1.1.2
@@ -152,6 +153,7 @@ python-dotenv==1.2.1
152153
python-tds==1.17.1
153154
pytz==2025.2
154155
PyYAML==6.0.3
156+
redis==5.3.1
155157
regex==2025.11.3
156158
requests==2.32.5
157159
requests-mock==1.12.1

sdks/python/container/py312/base_image_requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ annotated-types==0.7.0
2929
anyio==4.12.0
3030
asn1crypto==1.5.1
3131
attrs==25.4.0
32-
beartype==0.21.0
32+
beartype==0.22.5
3333
beautifulsoup4==4.14.3
3434
bs4==0.0.2
3535
build==1.3.0
@@ -138,6 +138,7 @@ pydantic==2.12.5
138138
pydantic_core==2.41.5
139139
Pygments==2.19.2
140140
PyHamcrest==2.1.0
141+
PyJWT==2.10.1
141142
pymilvus==2.5.18
142143
pymongo==4.15.5
143144
PyMySQL==1.1.2
@@ -151,6 +152,7 @@ python-dotenv==1.2.1
151152
python-tds==1.17.1
152153
pytz==2025.2
153154
PyYAML==6.0.3
155+
redis==5.3.1
154156
regex==2025.11.3
155157
requests==2.32.5
156158
requests-mock==1.12.1

0 commit comments

Comments
 (0)