Skip to content

Commit 507a3a4

Browse files
committed
.
1 parent 5b0597d commit 507a3a4

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

tox.ini

Lines changed: 8 additions & 9 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-09-03T14:56:29.318609+00:00
13+
# Last generated: 2025-09-03T15:01:21.035943+00:00
1414

1515
[tox]
1616
requires =
@@ -119,9 +119,9 @@ envlist =
119119

120120
# ~~~ AI ~~~
121121
{py3.8,py3.11,py3.12}-anthropic-v0.16.0
122-
{py3.8,py3.11,py3.12}-anthropic-v0.32.0
123-
{py3.8,py3.11,py3.12}-anthropic-v0.48.0
124-
{py3.8,py3.12,py3.13}-anthropic-v0.65.0
122+
{py3.8,py3.11,py3.12}-anthropic-v0.33.1
123+
{py3.8,py3.11,py3.12}-anthropic-v0.50.0
124+
{py3.8,py3.12,py3.13}-anthropic-v0.66.0
125125

126126
{py3.9,py3.10,py3.11}-cohere-v5.4.0
127127
{py3.9,py3.11,py3.12}-cohere-v5.9.4
@@ -484,13 +484,12 @@ deps =
484484

485485
# ~~~ AI ~~~
486486
anthropic-v0.16.0: anthropic==0.16.0
487-
anthropic-v0.32.0: anthropic==0.32.0
488-
anthropic-v0.48.0: anthropic==0.48.0
489-
anthropic-v0.65.0: anthropic==0.65.0
487+
anthropic-v0.33.1: anthropic==0.33.1
488+
anthropic-v0.50.0: anthropic==0.50.0
489+
anthropic-v0.66.0: anthropic==0.66.0
490490
anthropic: pytest-asyncio
491491
anthropic-v0.16.0: httpx<0.28.0
492-
anthropic-v0.32.0: httpx<0.28.0
493-
anthropic-v0.48.0: httpx<0.28.0
492+
anthropic-v0.33.1: httpx<0.28.0
494493

495494
cohere-v5.4.0: cohere==5.4.0
496495
cohere-v5.9.4: cohere==5.9.4

0 commit comments

Comments
 (0)