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-04-29T08:15:04.584844 +00:00
13+ # Last generated: 2025-04-29T08:35:44.624881 +00:00
1414
1515[tox]
1616requires =
@@ -36,10 +36,6 @@ envlist =
3636 # At a minimum, we should test against at least the lowest
3737 # and the latest supported version of a framework.
3838
39- # Anthropic
40- {py3.8,py3.11,py3.12}-anthropic-v{0.16,0.28,0.40}
41- {py3.7,py3.11,py3.12}-anthropic-latest
42-
4339 # Arq
4440 {py3.7,py3.11}-arq-v{0.23}
4541 {py3.7,py3.12,py3.13}-arq-latest
@@ -139,6 +135,11 @@ envlist =
139135 # integration tests there.
140136
141137 # ~~~ AI ~~~
138+ {py3.8,py3.11,py3.12}-anthropic-v0.16.0
139+ {py3.8,py3.11,py3.12}-anthropic-v0.27.0
140+ {py3.8,py3.11,py3.12}-anthropic-v0.38.0
141+ {py3.8,py3.11,py3.12}-anthropic-v0.50.0
142+
142143 {py3.9,py3.10,py3.11}-cohere-v5.4.0
143144 {py3.9,py3.11,py3.12}-cohere-v5.8.1
144145 {py3.9,py3.11,py3.12}-cohere-v5.11.4
@@ -335,14 +336,6 @@ deps =
335336
336337 # === Integrations ===
337338
338- # Anthropic
339- anthropic: pytest-asyncio
340- anthropic-v{0.16,0.28}: httpx<0.28.0
341- anthropic-v0.16: anthropic~=0.16.0
342- anthropic-v0.28: anthropic~=0.28.0
343- anthropic-v0.40: anthropic~=0.40.0
344- anthropic-latest: anthropic
345-
346339 # Arq
347340 arq-v0.23: arq~=0.23.0
348341 arq-v0.23: pydantic<2
@@ -506,6 +499,15 @@ deps =
506499 # integration tests there.
507500
508501 # ~~~ AI ~~~
502+ anthropic-v0.16.0: anthropic ==0.16.0
503+ anthropic-v0.27.0: anthropic ==0.27.0
504+ anthropic-v0.38.0: anthropic ==0.38.0
505+ anthropic-v0.50.0: anthropic ==0.50.0
506+ anthropic: pytest-asyncio
507+ anthropic-v0.16.0: httpx<0.28.0
508+ anthropic-v0.27.0: httpx<0.28.0
509+ anthropic-v0.38.0: httpx<0.28.0
510+
509511 cohere-v5.4.0: cohere ==5.4.0
510512 cohere-v5.8.1: cohere ==5.8.1
511513 cohere-v5.11.4: cohere ==5.11.4
0 commit comments