fix: make cleanup_module backcompatible

This commit is contained in:
Ruben Fiszel
2023-12-10 13:29:51 +01:00
parent 33c24e1186
commit 715cb08fcd
4 changed files with 37 additions and 49 deletions

View File

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