From d9bd678f644736ec6779f10f22516cc3a088d665 Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Mon, 17 Aug 2026 16:34:08 -0700 Subject: [PATCH] fix(gateway): expose comprehendmedical passthrough routes on the gateway component --- gateway/routes/allowlist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gateway/routes/allowlist.py b/gateway/routes/allowlist.py index a80bbc9ca19..05baf98bbb5 100644 --- a/gateway/routes/allowlist.py +++ b/gateway/routes/allowlist.py @@ -83,6 +83,7 @@ GATEWAY_PATH_PREFIXES: tuple[str, ...] = ( "/azure_ai/", "/aws/", "/bedrock/", + "/comprehendmedical", "/cohere/", "/gemini/", "/google/",