Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/jsonwebtoken": "^9.0.10",
"dotenv": "^17.0.0",
"express": "^5.0.0",
"js-yaml": "^4.3.2",
"js-yaml": "^5.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve YAML merge-key parsing before upgrading

When model entries inherit litellm_params.model through <<, js-yaml v5's default CORE_SCHEMA leaves that merge key unresolved, so the existing alias case in test/litellm-config.test.cjs loses local-fallback and fails. More importantly, a configuration where every model uses such defaults produces an empty allowlist, after which isModelAllowed() accepts every requested model through its fail-open branch; select a schema that supports merge keys or normalize them before taking this major upgrade.

AGENTS.md reference: AGENTS.md:L50-L50

Useful? React with 👍 / 👎.

"jsonwebtoken": "^9.0.2",
"zod": "^4.0.0"
},
Expand Down
Loading