Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump litellm from 1.34.18 to 1.34.42 #51

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2024

Autogenerated PR Description

PR Description

This pull request updates the dependency on litellm from version 1.34.18 to 1.34.42. The update includes several changes and new features introduced in the latest version of litellm.

Changes and New Features

  • Setup SSO on admin UI
  • Fix SSO error related to user access
  • Fix embedding caching to allow base 64 embedding cache hits
  • Add new models to the models list
  • Return stack trace on failing /health checks
  • Fix setting environment variables in /config/update
  • Router async improvements
  • Fix security issue related to server-side template injection

Motivation

The update aims to incorporate new features, improvements, and bug fixes introduced in the latest version of litellm. Additionally, it addresses security vulnerabilities and enhances the overall performance and stability of the application.

Code Diff

The code diff shows the changes made to the poetry.lock and pyproject.toml files to update the dependency version from 1.34.18 to 1.34.42.

Dependabot

The PR includes information about Dependabot commands and options for managing the automated actions related to this dependency update.

-- Generated with love by Cloud Code AI

Original Description Bumps [litellm](https://github.com/BerriAI/litellm) from 1.34.18 to 1.34.42.
Release notes

Sourced from litellm's releases.

v1.34.42

What's Changed

Full Changelog: BerriAI/litellm@1.34.40.dev1...v1.34.42

Load Test LiteLLM Proxy Results

Name Status Median Response Time (ms) Average Response Time (ms) Requests/s Failures/s Request Count Failure Count Min Response Time (ms) Max Response Time (ms)
/chat/completions Passed ✅ 41 45.62665910765985 1.6134726654854352 0.0 483 0 35.47842400001855 1423.002457999985
/health/liveliness Passed ✅ 25 27.266815498923485 15.506708308868303 0.0 4642 0 23.460693000004085 1011.4049249999653
/health/readiness Passed ✅ 25 28.117354577288825 15.797333820042699 0.0 4729 0 23.34315000001652 1129.9532500000282
Aggregated Passed ✅ 25 28.574914115181734 32.91751479439644 0.0 9854 0 23.34315000001652 1423.002457999985

v1.34.41

What's Changed

Full Changelog: BerriAI/litellm@1.34.39.dev1...v1.34.41

Load Test LiteLLM Proxy Results

Name Status Median Response Time (ms) Average Response Time (ms) Requests/s Failures/s Request Count Failure Count Min Response Time (ms) Max Response Time (ms)
/chat/completions Passed ✅ 55 60.27472656762199 1.6302017598732303 0.0 488 0 49.61538999998538 853.5629180000228
/health/liveliness Passed ✅ 40 42.21640406246 15.617199236490475 0.0 4675 0 38.64845300000752 1119.598647000032
/health/readiness Passed ✅ 41 43.405607340724444 15.216329951275746 0.0 4555 0 38.678258999993886 1239.126835000036
Aggregated Passed ✅ 41 43.680623275776924 32.463730947639455 0.0 9718 0 38.64845300000752 1239.126835000036

v1.34.40

What's Changed

Full Changelog: BerriAI/litellm@v1.34.39...v1.34.40

Load Test LiteLLM Proxy Results

... (truncated)

Commits
  • a4d7ef9 bump: version 1.34.41 → 1.34.42
  • 8a1cdc9 Merge pull request #2941 from BerriAI/litellm_fix_sec_report
  • b3f62b7 fix cleanup
  • 6a5d5bc fix use ImmutableSandboxedEnvironment
  • f4d3467 fix: update gitignore
  • f9cabf0 fix jinja2 use ImmutableSandboxedEnvironment
  • 83e7ed9 Merge pull request #2942 from BerriAI/litellm_fix_router_loading
  • de5dd73 docs(enterprise.md): improve language
  • 79dc453 docs(enterprise.md): fix language
  • 266dba6 fix(router.py): handle 1 deployment being picked
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [litellm](https://github.com/BerriAI/litellm) from 1.34.18 to 1.34.42.
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.34.18...v1.34.42)

---
updated-dependencies:
- dependency-name: litellm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2024
Copy link
Contributor

kaizen-bot bot commented Apr 12, 2024

Code Review Feedback

Code Quality

Consider adding release notes or changelog entries for each version update.
Reason

This will help users understand the changes and make it easier to track the evolution of the project.

Confidence

80

Testing

Ensure that load test results are reviewed and any performance implications are considered.
Reason

Changes in response times and request counts should be analyzed to ensure no negative impact on performance.

Confidence

70

Documentation

Consider updating the project's documentation to reflect the changes introduced in this update.
Reason

Keeping the documentation up to date helps users understand the latest features and improvements.

Confidence

75

Potential Issues

The code diff in the pull request shows changes to dependencies. Ensure that these updates do not introduce compatibility or stability issues.
Reason

Dependency updates can sometimes lead to unforeseen issues, so thorough testing is recommended.

Confidence

85

-- Generated by Cloud Code AI

@sauravpanda sauravpanda merged commit 54f1edb into main Apr 12, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/pip/litellm-1.34.42 branch April 12, 2024 05:49
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant