Skip to content

Commit 3ea7ada

Browse files
authored
chore: relax HTTPX version upper bound (#319)
Closes: #313
1 parent 9457039 commit 3ea7ada

File tree

2 files changed

+31
-34
lines changed

2 files changed

+31
-34
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ keywords = [
4141
[tool.poetry.dependencies]
4242
python = "^3.9"
4343
apify-shared = ">=1.1.2"
44-
# TODO: relax the upper bound once the issue is resolved:
45-
# https://github.com/apify/apify-client-python/issues/313
46-
httpx = ">=0.25 <0.28.0"
44+
httpx = ">=0.25"
4745
more_itertools = ">=10.0.0"
4846

4947
[tool.poetry.group.dev.dependencies]
@@ -60,7 +58,7 @@ pytest-only = "~2.1.0"
6058
pytest-timeout = "~2.3.0"
6159
pytest-xdist = "~3.6.0"
6260
redbaron = "~0.9.0"
63-
respx = "^0.21.1"
61+
respx = "~0.22.0"
6462
ruff = "~0.8.0"
6563
setuptools = "~75.6.0" # setuptools are used by pytest but not explicitly required
6664

0 commit comments

Comments
 (0)