Skip to content

Commit 5913721

Browse files
committed
anthropic too
1 parent b46b183 commit 5913721

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ envlist =
3333
{py3.8,py3.12,py3.13}-aiohttp-latest
3434

3535
# Anthropic
36-
{py3.7,py3.11,py3.12}-anthropic-v{0.16,0.25}
36+
{py3.7,py3.11,py3.12}-anthropic-v{0.16,0.28,0.40}
3737
{py3.7,py3.11,py3.12}-anthropic-latest
3838

3939
# Ariadne
@@ -327,8 +327,10 @@ deps =
327327

328328
# Anthropic
329329
anthropic: pytest-asyncio
330-
anthropic-v0.25: anthropic~=0.25.0
330+
anthropic-v{0.16,0.28}: httpx<2.8.0
331331
anthropic-v0.16: anthropic~=0.16.0
332+
anthropic-v0.28: anthropic~=0.28.0
333+
anthropic-v0.40: anthropic~=0.40.0
332334
anthropic-latest: anthropic
333335

334336
# Ariadne

0 commit comments

Comments
 (0)