Skip to content

Commit e828e8b

Browse files
committed
Set httpx to >= 0.23
1 parent 2ffa9e2 commit e828e8b

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
[tool.poetry.dependencies]
2525
python = "^3.9"
26-
httpx = ">=0.19.0,<1"
26+
httpx = ">=0.23,<1"
2727

2828
[tool.poetry.dev-dependencies]
2929
black = "^21.12b0"

0 commit comments

Comments
 (0)