[PR #2219] [CLOSED] chore(deps): bump litellm[proxy] from 1.35.28 to 1.37.5 in /backend #7728

Closed
opened 2025-11-11 17:34:22 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2219
Author: @dependabot[bot]
Created: 5/13/2024
Status: Closed

Base: mainHead: dependabot/pip/backend/litellm-proxy--1.37.5


📝 Commits (1)

  • 71f9bb4 chore(deps): bump litellm[proxy] from 1.35.28 to 1.37.5 in /backend

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps litellm[proxy] from 1.35.28 to 1.37.5.

Release notes

Sourced from litellm[proxy]'s releases.

v1.37.5

What's Changed

New Contributors

Full Changelog: https://github.com/BerriAI/litellm/compare/v1.37.3-stable...v1.37.5

Docker Run LiteLLM Proxy

docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.37.5

Don't want to maintain your internal proxy? get in touch 🎉

Hosted Proxy Alpha: https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat

v1.37.3-stable

Full Changelog: https://github.com/BerriAI/litellm/compare/v1.37.3...v1.37.3-stable

Docker Run LiteLLM Proxy

docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
</tr></table> 

... (truncated)

Commits
  • 61143c8 refactor(main.py): trigger new build
  • 99e8f07 test(test_end_users.py): fix end user region routing test
  • b4684d5 fix(proxy_server.py): linting fix
  • 094f201 build(model_prices_and_context_window.json): add bedrock cohere command r pri...
  • 15a6e59 fix(proxy/_types.py): allow jwt admin to access spend routes
  • 7276c6e docs(token_auth.md): add end user cost tracking to jwt auth docs
  • 94c9df9 Merge pull request #3586 from BerriAI/litellm_bedrock_command_r_support
  • 1d651c6 Merge branch 'main' into litellm_bedrock_command_r_support
  • e8437e5 test(test_rules.py): fix test
  • 7566a2f Merge pull request #3589 from msabramo/msabramo/make_test_load_router_config_...
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/2219 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/13/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/backend/litellm-proxy--1.37.5` --- ### 📝 Commits (1) - [`71f9bb4`](https://github.com/open-webui/open-webui/commit/71f9bb409737cfdea0e2e0daa5908354a5056602) chore(deps): bump litellm[proxy] from 1.35.28 to 1.37.5 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [litellm[proxy]](https://github.com/BerriAI/litellm) from 1.35.28 to 1.37.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/BerriAI/litellm/releases">litellm[proxy]'s releases</a>.</em></p> <blockquote> <h2>v1.37.5</h2> <h2>What's Changed</h2> <ul> <li>add additional models from openrouter by <a href="https://github.com/Merlinvt"><code>@​Merlinvt</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3545">BerriAI/litellm#3545</a></li> <li>Initial OIDC support (Google/GitHub/CircleCI -&gt; Amazon Bedrock &amp; Azure OpenAI) by <a href="https://github.com/Manouchehri"><code>@​Manouchehri</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3507">BerriAI/litellm#3507</a></li> <li>Fix tool calls tracking with Lunary by <a href="https://github.com/vincelwt"><code>@​vincelwt</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3424">BerriAI/litellm#3424</a></li> <li>✨ feat: Add Azure Content-Safety Proxy hooks by <a href="https://github.com/Lunik"><code>@​Lunik</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3407">BerriAI/litellm#3407</a></li> <li>fix(exceptions.py): import openai Exceptions by <a href="https://github.com/nobu007"><code>@​nobu007</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3399">BerriAI/litellm#3399</a></li> <li>Clarifai-LiteLLM : Added clarifai as LLM Provider. by <a href="https://github.com/mogith-pn"><code>@​mogith-pn</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3369">BerriAI/litellm#3369</a></li> <li>(fix) Fixed linting and other bugs with watsonx provider by <a href="https://github.com/simonsanvil"><code>@​simonsanvil</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3561">BerriAI/litellm#3561</a></li> <li>feat(router.py): allow setting model_region in litellm_params by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3582">BerriAI/litellm#3582</a></li> <li>[UI] Show Token ID/Hash on Admin UI by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3583">BerriAI/litellm#3583</a></li> <li>[Litellm Proxy + litellm.Router] - Pass the same message/prompt to N models by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3585">BerriAI/litellm#3585</a></li> <li>[Feat] - log metadata on traces + allow users to log metadata when <code>existing_trace_id</code> exists by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3581">BerriAI/litellm#3581</a></li> <li>Set fake env vars for <code>client_no_auth</code> fixture by <a href="https://github.com/msabramo"><code>@​msabramo</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3588">BerriAI/litellm#3588</a></li> <li>[Feat] Proxy + Router - Retry on RateLimitErrors when fallbacks, other deployments exists by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3590">BerriAI/litellm#3590</a></li> <li>Make <code>test_load_router_config</code> pass by <a href="https://github.com/msabramo"><code>@​msabramo</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3589">BerriAI/litellm#3589</a></li> <li>feat(bedrock_httpx.py): Make Bedrock-Cohere calls Async + Command-R support by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3586">BerriAI/litellm#3586</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Merlinvt"><code>@​Merlinvt</code></a> made their first contribution in <a href="https://redirect.github.com/BerriAI/litellm/pull/3545">BerriAI/litellm#3545</a></li> <li><a href="https://github.com/mogith-pn"><code>@​mogith-pn</code></a> made their first contribution in <a href="https://redirect.github.com/BerriAI/litellm/pull/3369">BerriAI/litellm#3369</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/BerriAI/litellm/compare/v1.37.3-stable...v1.37.5">https://github.com/BerriAI/litellm/compare/v1.37.3-stable...v1.37.5</a></p> <h2>Docker Run LiteLLM Proxy</h2> <pre><code>docker run \ -e STORE_MODEL_IN_DB=True \ -p 4000:4000 \ ghcr.io/berriai/litellm:main-v1.37.5 </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>v1.37.3-stable</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/BerriAI/litellm/compare/v1.37.3...v1.37.3-stable">https://github.com/BerriAI/litellm/compare/v1.37.3...v1.37.3-stable</a></p> <h2>Docker Run LiteLLM Proxy</h2> <pre><code>docker run \ -e STORE_MODEL_IN_DB=True \ -p 4000:4000 \ &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BerriAI/litellm/commit/61143c8b45e3a3a374084db2b0dc2d0f8090e76c"><code>61143c8</code></a> refactor(main.py): trigger new build</li> <li><a href="https://github.com/BerriAI/litellm/commit/99e8f0715e0973e65d32d36907cd36215e4a1c6d"><code>99e8f07</code></a> test(test_end_users.py): fix end user region routing test</li> <li><a href="https://github.com/BerriAI/litellm/commit/b4684d5132911011068e5fc30dd66d6b0e53865f"><code>b4684d5</code></a> fix(proxy_server.py): linting fix</li> <li><a href="https://github.com/BerriAI/litellm/commit/094f20121ad08e4fa28927629dce04244573b80d"><code>094f201</code></a> build(model_prices_and_context_window.json): add bedrock cohere command r pri...</li> <li><a href="https://github.com/BerriAI/litellm/commit/15a6e59431a5259c0b07acc60d5c28aec710a26f"><code>15a6e59</code></a> fix(proxy/_types.py): allow jwt admin to access spend routes</li> <li><a href="https://github.com/BerriAI/litellm/commit/7276c6eb1e12139b8606ee0026928b1c4b8ca2f2"><code>7276c6e</code></a> docs(token_auth.md): add end user cost tracking to jwt auth docs</li> <li><a href="https://github.com/BerriAI/litellm/commit/94c9df969e0436e65514f63ba2ca53b3880c638c"><code>94c9df9</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3586">#3586</a> from BerriAI/litellm_bedrock_command_r_support</li> <li><a href="https://github.com/BerriAI/litellm/commit/1d651c60491a242faa0b8d6d18e86f14ea793d63"><code>1d651c6</code></a> Merge branch 'main' into litellm_bedrock_command_r_support</li> <li><a href="https://github.com/BerriAI/litellm/commit/e8437e52fa26fa1e8c4cb8ae35bbb2385db72d8c"><code>e8437e5</code></a> test(test_rules.py): fix test</li> <li><a href="https://github.com/BerriAI/litellm/commit/7566a2fc78982e9cb2f636c2cb99853eb2358ca1"><code>7566a2f</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3589">#3589</a> from msabramo/msabramo/make_test_load_router_config_...</li> <li>Additional commits viewable in <a href="https://github.com/BerriAI/litellm/compare/v1.35.28...v1.37.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=litellm[proxy]&package-manager=pip&previous-version=1.35.28&new-version=1.37.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:34:22 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7728