Skip to content

Commit 5789d90

Browse files
authored
Update httpx dependency versions
1 parent 71d4119 commit 5789d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)