|
4 | 4 | # and then run "tox" from this directory. |
5 | 5 | # |
6 | 6 | # This file has been generated from a template |
7 | | -# by scripts/populate_tox/populate_tox.py. Any changes to the file should be made |
8 | | -# in the script and the file regenerated. |
| 7 | +# by "scripts/populate_tox/populate_tox.py". Any changes to the file should |
| 8 | +# be made in the template (if you want to change a hardcoded part of the file) |
| 9 | +# or in the script (if you want to change the auto-generated part). |
| 10 | +# The file (and all resulting CI YAMLs) then need to be regenerated via |
| 11 | +# "scripts/generate-test-files.sh". |
9 | 12 |
|
10 | 13 | [tox] |
11 | 14 | requires = |
@@ -36,6 +39,10 @@ envlist = |
36 | 39 | {py3.7,py3.9,py3.11}-aiohttp-v{3.8} |
37 | 40 | {py3.8,py3.12,py3.13}-aiohttp-latest |
38 | 41 |
|
| 42 | + # Anthropic |
| 43 | + {py3.8,py3.11,py3.12}-anthropic-v{0.16,0.28,0.40} |
| 44 | + {py3.7,py3.11,py3.12}-anthropic-latest |
| 45 | + |
39 | 46 | # Arq |
40 | 47 | {py3.7,py3.11}-arq-v{0.23} |
41 | 48 | {py3.7,py3.12,py3.13}-arq-latest |
@@ -164,11 +171,6 @@ envlist = |
164 | 171 | # integration tests there. |
165 | 172 |
|
166 | 173 | # ~~~ AI ~~~ |
167 | | - {py3.7,py3.11,py3.12}-anthropic-v0.16.0 |
168 | | - {py3.7,py3.11,py3.12}-anthropic-v0.25.9 |
169 | | - {py3.7,py3.11,py3.12}-anthropic-v0.34.2 |
170 | | - {py3.8,py3.11,py3.12}-anthropic-v0.43.0 |
171 | | - |
172 | 174 | {py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2 |
173 | 175 | {py3.8,py3.10,py3.11}-huggingface_hub-v0.24.7 |
174 | 176 | {py3.8,py3.11,py3.12}-huggingface_hub-v0.26.5 |
@@ -338,6 +340,14 @@ deps = |
338 | 340 | aiohttp-v3.8: pytest-asyncio |
339 | 341 | aiohttp-latest: pytest-asyncio |
340 | 342 |
|
| 343 | + # Anthropic |
| 344 | + anthropic: pytest-asyncio |
| 345 | + anthropic-v{0.16,0.28}: httpx<0.28.0 |
| 346 | + anthropic-v0.16: anthropic~=0.16.0 |
| 347 | + anthropic-v0.28: anthropic~=0.28.0 |
| 348 | + anthropic-v0.40: anthropic~=0.40.0 |
| 349 | + anthropic-latest: Anthropic |
| 350 | + |
341 | 351 | # Arq |
342 | 352 | arq-v0.23: arq~=0.23.0 |
343 | 353 | arq-v0.23: pydantic<2 |
@@ -546,14 +556,6 @@ deps = |
546 | 556 | # integration tests there. |
547 | 557 |
|
548 | 558 | # ~~~ AI ~~~ |
549 | | - anthropic-v0.16.0: anthropic==0.16.0 |
550 | | - anthropic-v0.25.9: anthropic==0.25.9 |
551 | | - anthropic-v0.34.2: anthropic==0.34.2 |
552 | | - anthropic-v0.43.0: anthropic==0.43.0 |
553 | | - anthropic: pytest-asyncio |
554 | | - anthropic-v0.16.0: httpx<0.28.0 |
555 | | - anthropic-v0.25.9: httpx<0.28.0 |
556 | | - |
557 | 559 | huggingface_hub-v0.22.2: huggingface_hub==0.22.2 |
558 | 560 | huggingface_hub-v0.24.7: huggingface_hub==0.24.7 |
559 | 561 | huggingface_hub-v0.26.5: huggingface_hub==0.26.5 |
|
0 commit comments