Skip to content

Commit 7470a9b

Browse files
committed
.
1 parent 6c2edd0 commit 7470a9b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
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.32": ["httpx<0.28.0"],
42+
"<0.35": ["httpx<0.28.0"],
4343
},
4444
},
4545
"ariadne": {

scripts/populate_tox/populate_tox.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ def write_tox_file(packages: dict) -> None:
355355

356356
with open(TOX_FILE, "w") as file:
357357
file.write(rendered)
358+
file.write("\n")
358359

359360

360361
if __name__ == "__main__":

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ 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
751752

752753

753754
# ~~~ GraphQL ~~~

0 commit comments

Comments
 (0)