diff --git a/pyproject.toml b/pyproject.toml index 5c7ffe8..1806934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "numpy==1.24.3", # API and monitoring - "fastapi==0.110.0", + "fastapi==0.119.0", "uvicorn==0.27.1", "prometheus-client==0.20.0" ] diff --git a/requirements.txt b/requirements.txt index aa12f0c..faf2287 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ numpy==1.24.3 matplotlib==3.7.1 # API and monitoring -fastapi==0.110.0 +fastapi==0.119.0 uvicorn==0.27.1 prometheus-client==0.20.0