diff --git a/pyproject.toml b/pyproject.toml index a6c768e..042a812 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] requires-python = ">=3.11" dependencies = [ - "fastapi==0.129.0", + "fastapi==0.133.1", "uvicorn[standard]==0.40.0", "pylunar==0.11.0", ]