Skip to content

Commit 55a42e5

Browse files
committed
remove upper bound on httpx
1 parent e69089b commit 55a42e5

File tree

2 files changed

+562
-560
lines changed

2 files changed

+562
-560
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020

2121
dependencies = [
22-
"httpx >=0.20.0,<0.28.0",
22+
"httpx >=0.20.0",
2323
"attrs >=21.3.0",
2424
"python-dateutil >=2.8.0",
2525
"typer[all] <0.10.0",

0 commit comments

Comments
 (0)