mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
The proxy probed for the Prisma CLI by spawning the bare `prisma` console script, so a launcher whose PATH lacked the interpreter's bin directory printed "prisma package not found", skipped every migration and served traffic against an empty schema. Every Prisma command now falls back to `python -m prisma` when the console script is not on PATH, and the boot probe checks for the console script or the importable package instead of spawning anything. |
||
|---|---|---|
| .. | ||
| test_component_image_serves_offline.py | ||
| test_db_schema_migration.py | ||
| test_image_bedrock_realtime_extra.py | ||
| test_invalid_index_repair.py | ||
| test_offline_image_migration.py | ||
| test_prisma_toolchain.py | ||
| test_replica_identity_full.py | ||
| test_ui_image_serves_offline.py | ||