diff --git a/pyproject.toml b/pyproject.toml index 9c37e561..d89c63c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.10,<3.15" readme = "README.md" license = { text = "MIT" } dependencies = [ - "fastapi~=0.129.0", + "fastapi~=0.135.1", "uvicorn[standard]~=0.41.0", "promplate[all]~=0.3.5.0", "promplate-trace[langfuse,langsmith]==0.3.0.dev7",