Skip to content

Commit 4ea85c9

Browse files
committed
chore: add httpx
1 parent fdd23b3 commit 4ea85c9

2 files changed

Lines changed: 57 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ classifiers = [
2121
"Programming Language :: Python :: 3.12",
2222
"Programming Language :: Python :: 3.13",
2323
]
24-
dependencies = ["requests", "typing-extensions"]
24+
dependencies = [
25+
"httpx>=0.28.1",
26+
"typing-extensions",
27+
]
2528
dynamic = ["version"]
2629

2730
[project.urls]

uv.lock

Lines changed: 53 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)