[litellm-agent] Staging → litellm_internal_staging (5/22/2026)#28601
[litellm-agent] Staging → litellm_internal_staging (5/22/2026)#28601oss-pr-review-agent-shin[bot] wants to merge 2 commits into
Conversation
|
@greptile please review |
|
|
Greptile SummaryThis staging merge bundles a single bug fix (#28598) that prevents an
Confidence Score: 5/5Safe to merge — both changes are narrow, well-tested, and fix real user-facing problems without touching auth or critical request paths. The Python fix is a one-liner with comprehensive parametrised tests covering every falsy edge case. The Helm change follows standard Helm idioms and is validated by a new helm-unittest test. No logic regressions, no security implications. No files require special attention, though users of the Helm chart with literal brace characters in their podAnnotations values should be aware of the tpl rendering change.
|
| Filename | Overview |
|---|---|
| litellm/llms/base_llm/chat/transformation.py | One-line fix: replaces .get("thinking", {}) with (... or {}) to handle None thinking param without AttributeError |
| tests/test_litellm/test_thinking_enabled.py | New unit test file covering 10 parameter combinations for is_thinking_enabled, including all the falsy edge cases addressed by the fix |
| deploy/charts/litellm-helm/templates/deployment.yaml | podAnnotations now rendered via tpl, enabling Go template expressions; any existing user with literal {{ }} braces in annotation values would experience a breaking change |
| deploy/charts/litellm-helm/tests/deployment_tests.yaml | New helm-unittest test validating tpl-based annotation rendering, covering both dynamic and literal annotation values |
Reviews (2): Last reviewed commit: "feat(helm): support tpl rendering in pod..." | Re-trigger Greptile
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Squash-merged by litellm-agent from devauxbr's PR.
|
@greptile please review |
|
covered in #28770 |
Merged PRs (1)
Auto-updated by litellm-agent on each merge.