build(orchestrator): pin FastAPI runtime dependencies

This commit is contained in:
2026-07-26 23:37:55 +00:00
committed by didericis
parent be50354100
commit 7ebd067d2c
9 changed files with 219 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
# Runtime dependencies baked only into the orchestrator images.
fastapi==0.140.0
uvicorn==0.51.0