Skip to content

MAINT: Bump litellm from 1.83.0 to 1.84.0 in the security-minor-and-patch group across 1 directory - #2431

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/uv/security-minor-and-patch-7263e48425
Open

MAINT: Bump litellm from 1.83.0 to 1.84.0 in the security-minor-and-patch group across 1 directory#2431
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/uv/security-minor-and-patch-7263e48425

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the security-minor-and-patch group with 1 update in the / directory: litellm.

Updates litellm from 1.83.0 to 1.84.0

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 19, 2026
Bumps the security-minor-and-patch group with 1 update in the / directory: [litellm](https://github.com/BerriAI/litellm).


Updates `litellm` from 1.83.0 to 1.84.0
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](https://github.com/BerriAI/litellm/commits/v1.84.0)

---
updated-dependencies:
- dependency-name: litellm
  dependency-version: 1.84.0
  dependency-type: direct:production
  dependency-group: security-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/security-minor-and-patch-7263e48425 branch from 73eb5d1 to a1811ca Compare August 19, 2026 19:31
@romanlutz

Roman Lutz (romanlutz) commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

The pipelines are failing for two separate reasons:

  1. LiteLLM 1.84.0 adds openai>=2.20.0,<3.0.0. Combined with PyRIT's openai>=2.2.0 requirement, uv resolves OpenAI 2.54.0 instead of 3.1.0. The ty pre-commit check then fails because five # ty: ignore[deprecated] comments in openai_video_target.py are no longer needed with OpenAI 2. Removing those suppressions should fix this check.
  2. The coverage failure is unrelated to this dependency update. The branch is behind main, so diff coverage includes newer changes to odin_dataset.py and promptintel_dataset.py and reports 68%, below the 90% threshold. Merging current main should fix that comparison.

LiteLLM continues to require openai<3.0.0 in every published release through the current 1.97.0, so upgrading LiteLLM further will not avoid the OpenAI downgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant