Skip to content

Commit 592126c

Browse files
authored
Update constraints
1 parent ded5e70 commit 592126c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727

2828
[tool.poetry.dependencies]
2929
python = "^3.8.0"
30-
httpx = "^0.20"
31-
yarl = "^1.7"
30+
httpx = ">=0.20,<1"
31+
yarl = ">=1.7,<2"
3232

3333
[tool.poetry.dev-dependencies]
3434
pytest-cov = "^2.8.1"

0 commit comments

Comments
 (0)