Skip to content

Commit 19ed1bb

Browse files
authored
tests: tox.ini update (#4635)
Regular tox update
1 parent 070653a commit 19ed1bb

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

tox.ini

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-07-23T07:24:30.467173+00:00
13+
# Last generated: 2025-07-29T06:07:22.069934+00:00
1414

1515
[tox]
1616
requires =
@@ -136,9 +136,9 @@ envlist =
136136

137137
# ~~~ AI ~~~
138138
{py3.8,py3.11,py3.12}-anthropic-v0.16.0
139-
{py3.8,py3.11,py3.12}-anthropic-v0.30.1
140-
{py3.8,py3.11,py3.12}-anthropic-v0.44.0
141-
{py3.8,py3.12,py3.13}-anthropic-v0.58.2
139+
{py3.8,py3.11,py3.12}-anthropic-v0.31.2
140+
{py3.8,py3.11,py3.12}-anthropic-v0.46.0
141+
{py3.8,py3.12,py3.13}-anthropic-v0.60.0
142142

143143
{py3.9,py3.10,py3.11}-cohere-v5.4.0
144144
{py3.9,py3.11,py3.12}-cohere-v5.9.4
@@ -152,7 +152,8 @@ envlist =
152152
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
153153
{py3.8,py3.11,py3.12}-huggingface_hub-v0.26.5
154154
{py3.8,py3.12,py3.13}-huggingface_hub-v0.30.2
155-
{py3.8,py3.12,py3.13}-huggingface_hub-v0.33.4
155+
{py3.8,py3.12,py3.13}-huggingface_hub-v0.34.2
156+
{py3.8,py3.12,py3.13}-huggingface_hub-v0.35.0rc0
156157

157158

158159
# ~~~ DBs ~~~
@@ -184,7 +185,7 @@ envlist =
184185
{py3.7,py3.12,py3.13}-statsig-v0.55.3
185186
{py3.7,py3.12,py3.13}-statsig-v0.57.3
186187
{py3.7,py3.12,py3.13}-statsig-v0.59.1
187-
{py3.7,py3.12,py3.13}-statsig-v0.60.0
188+
{py3.7,py3.12,py3.13}-statsig-v0.61.0
188189

189190
{py3.8,py3.12,py3.13}-unleash-v6.0.1
190191
{py3.8,py3.12,py3.13}-unleash-v6.1.0
@@ -215,8 +216,7 @@ envlist =
215216
{py3.7,py3.8}-grpc-v1.32.0
216217
{py3.7,py3.9,py3.10}-grpc-v1.46.5
217218
{py3.7,py3.11,py3.12}-grpc-v1.60.2
218-
{py3.9,py3.12,py3.13}-grpc-v1.73.1
219-
{py3.9,py3.12,py3.13}-grpc-v1.74.0rc1
219+
{py3.9,py3.12,py3.13}-grpc-v1.74.0
220220

221221

222222
# ~~~ Tasks ~~~
@@ -267,7 +267,7 @@ envlist =
267267
{py3.7}-aiohttp-v3.4.4
268268
{py3.7,py3.8,py3.9}-aiohttp-v3.7.4
269269
{py3.8,py3.12,py3.13}-aiohttp-v3.10.11
270-
{py3.9,py3.12,py3.13}-aiohttp-v3.12.14
270+
{py3.9,py3.12,py3.13}-aiohttp-v3.12.15
271271

272272
{py3.6,py3.7}-bottle-v0.12.25
273273
{py3.8,py3.12,py3.13}-bottle-v0.13.4
@@ -510,13 +510,13 @@ deps =
510510

511511
# ~~~ AI ~~~
512512
anthropic-v0.16.0: anthropic==0.16.0
513-
anthropic-v0.30.1: anthropic==0.30.1
514-
anthropic-v0.44.0: anthropic==0.44.0
515-
anthropic-v0.58.2: anthropic==0.58.2
513+
anthropic-v0.31.2: anthropic==0.31.2
514+
anthropic-v0.46.0: anthropic==0.46.0
515+
anthropic-v0.60.0: anthropic==0.60.0
516516
anthropic: pytest-asyncio
517517
anthropic-v0.16.0: httpx<0.28.0
518-
anthropic-v0.30.1: httpx<0.28.0
519-
anthropic-v0.44.0: httpx<0.28.0
518+
anthropic-v0.31.2: httpx<0.28.0
519+
anthropic-v0.46.0: httpx<0.28.0
520520

521521
cohere-v5.4.0: cohere==5.4.0
522522
cohere-v5.9.4: cohere==5.9.4
@@ -531,7 +531,8 @@ deps =
531531
huggingface_hub-v0.22.2: huggingface_hub==0.22.2
532532
huggingface_hub-v0.26.5: huggingface_hub==0.26.5
533533
huggingface_hub-v0.30.2: huggingface_hub==0.30.2
534-
huggingface_hub-v0.33.4: huggingface_hub==0.33.4
534+
huggingface_hub-v0.34.2: huggingface_hub==0.34.2
535+
huggingface_hub-v0.35.0rc0: huggingface_hub==0.35.0rc0
535536

536537

537538
# ~~~ DBs ~~~
@@ -564,7 +565,7 @@ deps =
564565
statsig-v0.55.3: statsig==0.55.3
565566
statsig-v0.57.3: statsig==0.57.3
566567
statsig-v0.59.1: statsig==0.59.1
567-
statsig-v0.60.0: statsig==0.60.0
568+
statsig-v0.61.0: statsig==0.61.0
568569
statsig: typing_extensions
569570

570571
unleash-v6.0.1: UnleashClient==6.0.1
@@ -608,8 +609,7 @@ deps =
608609
grpc-v1.32.0: grpcio==1.32.0
609610
grpc-v1.46.5: grpcio==1.46.5
610611
grpc-v1.60.2: grpcio==1.60.2
611-
grpc-v1.73.1: grpcio==1.73.1
612-
grpc-v1.74.0rc1: grpcio==1.74.0rc1
612+
grpc-v1.74.0: grpcio==1.74.0
613613
grpc: protobuf
614614
grpc: mypy-protobuf
615615
grpc: types-protobuf
@@ -712,10 +712,10 @@ deps =
712712
aiohttp-v3.4.4: aiohttp==3.4.4
713713
aiohttp-v3.7.4: aiohttp==3.7.4
714714
aiohttp-v3.10.11: aiohttp==3.10.11
715-
aiohttp-v3.12.14: aiohttp==3.12.14
715+
aiohttp-v3.12.15: aiohttp==3.12.15
716716
aiohttp: pytest-aiohttp
717717
aiohttp-v3.10.11: pytest-asyncio
718-
aiohttp-v3.12.14: pytest-asyncio
718+
aiohttp-v3.12.15: pytest-asyncio
719719

720720
bottle-v0.12.25: bottle==0.12.25
721721
bottle-v0.13.4: bottle==0.13.4

0 commit comments

Comments
 (0)