Skip to content

Bump litellm from 1.61.9 to 1.61.13 #1140

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

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2025

Bumps litellm from 1.61.9 to 1.61.13.

Release notes

Sourced from litellm's releases.

v1.61.11-nightly

What's Changed

Full Changelog: BerriAI/litellm@v1.61.9-nightly...v1.61.11-nightly

## Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.61.11-nightly
</code></pre>
<h3>Don't want to maintain your internal proxy? get in touch 🎉</h3>
<p>Hosted Proxy Alpha: <a href="https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat">https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat</a></p>
<h2>Load Test LiteLLM Proxy Results</h2>
<table>
<thead>
<tr>
<th>Name</th>
<th>Status</th>
<th>Median Response Time (ms)</th>
<th>Average Response Time (ms)</th>
<th>Requests/s</th>
<th>Failures/s</th>
<th>Request Count</th>
<th>Failure Count</th>
<th>Min Response Time (ms)</th>
<th>Max Response Time (ms)</th>
</tr>
</thead>
<tbody>
<tr>
<td>/chat/completions</td>
<td>Failed ❌</td>
<td>120.0</td>
<td>146.33082595240526</td>
<td>6.457801208431416</td>
<td>6.457801208431416</td>
<td>1933</td>
<td>1933</td>
<td>97.35924100004922</td>
<td>4080.5825460000165</td>
</tr>
<tr>
<td>Aggregated</td>
<td>Failed ❌</td>
<td>120.0</td>
<td>146.33082595240526</td>
<td>6.457801208431416</td>
<td>6.457801208431416</td>
<td>1933</td>
<td>1933</td>
<td>97.35924100004922</td>
<td>4080.5825460000165</td>
</tr>
</tbody>
</table>
<h2>v1.61.9-nightly</h2>
<h2>What's Changed</h2>
<ul>
<li>Pass router tags in request headers - <code>x-litellm-tags</code> + fix openai metadata param check by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/8609">BerriAI/litellm#8609</a></li>
<li>(Fix) Redis async context usage for Redis Cluster + 94% lower median latency when using Redis Cluster   by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/8622">BerriAI/litellm#8622</a></li>
<li>add openrouter/google/gemini-2.0-flash-001 by <a href="https://github.com/HeMuling"><code>@​HeMuling</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/8619">BerriAI/litellm#8619</a></li>
<li>feat: add oss license check for related packages by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/8623">BerriAI/litellm#8623</a></li>
<li>fix(model_cost_map): fix json parse error on model cost map + add uni… by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/8629">BerriAI/litellm#8629</a></li>
<li>[Feature]: Redis Caching - Allow setting a namespace for redis cache by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/8624">BerriAI/litellm#8624</a></li>
<li>Cleanup ui filter icon + pass timeout for Sagemaker messages API by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/8630">BerriAI/litellm#8630</a></li>
<li>Add Elroy to projects built with litellm by <a href="https://github.com/elroy-bot"><code>@​elroy-bot</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/8642">BerriAI/litellm#8642</a></li>
<li>Add OSS license check to ci/cd  by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/8626">BerriAI/litellm#8626</a></li>
<li>Fix parallel request limiter on proxy by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/8639">BerriAI/litellm#8639</a></li>
<li>Cleanup user <!-- raw HTML omitted --> team association on <code>/team/delete</code> + Fix bedrock/deepseek_r1/ translation by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/8640">BerriAI/litellm#8640</a></li>
<li>(Polish/Fixes) - Fixes for Adding Team Specific Models  by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/8645">BerriAI/litellm#8645</a></li>
</ul>
<h2>New Contributors</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li>See full diff in <a href="https://github.com/BerriAI/litellm/commits&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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)

@dependabot dependabot bot added Dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 21, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/litellm-1.61.13 branch from a32978b to 816bc74 Compare February 21, 2025 05:38
Bumps [litellm](https://github.com/BerriAI/litellm) from 1.61.9 to 1.61.13.
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](https://github.com/BerriAI/litellm/commits)

---
updated-dependencies:
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/litellm-1.61.13 branch from 816bc74 to c93b96b Compare February 21, 2025 06:33
@aponcedeleonch aponcedeleonch merged commit d2b2f55 into main Feb 21, 2025
11 checks passed
@aponcedeleonch aponcedeleonch deleted the dependabot/pip/litellm-1.61.13 branch February 21, 2025 07:03
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 Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant