We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7470a9b commit 16a4ba2Copy full SHA for 16a4ba2
scripts/populate_tox/dependencies.py
@@ -39,7 +39,7 @@
39
"package": "anthropic",
40
"deps": {
41
"*": ["pytest-asyncio"],
42
- "<0.35": ["httpx<0.28.0"],
+ "<0.34": ["httpx<0.28.0"],
43
},
44
45
"ariadne": {
tox.ini
@@ -748,7 +748,6 @@ deps =
748
anthropic: pytest-asyncio
749
anthropic-v0.16.0: httpx<0.28.0
750
anthropic-v0.25.9: httpx<0.28.0
751
- anthropic-v0.34.2: httpx<0.28.0
752
753
754
# ~~~ GraphQL ~~~
0 commit comments