diff --git a/backend/api/pyproject.toml b/backend/api/pyproject.toml index 041dab4..012cb2b 100644 --- a/backend/api/pyproject.toml +++ b/backend/api/pyproject.toml @@ -6,7 +6,7 @@ authors = [ {name = "jonanfu",email = "jonanfu@gmail.com"} ] readme = "README.md" -requires-python = ">=3.9,<3.13" +requires-python = ">=3.9,<3.14" dependencies = [ "supabase (>=2.22.0,<3.0.0)", "uvicorn[standard] (>=0.37.0,<0.38.0)",