Skip to content

Commit 0adedc7

Browse files
committed
revert anthropic
1 parent 82b8a60 commit 0adedc7

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

scripts/populate_tox/populate_tox.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
# as they don't fit the mold (e.g. common, asgi, which don't have a 3rd party
4646
# pypi package to install in different versions).
4747
"aiohttp",
48+
"anthropic",
4849
"arq",
4950
"asgi",
5051
"asyncpg",

scripts/populate_tox/tox.jinja

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ envlist =
3636
{py3.7,py3.9,py3.11}-aiohttp-v{3.8}
3737
{py3.8,py3.12,py3.13}-aiohttp-latest
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+
3943
# Arq
4044
{py3.7,py3.11}-arq-v{0.23}
4145
{py3.7,py3.12,py3.13}-arq-latest
@@ -212,6 +216,14 @@ deps =
212216
aiohttp-v3.8: pytest-asyncio
213217
aiohttp-latest: pytest-asyncio
214218
219+
# Anthropic
220+
anthropic: pytest-asyncio
221+
anthropic-v{0.16,0.28}: httpx<0.28.0
222+
anthropic-v0.16: anthropic~=0.16.0
223+
anthropic-v0.28: anthropic~=0.28.0
224+
anthropic-v0.40: anthropic~=0.40.0
225+
anthropic-latest: Anthropic
226+
215227
# Arq
216228
arq-v0.23: arq~=0.23.0
217229
arq-v0.23: pydantic<2

0 commit comments

Comments
 (0)