Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.11"
pycryptodome = "^3.20.0"
httpx = "^0.27.0"
httpx = ">=0.27.0,<0.29.0"
tenacity = "^9.0.0"
dacite = "^1.8.1"

Expand Down Expand Up @@ -78,4 +78,4 @@ exclude_lines = [
ignore_errors = true

[tool.ruff]
output-format = "github"
output-format = "github"
Loading