Skip to content

Commit aae9d75

Browse files
committed
chore: add httpx
1 parent 175af19 commit aae9d75

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
@@ -20,7 +20,10 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
2222
]
23-
dependencies = ["requests", "typing-extensions"]
23+
dependencies = [
24+
"httpx>=0.28.1",
25+
"typing-extensions",
26+
]
2427
dynamic = ["version"]
2528

2629
[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)