diff --git a/pyproject.toml b/pyproject.toml index bee1a388..c1885a85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.10" version = "0.0.1" dependencies = [ - "fastapi[all]==0.99.1", + "fastapi[all]==0.103.0", "pymongo==4.4.0", "uvicorn==0.22.0" ]