diff --git a/poetry.lock b/poetry.lock index 4e41f98..a4f3f80 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2060,5 +2060,5 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" -python-versions = "~3.11" -content-hash = "b3d9c557147880dab0cb851dd581c8644652257300ee38ce0a8c07f9c2d8c482" +python-versions = ">3.11, <3.13" +content-hash = "3fe46e39472df4ae03697ee8818117c47c4f53c56cc5418ab371381ccb9726f6" diff --git a/pyproject.toml b/pyproject.toml index 61c6a48..6896385 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["SouthFox "] readme = "README.org" [tool.poetry.dependencies] -python = "~3.11" +python = ">3.11, <3.13" fastapi = "^0.111.0" httpx = "^0.27.0" uvicorn = "^0.30.1"