Skip to content

Commit

Permalink
chore: relax HTTPX version upper bound (#319)
Browse files Browse the repository at this point in the history
Closes: #313
  • Loading branch information
vdusek authored Dec 20, 2024
1 parent 9457039 commit 3ea7ada
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 34 deletions.
59 changes: 29 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ keywords = [
[tool.poetry.dependencies]
python = "^3.9"
apify-shared = ">=1.1.2"
# TODO: relax the upper bound once the issue is resolved:
# https://github.com/apify/apify-client-python/issues/313
httpx = ">=0.25 <0.28.0"
httpx = ">=0.25"
more_itertools = ">=10.0.0"

[tool.poetry.group.dev.dependencies]
Expand All @@ -60,7 +58,7 @@ pytest-only = "~2.1.0"
pytest-timeout = "~2.3.0"
pytest-xdist = "~3.6.0"
redbaron = "~0.9.0"
respx = "^0.21.1"
respx = "~0.22.0"
ruff = "~0.8.0"
setuptools = "~75.6.0" # setuptools are used by pytest but not explicitly required

Expand Down

0 comments on commit 3ea7ada

Please sign in to comment.