Conversation
Bumps [litellm](https://github.com/BerriAI/litellm) from 1.65.7 to 1.83.0. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.83.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit af235cb. Configure here.
| jsonschema==4.23.0 | ||
| kaggle==1.6.3 | ||
| litellm==1.65.7 | ||
| litellm==1.83.0 |
There was a problem hiding this comment.
Dependency conflict: litellm 1.83.0 requires openai 2.x
High Severity
litellm==1.83.0 requires openai>=2.30.0 (as specified in its pyproject.toml), but this project pins openai==1.72.0. The openai package moved from 1.x to 2.x (2.0.0 released September 2025), and litellm 1.83.0 (released March 2026) depends on the 2.x line. This dependency conflict will cause pip to fail during installation, preventing the environment from being set up at all.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit af235cb. Configure here.


Bumps litellm from 1.65.7 to 1.83.0.
Release notes
Sourced from litellm's releases.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.