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 6c2edd0 commit 7470a9bCopy full SHA for 7470a9b
scripts/populate_tox/dependencies.py
@@ -39,7 +39,7 @@
39
"package": "anthropic",
40
"deps": {
41
"*": ["pytest-asyncio"],
42
- "<=0.32": ["httpx<0.28.0"],
+ "<0.35": ["httpx<0.28.0"],
43
},
44
45
"ariadne": {
scripts/populate_tox/populate_tox.py
@@ -355,6 +355,7 @@ def write_tox_file(packages: dict) -> None:
355
356
with open(TOX_FILE, "w") as file:
357
file.write(rendered)
358
+ file.write("\n")
359
360
361
if __name__ == "__main__":
tox.ini
@@ -748,6 +748,7 @@ 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