Skip to content

Commit d755e28

Browse files
committed
Allow later httpx releases
1 parent 58249a3 commit d755e28

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
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919
[tool.poetry.dependencies]
2020
python = "^3.8"
21-
httpx = "0.20.0"
21+
httpx = "^0.20.0"
2222

2323
[tool.poetry.dev-dependencies]
2424
black = "^21.10b0"

0 commit comments

Comments
 (0)