Skip to content

Commit 9992d44

Browse files
authored
Relax httpx constraint
1 parent d1bed07 commit 9992d44

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
@@ -7,7 +7,7 @@ license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = "^3.8"
10-
httpx = "^0.19.0"
10+
httpx = ">=0.19.0,<1"
1111
yarl = "^1.7.0"
1212

1313
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)