Skip to content

Commit 511ee6f

Browse files
authored
Merge pull request #12 from ad-ha/master
Update httpx dependency versions
2 parents 71d4119 + 824ef35 commit 511ee6f

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

poetry.lock

Lines changed: 25 additions & 3 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
[tool.poetry.dependencies]
2222
python = "^3.11"
2323
pycryptodome = "^3.20.0"
24-
httpx = "^0.27.0"
24+
httpx = ">=0.27.0,<0.29.0"
2525
tenacity = "^9.0.0"
2626
dacite = "^1.8.1"
2727

@@ -78,4 +78,4 @@ exclude_lines = [
7878
ignore_errors = true
7979

8080
[tool.ruff]
81-
output-format = "github"
81+
output-format = "github"

0 commit comments

Comments
 (0)