Skip to content

Commit 16a4ba2

Browse files
committed
?
1 parent 7470a9b commit 16a4ba2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/populate_tox/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"package": "anthropic",
4040
"deps": {
4141
"*": ["pytest-asyncio"],
42-
"<0.35": ["httpx<0.28.0"],
42+
"<0.34": ["httpx<0.28.0"],
4343
},
4444
},
4545
"ariadne": {

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,6 @@ deps =
748748
anthropic: pytest-asyncio
749749
anthropic-v0.16.0: httpx<0.28.0
750750
anthropic-v0.25.9: httpx<0.28.0
751-
anthropic-v0.34.2: httpx<0.28.0
752751

753752

754753
# ~~~ GraphQL ~~~

0 commit comments

Comments
 (0)