diff --git a/pyproject.toml b/pyproject.toml index 665de04..164ded7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] requires-python = ">=3.11" dependencies = [ - "fastapi==0.135.1", + "fastapi==0.135.2", "uvicorn[standard]==0.41.0", "pylunar==0.11.0", ]