Skip to content

Commit

Permalink
Merge pull request #189 from nnsnodnb/modify-httpx-version-range
Browse files Browse the repository at this point in the history
Modify installable version range for httpx
  • Loading branch information
nnsnodnb committed Jan 23, 2024
2 parents 3ecb50e + 70a2ee4 commit 5824de3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9"
httpx = {extras = ["http2"], version = "^0.26.0"}
httpx = {extras = ["http2"], version = ">=0.23.0,<0.27.0"}
PyJWT = "^2.6.0"
cryptography = ">=39,<43"

Expand All @@ -38,7 +38,7 @@ flake8 = "^7.0.0"
mypy = ">=1.8,<2"
pytest-cov = "^4.0.0"
coveralls = "^3.3.1"
pytest-httpx = "^0.28.0"
pytest-httpx = ">=0.21.3,<0.29.0"
pytest-asyncio = ">=0.20.3,<0.24.0"

[build-system]
Expand Down

0 comments on commit 5824de3

Please sign in to comment.