From 0d5f04e267bcb04e5f72a26bf96d5fef83d9b3eb Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 17 Jul 2026 13:52:52 +0000 Subject: [PATCH] fix(router): pin language-detector to reviewed commit, drop unclaimed pypi ref Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- router_plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router_plugins.json b/router_plugins.json index 58386a7d018..c1a98f7c331 100644 --- a/router_plugins.json +++ b/router_plugins.json @@ -4,7 +4,7 @@ "description": "Detects the user's language and publishes a routing signal.", "author": "Jean Nuñez", "repo": "https://github.com/jeann2013/language-detector", - "pypi": "litellm-plugin-language-detector", + "commit": "9e712819269173fc25a16f59ca3e9890f7864ac1", "litellm_version": ">=1.94.0", "tags": ["language", "classification", "routing"] }