diff --git a/pyproject.toml b/pyproject.toml index ce8d5b0..de1514e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ issues = "https://github.com/drc38/python-fronius-web/issues" [tool.poetry.dependencies] -python = "^3.10" +python = ">=3.10" httpx = ">=0.23,<0.25" pydantic = "^1.10" tenacity = "^8.1" @@ -30,4 +30,4 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.isort] -profile = "black" \ No newline at end of file +profile = "black"