diff --git a/pyproject.toml b/pyproject.toml index 0089b993..5fef65bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ maintainers = [ readme = "README.md" [tool.poetry.dependencies] -python = ">=3.11,<4.0" +python = ">=3.10,<4.0" fastapi = ">=0.109.1" llama-index-core = "^0.11.10" pydantic-settings = ">=2.0,<3.0"