Skip to content

[Infra] Bumping proxy extras version#21332

Merged
yuneng-jiang merged 2 commits intomainfrom
yj_infra_feb16
Feb 16, 2026
Merged

[Infra] Bumping proxy extras version#21332
yuneng-jiang merged 2 commits intomainfrom
yj_infra_feb16

Conversation

@yuneng-jiang
Copy link
Collaborator

Relevant issues

Pre-Submission checklist

Please complete all items before asking a LiteLLM maintainer to review your PR

  • I have Added testing in the tests/litellm/ directory, Adding at least 1 test is a hard requirement - see details
  • My PR passes all unit tests on make test-unit
  • My PR's scope is as isolated as possible, it only solves 1 specific problem
  • I have requested a Greptile review by commenting @greptileai and received a Confidence Score of at least 4/5 before requesting a maintainer review

CI (LiteLLM team)

CI status guideline:

  • 50-55 passing tests: main is stable with minor issues.
  • 45-49 passing tests: acceptable but needs attention
  • <= 40 passing tests: unstable; be careful with your merges and assess the risk.
  • Branch creation CI run
    Link:

  • CI run for the last commit
    Link:

  • Merge / cherry-pick CI run
    Links:

Type

🚄 Infrastructure

Changes

@vercel
Copy link

vercel bot commented Feb 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment Feb 16, 2026 7:23pm

Request Review

@yuneng-jiang yuneng-jiang merged commit 17312f5 into main Feb 16, 2026
9 of 21 checks passed
yuneng-jiang added a commit that referenced this pull request Feb 16, 2026
[Infra] Bumping proxy extras version
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 16, 2026

Greptile Summary

Routine version bump of litellm-proxy-extras from 0.4.39 to 0.4.40, updating version references across litellm-proxy-extras/pyproject.toml, the root pyproject.toml, and requirements.txt, along with new build artifacts (.whl and .tar.gz).

  • Version bumped consistently from 0.4.39 to 0.4.40 in all three configuration files
  • New binary build artifacts added for 0.4.40 (wheel and source distribution)
  • The commitizen version configuration in litellm-proxy-extras/pyproject.toml correctly tracks the version update paths for dependent files

Confidence Score: 5/5

  • This PR is safe to merge — it is a mechanical version bump with no logic changes.
  • All changes are version string bumps from 0.4.39 to 0.4.40 with perfect consistency across the three text files. No code logic was changed. The build artifacts are standard Python distribution files matching the new version.
  • No files require special attention.

Important Files Changed

Filename Overview
litellm-proxy-extras/pyproject.toml Version bumped from 0.4.39 to 0.4.40 in both [tool.poetry].version and [tool.commitizen].version. No issues found.
pyproject.toml litellm-proxy-extras optional dependency version updated from 0.4.39 to 0.4.40. Consistent with other version references.
requirements.txt litellm-proxy-extras pinned version updated from 0.4.39 to 0.4.40. Consistent with other version references.
litellm-proxy-extras/dist/litellm_proxy_extras-0.4.40-py3-none-any.whl New binary wheel artifact for version 0.4.40. Binary file, cannot inspect contents without Python runtime.
litellm-proxy-extras/dist/litellm_proxy_extras-0.4.40.tar.gz New source distribution tarball for version 0.4.40. Binary file, cannot inspect contents without Python runtime.

Flowchart

flowchart TD
    A["litellm-proxy-extras/pyproject.toml\n(version: 0.4.39 → 0.4.40)"] -->|commitizen version_files| B["pyproject.toml\n(litellm-proxy-extras dep: 0.4.39 → 0.4.40)"]
    A -->|commitizen version_files| C["requirements.txt\n(litellm-proxy-extras==0.4.39 → 0.4.40)"]
    A -->|poetry build| D["dist/litellm_proxy_extras-0.4.40-py3-none-any.whl"]
    A -->|poetry build| E["dist/litellm_proxy_extras-0.4.40.tar.gz"]
Loading

Last reviewed commit: ca1a642

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@yuneng-jiang yuneng-jiang deleted the yj_infra_feb16 branch February 19, 2026 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant