Pin every dependency across all Docker builds so upgrades are intentional. Verified by building all 3 production images and diffing pip freeze against known-good v1.83.0-nightly baselines — zero version drift. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 lines
99 B
Bash
Executable File
3 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
pip install semantic_router==0.1.11 --no-deps
|
|
pip install aurelio-sdk==0.0.19 --no-deps |