litellm/backend
Yucheng Zhu da4e19529a
Some checks failed
Terraform Provider / gofmt, vet, build, test (push) Has been cancelled
Terraform Provider / Provider endpoints vs proxy OpenAPI schema (push) Has been cancelled
fix(ptu): CI - migration default, backend allowlist, regen schema.d.ts
Three CI failures on the stage 1 branch:

1. schema_migration_check drifted: the LiteLLM_PTUReservation CREATE TABLE
   omitted DEFAULT CURRENT_TIMESTAMP on updated_at, so prisma migrate diff
   reported the column as needing an ALTER. Added the default to match
   every other table's convention.

2. proxy-infra test_gateway_plus_backend_covers_full_app: the four new
   /ptu_reservation/* routes weren't listed on either component's
   allowlist. Added /ptu_reservation/ as a backend prefix (admin API,
   never data-plane).

3. Verify schema.d.ts matches the proxy OpenAPI spec: adding endpoints
   changed the spec so the dashboard's generated types were stale.
   Regenerated with npm run gen:api.
2026-07-15 13:23:46 -07:00
..
routes fix(ptu): CI - migration default, backend allowlist, regen schema.d.ts 2026-07-15 13:23:46 -07:00
Dockerfile fix(docker): bump wolfi-base digest for glibc 2.43-r10 2026-07-06 14:15:56 -07:00
main.py chore(oss): litellm oss staging 120626 (#30292) 2026-06-12 09:49:25 -07:00