mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
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
No EOL
99 B
Bash
Executable file
3 lines
No EOL
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 |