Skip to content

Commit 43161eb

Browse files
committed
Not so restrictive bounds for httpx
1 parent 9318bb3 commit 43161eb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ python = "^3.9"
4343
apify-shared = ">=1.1.2"
4444
# TODO: relax the upper bound once the issue is resolved:
4545
# https://github.com/apify/apify-client-python/issues/313
46-
httpx = "~0.27.0"
46+
httpx = ">=0.25 <0.28.0"
4747
more_itertools = ">=10.0.0"
4848

4949
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)