diff --git a/apps/orchestrator/requirements.txt b/apps/orchestrator/requirements.txt index 7618425..d88a3a6 100644 --- a/apps/orchestrator/requirements.txt +++ b/apps/orchestrator/requirements.txt @@ -12,7 +12,7 @@ typer==0.21.1 rich==15.0.0 pytest==9.0.3 fastapi==0.128.1 -uvicorn==0.44.0 +uvicorn==0.45.0 python-dotenv==1.2.2 opentelemetry-api==1.41.0 opentelemetry-sdk==1.41.0 diff --git a/apps/orchestrator/setup.cfg b/apps/orchestrator/setup.cfg index 30503dc..f44e5e9 100644 --- a/apps/orchestrator/setup.cfg +++ b/apps/orchestrator/setup.cfg @@ -24,7 +24,7 @@ install_requires = typer==0.21.1 rich==15.0.0 fastapi==0.128.1 - uvicorn==0.44.0 + uvicorn==0.45.0 python-dotenv==1.2.2 opentelemetry-api==1.41.0 opentelemetry-sdk==1.41.0