This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+7 more
Affected surfaces
Summary
AI summaryFixed RouterConfig extra fields causing pydantic validation errors with unrelated env vars.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Ignores extra fields in RouterConfig preventing validation errors during dynamic routing initialization. Ignores extra fields in RouterConfig preventing validation errors during dynamic routing initialization. Source: llm_adapter@2026-05-25 Confidence: high |
— |
Full changelog
Fixed
- RouterConfig extra fields — added
extra="ignore"tomodel_configso unrelated env vars (e.g.NOTION_API_TOKEN) in.envno longer cause a pydanticextra_forbiddenvalidation error that breaks dynamic routing initialization.
Upgrade
uv tool upgrade llm-routing
# or
pip install --upgrade llm-routing
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ypollak2/llm-router
Subscription-aware LLM router for Claude Code. Routes tasks to 20+ providers (OpenAI, Gemini, Groq, Ollama, Codex) based on complexity classification, Claude subscription pressure, and cost. Free tasks stay on Claude subscription; expensive tasks fall back to the cheapest capable model. Includes 30 MCP tools, 6 auto-routing hooks, semantic dedup cache, prompt caching, daily spend cap, and a live web dashboard.
Related context
Related tools
Beta — feedback welcome: [email protected]