From 1998df994e22233dbf6d29a359cf1cbc20c1da6a Mon Sep 17 00:00:00 2001 From: mateo Date: Mon, 10 Aug 2026 23:23:25 +0000 Subject: [PATCH] fix(backend): allowlist the /v1/model/deprecations route Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- backend/routes/allowlist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/routes/allowlist.py b/backend/routes/allowlist.py index 8ccd439979b..40d0157828f 100644 --- a/backend/routes/allowlist.py +++ b/backend/routes/allowlist.py @@ -35,6 +35,7 @@ BACKEND_PATH_PREFIXES: tuple[str, ...] = ( # Models & routing config "/model/", "/v1/model/info", + "/v1/model/deprecations", "/v2/model/", "/model_group", "/model_access_group/",