bug: update httpx to use compatible versioning.

This commit is contained in:
Brett Rowan
2024-03-06 21:53:14 -07:00
parent e889780bad
commit 3c227be170

View File

@@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
httpx = "^0.26.0"
httpx = ">=0.26.0"
asyncssh = "^2.14.2"
passlib = "^1.7.4"
pyaml = "^23.12.0"