Skip to content

Commit 2e2ee50

Browse files
committed
Downgrade to httpx 0.23.0 because 0.24.0 was broken
1 parent 06cd43e commit 2e2ee50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
requires-python = ">=3.8"
2525
dependencies = [
26-
"httpx ~= 0.24.0"
26+
"httpx ~= 0.23.0"
2727
]
2828

2929
[project.optional-dependencies]

0 commit comments

Comments
 (0)