Skip to content

Commit

Permalink
Relax httpx version
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 authored Oct 31, 2023
1 parent cd63b0a commit eb44462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ issues = "https://github.com/drc38/python-fronius-web/issues"

[tool.poetry.dependencies]
python = ">=3.10"
httpx = ">=0.23,<0.25"
httpx = ">=0.23"
pydantic = ">=1.10,<3.0"
tenacity = "^8.1"

Expand Down

0 comments on commit eb44462

Please sign in to comment.