diff --git a/apps/orchestrator/requirements.txt b/apps/orchestrator/requirements.txt index 7618425..e52f202 100644 --- a/apps/orchestrator/requirements.txt +++ b/apps/orchestrator/requirements.txt @@ -11,7 +11,7 @@ jsonschema==4.26.0 typer==0.21.1 rich==15.0.0 pytest==9.0.3 -fastapi==0.128.1 +fastapi==0.136.0 uvicorn==0.44.0 python-dotenv==1.2.2 opentelemetry-api==1.41.0 diff --git a/apps/orchestrator/setup.cfg b/apps/orchestrator/setup.cfg index 30503dc..cf8e0be 100644 --- a/apps/orchestrator/setup.cfg +++ b/apps/orchestrator/setup.cfg @@ -23,7 +23,7 @@ install_requires = jsonschema==4.26.0 typer==0.21.1 rich==15.0.0 - fastapi==0.128.1 + fastapi==0.136.0 uvicorn==0.44.0 python-dotenv==1.2.2 opentelemetry-api==1.41.0