fix(python-client): only require httpx to be >= 0.24 instead of ^0.24

This commit is contained in:
Ruben Fiszel
2024-08-22 09:01:10 +02:00
parent b5931721e2
commit fc12aeb396

View File

@@ -16,7 +16,7 @@ include = ["wmill/py.typed"]
[tool.poetry.dependencies]
python = "^3.7"
httpx = "^0.24"
httpx = ">=0.24"
[build-system]
requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"]