Skip to content

bump litellm 1.81.7#20336

Merged
Sameerlite merged 1 commit intomainfrom
litellm_bump_version_1.81.7
Feb 3, 2026
Merged

bump litellm 1.81.7#20336
Sameerlite merged 1 commit intomainfrom
litellm_bump_version_1.81.7

Conversation

@Sameerlite
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

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

🆕 New Feature
🐛 Bug Fix
🧹 Refactoring
📖 Documentation
🚄 Infrastructure
✅ Test

Changes

@vercel
Copy link

vercel bot commented Feb 3, 2026

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

Project Deployment Actions Updated (UTC)
litellm Building Building Preview, Comment Feb 3, 2026 11:22am

Request Review

@Sameerlite Sameerlite merged commit 070d501 into main Feb 3, 2026
7 of 47 checks passed
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 3, 2026

Greptile Overview

Greptile Summary

This PR bumps the LiteLLM version from 1.81.6 to 1.81.7 in the project's pyproject.toml configuration file.

Changes:

  • Updated version in [tool.poetry] section (line 3)
  • Updated version in [tool.commitizen] section (line 177)

This is a standard patch version bump following the previous release merge (PR #20333), which included security test fixes and several reverts of problematic changes.

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it's a simple version number update
  • Score reflects the minimal scope of changes (only two version number strings updated) and zero functional code changes
  • No files require special attention

Important Files Changed

Filename Overview
pyproject.toml Simple version bump from 1.81.6 to 1.81.7 in both poetry and commitizen sections - no issues found

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Git as Git Repository
    participant CI as CI/CD Pipeline
    participant PyPI as PyPI Registry

    Dev->>Git: Commit version bump (1.81.6 → 1.81.7)
    Note over Dev,Git: Updates pyproject.toml<br/>- tool.poetry.version<br/>- tool.commitizen.version
    Dev->>Git: Push to main branch
    Git->>CI: Trigger build & test
    CI->>CI: Run unit tests
    CI->>CI: Run integration tests
    CI->>CI: Build package
    CI->>PyPI: Publish litellm 1.81.7
    Note over PyPI: Package available for<br/>pip install litellm==1.81.7
Loading

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.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

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