Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Bump litellm from 1.61.6 to 1.61.9 #1119

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps litellm from 1.61.6 to 1.61.9.

Release notes

Sourced from litellm's releases.

v1.61.9.dev1

What's Changed

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

## Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.61.9.dev1
</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>180.0</td>
<td>209.72659395983104</td>
<td>6.321588488030633</td>
<td>6.321588488030633</td>
<td>1892</td>
<td>1892</td>
<td>147.1097109999846</td>
<td>3268.0857999999944</td>
</tr>
<tr>
<td>Aggregated</td>
<td>Failed ❌</td>
<td>180.0</td>
<td>209.72659395983104</td>
<td>6.321588488030633</td>
<td>6.321588488030633</td>
<td>1892</td>
<td>1892</td>
<td>147.1097109999846</td>
<td>3268.0857999999944</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>
<ul>
<li><a href="https://github.com/HeMuling"><code>@​HeMuling</code></a> made their first contribution in <a href="https://redirect.github.com/BerriAI/litellm/pull/8619">BerriAI/litellm#8619</a></li>
<li><a href="https://github.com/elroy-bot"><code>@​elroy-bot</code></a> made their first contribution in <a href="https://redirect.github.com/BerriAI/litellm/pull/8642">BerriAI/litellm#8642</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/BerriAI/litellm/compare/v1.61.8-nightly...v1.61.9-nightly">https://github.com/BerriAI/litellm/compare/v1.61.8-nightly...v1.61.9-nightly</a></p>
<!-- 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)

Bumps [litellm](https://github.com/BerriAI/litellm) from 1.61.6 to 1.61.9.
- [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 added Dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 20, 2025
@aponcedeleonch aponcedeleonch merged commit 4cef0bd into main Feb 20, 2025
11 checks passed
@aponcedeleonch aponcedeleonch deleted the dependabot/pip/litellm-1.61.9 branch February 20, 2025 08:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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