[PR #1948] [CLOSED] chore(deps): bump the python-packages group across 1 directory with 8 updates #7644

Closed
opened 2025-11-11 17:32:15 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dependabot/pip/backend/python-packages-07f04a9d69


📝 Commits (1)

  • 3b3ad54 chore(deps): bump the python-packages group across 1 directory with 8 updates

📊 Changes

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

View changed files

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

📄 Description

Bumps the python-packages group with 8 updates in the /backend directory:

Package From To
fastapi 0.109.2 0.111.0
litellm 1.35.28 1.35.36
litellm[proxy] 1.35.28 1.35.36
boto3 1.34.95 1.34.97
langchain 0.1.16 0.1.17
langchain-community 0.0.34 0.0.36
chromadb 0.4.24 0.5.0
langfuse 2.27.3 2.28.2

Updates fastapi from 0.109.2 to 0.111.0

Release notes

Sourced from fastapi's releases.

0.111.0

Features

Try it out with:

$ pip install --upgrade fastapi

$ fastapi dev main.py

╭────────── FastAPI CLI - Development mode ───────────╮ │ │ │ Serving at: http://127.0.0.1:8000 │ │ │ │ API docs: http://127.0.0.1:8000/docs │ │ │ │ Running in development mode, for production use: │ │ │ │ fastapi run │ │ │ ╰─────────────────────────────────────────────────────╯

INFO: Will watch for changes in these directories: ['/home/user/code/awesomeapp'] INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader process [2248755] using WatchFiles INFO: Started server process [2248757] INFO: Waiting for application startup. INFO: Application startup complete.

Refactors

  • 🔧 Add configs and setup for fastapi-slim including optional extras fastapi-slim[standard], and fastapi including by default the same standard extras. PR #11503 by @​tiangolo.

0.110.3

Latest Changes

Docs

  • 📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit. PR #11496 by @​tiangolo.
  • ✏️ Fix typo in fastapi/security/api_key.py. PR #11481 by @​ch33zer.
  • ✏️ Fix typo in security/http.py. PR #11455 by @​omarmoo5.

Translations

  • 🌐 Add Traditional Chinese translation for docs/zh-hant/benchmarks.md. PR #11484 by @​KNChiu.

... (truncated)

Commits
  • 1c3e691 📝 Update release notes
  • ab8f557 📝 Update release notes
  • 67da3bb 🔖 Release version 0.111.0
  • 9ed94e4 📝 Update release notes
  • d71be59 Add FastAPI CLI, the new fastapi command (#11522)
  • a94ef33 📝 Update release notes
  • ea1f219 🔧 Add configs and setup for fastapi-slim including optional extras `fastapi...
  • 32be95d 🔖 Release version 0.110.3
  • 92b67b1 📝 Update release notes
  • e0a9692 📝 Update release notes
  • Additional commits viewable in compare view

Updates litellm from 1.35.28 to 1.35.36

Release notes

Sourced from litellm's releases.

v1.35.36

🚨 🚨 Open Issue with litellm.router on this version

🚨 🚨 last stable release 1.35.32

What's Changed

New Contributors

Full Changelog: https://github.com/BerriAI/litellm/compare/v1.35.35.dev1...v1.35.36

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

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 56 63.96405715923664 1.5730931129961467 0.0 471 0 49.92029699997147 1694.7809739999684
/health/liveliness Passed 40 42.706221491909126 15.066290939969466 0.0 4511 0 37.89682100000391 1283.0239729999846
/health/readiness Passed 40 43.55776543367594 15.610694713681507 0.0033399004522211184 4674 1 37.93777000004184 1543.918786000006
Aggregated Passed 40 44.15532639902693 32.25007876664712 0.0033399004522211184 9656 1 37.89682100000391 1694.7809739999684

v1.35.35

What's Changed

Full Changelog: https://github.com/BerriAI/litellm/compare/v1.35.34...v1.35.35

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

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 51.26542280364234 1.6500892298075267 0.0 494 0 35.884482000028584 1109.5307290000278
/health/liveliness Passed 25 28.873856892782293 15.919686779883952 0.0 4766 0 23.275566999984676 1375.641074000015
/health/readiness Passed 26 28.245912157308112 15.288377337710626 0.003340261598800661 4577 1 23.47498500000711 1363.4175379999647
Aggregated Passed 26 29.706156425739458 32.8581533474021 0.003340261598800661 9837 1 23.275566999984676 1375.641074000015

v1.35.35.dev1

... (truncated)

Commits
  • acda064 fix(proxy/utils.py): fix retry logic for generic data request
  • e26b398 Merge pull request #3405 from azohra/patch-1
  • 77098e3 Update model_prices_and_context_window.json
  • 39670cd Add Vision Support for Claude 3 Family
  • 762a1fb Merge pull request #3375 from msabramo/GH-3372
  • a79fd77 Simplify mock_patch_acompletion
  • 6ec0587 Make unnecessary to pass extra arg for mock object
  • 4dfadb0 mock_patch_acompletion in test_proxy_server.py
  • 7ffe410 Merge pull request #3392 from BerriAI/litellm_fix_langfuse_reinitalized
  • 152b5c8 Add test_openai_deployments_model_chat_completions_azure
  • Additional commits viewable in compare view

Updates litellm[proxy] from 1.35.28 to 1.35.36

Release notes

Sourced from litellm[proxy]'s releases.

v1.35.36

🚨 🚨 Open Issue with litellm.router on this version

🚨 🚨 last stable release 1.35.32

What's Changed

New Contributors

Full Changelog: https://github.com/BerriAI/litellm/compare/v1.35.35.dev1...v1.35.36

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

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 56 63.96405715923664 1.5730931129961467 0.0 471 0 49.92029699997147 1694.7809739999684
/health/liveliness Passed 40 42.706221491909126 15.066290939969466 0.0 4511 0 37.89682100000391 1283.0239729999846
/health/readiness Passed 40 43.55776543367594 15.610694713681507 0.0033399004522211184 4674 1 37.93777000004184 1543.918786000006
Aggregated Passed 40 44.15532639902693 32.25007876664712 0.0033399004522211184 9656 1 37.89682100000391 1694.7809739999684

v1.35.35

What's Changed

Full Changelog: https://github.com/BerriAI/litellm/compare/v1.35.34...v1.35.35

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

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 51.26542280364234 1.6500892298075267 0.0 494 0 35.884482000028584 1109.5307290000278
/health/liveliness Passed 25 28.873856892782293 15.919686779883952 0.0 4766 0 23.275566999984676 1375.641074000015
/health/readiness Passed 26 28.245912157308112 15.288377337710626 0.003340261598800661 4577 1 23.47498500000711 1363.4175379999647
Aggregated Passed 26 29.706156425739458 32.8581533474021 0.003340261598800661 9837 1 23.275566999984676 1375.641074000015

v1.35.35.dev1

... (truncated)

Commits
  • acda064 fix(proxy/utils.py): fix retry logic for generic data request
  • e26b398 Merge pull request #3405 from azohra/patch-1
  • 77098e3 Update model_prices_and_context_window.json
  • 39670cd Add Vision Support for Claude 3 Family
  • 762a1fb Merge pull request #3375 from msabramo/GH-3372
  • a79fd77 Simplify mock_patch_acompletion
  • 6ec0587 Make unnecessary to pass extra arg for mock object
  • 4dfadb0 mock_patch_acompletion in test_proxy_server.py
  • 7ffe410 Merge pull request #3392 from BerriAI/litellm_fix_langfuse_reinitalized
  • 152b5c8 Add test_openai_deployments_model_chat_completions_azure
  • Additional commits viewable in compare view

Updates boto3 from 1.34.95 to 1.34.97

Changelog

Sourced from boto3's changelog.

1.34.97

  • api-change:dynamodb: [botocore] This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.
  • api-change:ec2: [botocore] This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).
  • api-change:personalize: [botocore] This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group.
  • api-change:redshift-serverless: [botocore] Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name.

1.34.96

  • api-change:bedrock-agent: [botocore] This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base.
  • api-change:ec2: [botocore] Documentation updates for Amazon EC2.
  • api-change:personalize-runtime: [botocore] This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2.
  • api-change:securityhub: [botocore] Updated CreateMembers API request with limits.
  • api-change:sesv2: [botocore] Fixes ListContacts and ListImportJobs APIs to use POST instead of GET.
Commits
  • c800e6a Merge branch 'release-1.34.97'
  • fe66893 Bumping version to 1.34.97
  • 306492f Add changelog entries from botocore
  • f169372 Merge branch 'release-1.34.96'
  • d3b6c1a Merge branch 'release-1.34.96' into develop
  • 3fc23a7 Bumping version to 1.34.96
  • 6ab9dd0 Add changelog entries from botocore
  • b61f7f9 Update waiter description (#4108)
  • fd8eece Merge branch 'release-1.34.95' into develop
  • See full diff in compare view

Updates langchain from 0.1.16 to 0.1.17

Release notes

Sourced from langchain's releases.

langchain==0.1.17

Release langchain==0.1.17

Package-specific release note generation coming soon.

Commits
  • 14422a4 langchain: fix core dep (#21128)
  • 6c938da langchain: release 0.1.17 (#21125)
  • 5f8a307 infra: same tagging for langchain (#21126)
  • bf95414 langchain[minor]: enhance unit test to test imports recursively (#21122)
  • e4f51f5 langchain[patch]: Migrate tools to treat community imports as optional (#21117)
  • 9e788f0 langchain[patch]: Migrate output parsers to support optional community import...
  • 3853fe9 langchain[patch]: Migrate graphs to use optional community imports (#21100)
  • 8658d52 langchain[patch]: Upgrade prompts to optional imports (#21078)
  • 9b6d04a langchain[patch]: Migrate document transformers (#21098)
  • aec13a6 langchain[patch]: Migrate callbacks module to use optional imports for commun...
  • Additional commits viewable in compare view

Updates langchain-community from 0.0.34 to 0.0.36

Release notes

Sourced from langchain-community's releases.

langchain-community==0.0.36

Release langchain-community==0.0.36

Package-specific release note generation coming soon.

langchain-community==0.0.35

Release langchain-community==0.0.35

Package-specific release note generation coming soon.

Commits

Updates chromadb from 0.4.24 to 0.5.0

Release notes

Sourced from chromadb's releases.

0.5.0

Version: 0.5.0 Git ref: refs/tags/0.5.0 Build Date: 2024-04-23T23:09 PIP Package: chroma-0.5.0.tar.gz Github Container Registry Image: ghcr.io/chroma-core/chroma:0.5.0 DockerHub Image: chromadb/chroma:0.5.0

What's Changed

... (truncated)

Commits

Updates langfuse from 2.27.3 to 2.28.2

Release notes

Sourced from langfuse's releases.

v2.28.0

What's Changed

Full Changelog: https://github.com/langfuse/langfuse/compare/v2.27.0...v2.28.0

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 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/1948 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/3/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/backend/python-packages-07f04a9d69` --- ### 📝 Commits (1) - [`3b3ad54`](https://github.com/open-webui/open-webui/commit/3b3ad5486b24fc746a08659024a08df38502d333) chore(deps): bump the python-packages group across 1 directory with 8 updates ### 📊 Changes **1 file changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+8 -8) </details> ### 📄 Description Bumps the python-packages group with 8 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/tiangolo/fastapi) | `0.109.2` | `0.111.0` | | [litellm](https://github.com/BerriAI/litellm) | `1.35.28` | `1.35.36` | | [litellm[proxy]](https://github.com/BerriAI/litellm) | `1.35.28` | `1.35.36` | | [boto3](https://github.com/boto/boto3) | `1.34.95` | `1.34.97` | | [langchain](https://github.com/langchain-ai/langchain) | `0.1.16` | `0.1.17` | | [langchain-community](https://github.com/langchain-ai/langchain) | `0.0.34` | `0.0.36` | | [chromadb](https://github.com/chroma-core/chroma) | `0.4.24` | `0.5.0` | | [langfuse](https://github.com/langfuse/langfuse) | `2.27.3` | `2.28.2` | Updates `fastapi` from 0.109.2 to 0.111.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tiangolo/fastapi/releases">fastapi's releases</a>.</em></p> <blockquote> <h2>0.111.0</h2> <h3>Features</h3> <ul> <li>✨ Add FastAPI CLI, the new <code>fastapi</code> command. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11522">#11522</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>. <ul> <li>New docs: <a href="https://fastapi.tiangolo.com/fastapi-cli/">FastAPI CLI</a>.</li> </ul> </li> </ul> <p>Try it out with:</p> <pre lang="console"><code>$ pip install --upgrade fastapi <p>$ fastapi dev main.py</p> <p>╭────────── FastAPI CLI - Development mode ───────────╮ │ │ │ Serving at: <a href="http://127.0.0.1:8000">http://127.0.0.1:8000</a> │ │ │ │ API docs: <a href="http://127.0.0.1:8000/docs">http://127.0.0.1:8000/docs</a> │ │ │ │ Running in development mode, for production use: │ │ │ │ fastapi run │ │ │ ╰─────────────────────────────────────────────────────╯</p> <p>INFO: Will watch for changes in these directories: ['/home/user/code/awesomeapp'] INFO: Uvicorn running on <a href="http://127.0.0.1:8000">http://127.0.0.1:8000</a> (Press CTRL+C to quit) INFO: Started reloader process [2248755] using WatchFiles INFO: Started server process [2248757] INFO: Waiting for application startup. INFO: Application startup complete. </code></pre></p> <h3>Refactors</h3> <ul> <li>🔧 Add configs and setup for <code>fastapi-slim</code> including optional extras <code>fastapi-slim[standard]</code>, and <code>fastapi</code> including by default the same <code>standard</code> extras. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11503">#11503</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h2>0.110.3</h2> <h2>Latest Changes</h2> <h3>Docs</h3> <ul> <li>📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11496">#11496</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>✏️ Fix typo in <code>fastapi/security/api_key.py</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11481">#11481</a> by <a href="https://github.com/ch33zer"><code>@​ch33zer</code></a>.</li> <li>✏️ Fix typo in <code>security/http.py</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11455">#11455</a> by <a href="https://github.com/omarmoo5"><code>@​omarmoo5</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Add Traditional Chinese translation for <code>docs/zh-hant/benchmarks.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11484">#11484</a> by <a href="https://github.com/KNChiu"><code>@​KNChiu</code></a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tiangolo/fastapi/commit/1c3e6918750ccb3f20ea260e9a4238ce2c0e5f63"><code>1c3e691</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/ab8f5572500717b8980fe55d8c37de0ae6367efd"><code>ab8f557</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/67da3bb52ebe79657380e2f1b9ba098cc95eca75"><code>67da3bb</code></a> 🔖 Release version 0.111.0</li> <li><a href="https://github.com/tiangolo/fastapi/commit/9ed94e4f6893005239c20e7400f3bb4a7093cef0"><code>9ed94e4</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/d71be59217ccb9d115a5a2c21157a5ed97c52990"><code>d71be59</code></a> ✨ Add FastAPI CLI, the new <code>fastapi</code> command (<a href="https://redirect.github.com/tiangolo/fastapi/issues/11522">#11522</a>)</li> <li><a href="https://github.com/tiangolo/fastapi/commit/a94ef3351e0a25ffa45d131b9ba9b0f7f7c31fe5"><code>a94ef33</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/ea1f2190d36af3642c793b2b0046c28cc4f1d901"><code>ea1f219</code></a> 🔧 Add configs and setup for <code>fastapi-slim</code> including optional extras `fastapi...</li> <li><a href="https://github.com/tiangolo/fastapi/commit/32be95dd867386d8331705a3c47d1b8b64bb1c9e"><code>32be95d</code></a> 🔖 Release version 0.110.3</li> <li><a href="https://github.com/tiangolo/fastapi/commit/92b67b1b29dcfb24223d08a3862bd9d9d3ecb7b9"><code>92b67b1</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/e0a969226132fe4660510398c4f61a0805c1e287"><code>e0a9692</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/tiangolo/fastapi/compare/0.109.2...0.111.0">compare view</a></li> </ul> </details> <br /> Updates `litellm` from 1.35.28 to 1.35.36 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/BerriAI/litellm/releases">litellm's releases</a>.</em></p> <blockquote> <h2>v1.35.36</h2> <h1>🚨 🚨 Open Issue with <code>litellm.router</code> on this version</h1> <h1>🚨 🚨 last stable release 1.35.32</h1> <h2>What's Changed</h2> <ul> <li>Fix route <code>/openai/deployments/{model}/chat/completions</code> not working properly by <a href="https://github.com/msabramo"><code>@​msabramo</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3375">BerriAI/litellm#3375</a></li> <li>Litellm gh 3372 by <a href="https://github.com/msabramo"><code>@​msabramo</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3402">BerriAI/litellm#3402</a></li> <li>Vision for Claude 3 Family + Info for Azure/GPT-4-0409 by <a href="https://github.com/azohra"><code>@​azohra</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3405">BerriAI/litellm#3405</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/azohra"><code>@​azohra</code></a> made their first contribution in <a href="https://redirect.github.com/BerriAI/litellm/pull/3405">BerriAI/litellm#3405</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/BerriAI/litellm/compare/v1.35.35.dev1...v1.35.36">https://github.com/BerriAI/litellm/compare/v1.35.35.dev1...v1.35.36</a></p> <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>Passed ✅</td> <td>56</td> <td>63.96405715923664</td> <td>1.5730931129961467</td> <td>0.0</td> <td>471</td> <td>0</td> <td>49.92029699997147</td> <td>1694.7809739999684</td> </tr> <tr> <td>/health/liveliness</td> <td>Passed ✅</td> <td>40</td> <td>42.706221491909126</td> <td>15.066290939969466</td> <td>0.0</td> <td>4511</td> <td>0</td> <td>37.89682100000391</td> <td>1283.0239729999846</td> </tr> <tr> <td>/health/readiness</td> <td>Passed ✅</td> <td>40</td> <td>43.55776543367594</td> <td>15.610694713681507</td> <td>0.0033399004522211184</td> <td>4674</td> <td>1</td> <td>37.93777000004184</td> <td>1543.918786000006</td> </tr> <tr> <td>Aggregated</td> <td>Passed ✅</td> <td>40</td> <td>44.15532639902693</td> <td>32.25007876664712</td> <td>0.0033399004522211184</td> <td>9656</td> <td>1</td> <td>37.89682100000391</td> <td>1694.7809739999684</td> </tr> </tbody> </table> <h2>v1.35.35</h2> <h2>What's Changed</h2> <ul> <li>[UI] Fix show latency &lt; 0.0001 for deployments that have low latency + only show non cache hits on latency UI by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3388">BerriAI/litellm#3388</a></li> <li>[UI] show slow responses + num requests per deployment by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3390">BerriAI/litellm#3390</a></li> <li>[Fix + Test] Errant prints on langfuse by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3391">BerriAI/litellm#3391</a></li> <li>Add langfuse <code>sdk_integration</code> by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/2516">BerriAI/litellm#2516</a></li> <li>Update langfuse in <code>requirements.txt</code> by <a href="https://github.com/Manouchehri"><code>@​Manouchehri</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3262">BerriAI/litellm#3262</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/BerriAI/litellm/compare/v1.35.34...v1.35.35">https://github.com/BerriAI/litellm/compare/v1.35.34...v1.35.35</a></p> <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>Passed ✅</td> <td>41</td> <td>51.26542280364234</td> <td>1.6500892298075267</td> <td>0.0</td> <td>494</td> <td>0</td> <td>35.884482000028584</td> <td>1109.5307290000278</td> </tr> <tr> <td>/health/liveliness</td> <td>Passed ✅</td> <td>25</td> <td>28.873856892782293</td> <td>15.919686779883952</td> <td>0.0</td> <td>4766</td> <td>0</td> <td>23.275566999984676</td> <td>1375.641074000015</td> </tr> <tr> <td>/health/readiness</td> <td>Passed ✅</td> <td>26</td> <td>28.245912157308112</td> <td>15.288377337710626</td> <td>0.003340261598800661</td> <td>4577</td> <td>1</td> <td>23.47498500000711</td> <td>1363.4175379999647</td> </tr> <tr> <td>Aggregated</td> <td>Passed ✅</td> <td>26</td> <td>29.706156425739458</td> <td>32.8581533474021</td> <td>0.003340261598800661</td> <td>9837</td> <td>1</td> <td>23.275566999984676</td> <td>1375.641074000015</td> </tr> </tbody> </table> <h2>v1.35.35.dev1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BerriAI/litellm/commit/acda064be6137989ebc624341079e19dd31adecd"><code>acda064</code></a> fix(proxy/utils.py): fix retry logic for generic data request</li> <li><a href="https://github.com/BerriAI/litellm/commit/e26b39822c70b365c467650800a82e07c0fd3c67"><code>e26b398</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3405">#3405</a> from azohra/patch-1</li> <li><a href="https://github.com/BerriAI/litellm/commit/77098e31e4f0cde2aa23bda9099c11e436b3e01a"><code>77098e3</code></a> Update model_prices_and_context_window.json</li> <li><a href="https://github.com/BerriAI/litellm/commit/39670cd84a7a8b1675544260264bdb2b8f29487f"><code>39670cd</code></a> Add Vision Support for Claude 3 Family</li> <li><a href="https://github.com/BerriAI/litellm/commit/762a1fbd50f5046559b79d468b8e0402b62603ff"><code>762a1fb</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3375">#3375</a> from msabramo/<a href="https://redirect.github.com/BerriAI/litellm/issues/3372">GH-3372</a></li> <li><a href="https://github.com/BerriAI/litellm/commit/a79fd772f4bcdbc00e2ed1ab5437c6072480a6cb"><code>a79fd77</code></a> Simplify mock_patch_acompletion</li> <li><a href="https://github.com/BerriAI/litellm/commit/6ec058711ab8e77edb674cf1fd7414939c5014e5"><code>6ec0587</code></a> Make unnecessary to pass extra arg for mock object</li> <li><a href="https://github.com/BerriAI/litellm/commit/4dfadb0cf4c3cf4c5de79bc8e8a81ac10c0ee245"><code>4dfadb0</code></a> mock_patch_acompletion in test_proxy_server.py</li> <li><a href="https://github.com/BerriAI/litellm/commit/7ffe410097502f50b1012725bb45ae99817a143c"><code>7ffe410</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3392">#3392</a> from BerriAI/litellm_fix_langfuse_reinitalized</li> <li><a href="https://github.com/BerriAI/litellm/commit/152b5c8cebdd52c1a05e7926c7c800a3bf0b5142"><code>152b5c8</code></a> Add test_openai_deployments_model_chat_completions_azure</li> <li>Additional commits viewable in <a href="https://github.com/BerriAI/litellm/compare/v1.35.28...v1.35.36">compare view</a></li> </ul> </details> <br /> Updates `litellm[proxy]` from 1.35.28 to 1.35.36 <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.35.36</h2> <h1>🚨 🚨 Open Issue with <code>litellm.router</code> on this version</h1> <h1>🚨 🚨 last stable release 1.35.32</h1> <h2>What's Changed</h2> <ul> <li>Fix route <code>/openai/deployments/{model}/chat/completions</code> not working properly by <a href="https://github.com/msabramo"><code>@​msabramo</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3375">BerriAI/litellm#3375</a></li> <li>Litellm gh 3372 by <a href="https://github.com/msabramo"><code>@​msabramo</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3402">BerriAI/litellm#3402</a></li> <li>Vision for Claude 3 Family + Info for Azure/GPT-4-0409 by <a href="https://github.com/azohra"><code>@​azohra</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3405">BerriAI/litellm#3405</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/azohra"><code>@​azohra</code></a> made their first contribution in <a href="https://redirect.github.com/BerriAI/litellm/pull/3405">BerriAI/litellm#3405</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/BerriAI/litellm/compare/v1.35.35.dev1...v1.35.36">https://github.com/BerriAI/litellm/compare/v1.35.35.dev1...v1.35.36</a></p> <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>Passed ✅</td> <td>56</td> <td>63.96405715923664</td> <td>1.5730931129961467</td> <td>0.0</td> <td>471</td> <td>0</td> <td>49.92029699997147</td> <td>1694.7809739999684</td> </tr> <tr> <td>/health/liveliness</td> <td>Passed ✅</td> <td>40</td> <td>42.706221491909126</td> <td>15.066290939969466</td> <td>0.0</td> <td>4511</td> <td>0</td> <td>37.89682100000391</td> <td>1283.0239729999846</td> </tr> <tr> <td>/health/readiness</td> <td>Passed ✅</td> <td>40</td> <td>43.55776543367594</td> <td>15.610694713681507</td> <td>0.0033399004522211184</td> <td>4674</td> <td>1</td> <td>37.93777000004184</td> <td>1543.918786000006</td> </tr> <tr> <td>Aggregated</td> <td>Passed ✅</td> <td>40</td> <td>44.15532639902693</td> <td>32.25007876664712</td> <td>0.0033399004522211184</td> <td>9656</td> <td>1</td> <td>37.89682100000391</td> <td>1694.7809739999684</td> </tr> </tbody> </table> <h2>v1.35.35</h2> <h2>What's Changed</h2> <ul> <li>[UI] Fix show latency &lt; 0.0001 for deployments that have low latency + only show non cache hits on latency UI by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3388">BerriAI/litellm#3388</a></li> <li>[UI] show slow responses + num requests per deployment by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3390">BerriAI/litellm#3390</a></li> <li>[Fix + Test] Errant prints on langfuse by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3391">BerriAI/litellm#3391</a></li> <li>Add langfuse <code>sdk_integration</code> by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/2516">BerriAI/litellm#2516</a></li> <li>Update langfuse in <code>requirements.txt</code> by <a href="https://github.com/Manouchehri"><code>@​Manouchehri</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3262">BerriAI/litellm#3262</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/BerriAI/litellm/compare/v1.35.34...v1.35.35">https://github.com/BerriAI/litellm/compare/v1.35.34...v1.35.35</a></p> <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>Passed ✅</td> <td>41</td> <td>51.26542280364234</td> <td>1.6500892298075267</td> <td>0.0</td> <td>494</td> <td>0</td> <td>35.884482000028584</td> <td>1109.5307290000278</td> </tr> <tr> <td>/health/liveliness</td> <td>Passed ✅</td> <td>25</td> <td>28.873856892782293</td> <td>15.919686779883952</td> <td>0.0</td> <td>4766</td> <td>0</td> <td>23.275566999984676</td> <td>1375.641074000015</td> </tr> <tr> <td>/health/readiness</td> <td>Passed ✅</td> <td>26</td> <td>28.245912157308112</td> <td>15.288377337710626</td> <td>0.003340261598800661</td> <td>4577</td> <td>1</td> <td>23.47498500000711</td> <td>1363.4175379999647</td> </tr> <tr> <td>Aggregated</td> <td>Passed ✅</td> <td>26</td> <td>29.706156425739458</td> <td>32.8581533474021</td> <td>0.003340261598800661</td> <td>9837</td> <td>1</td> <td>23.275566999984676</td> <td>1375.641074000015</td> </tr> </tbody> </table> <h2>v1.35.35.dev1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BerriAI/litellm/commit/acda064be6137989ebc624341079e19dd31adecd"><code>acda064</code></a> fix(proxy/utils.py): fix retry logic for generic data request</li> <li><a href="https://github.com/BerriAI/litellm/commit/e26b39822c70b365c467650800a82e07c0fd3c67"><code>e26b398</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3405">#3405</a> from azohra/patch-1</li> <li><a href="https://github.com/BerriAI/litellm/commit/77098e31e4f0cde2aa23bda9099c11e436b3e01a"><code>77098e3</code></a> Update model_prices_and_context_window.json</li> <li><a href="https://github.com/BerriAI/litellm/commit/39670cd84a7a8b1675544260264bdb2b8f29487f"><code>39670cd</code></a> Add Vision Support for Claude 3 Family</li> <li><a href="https://github.com/BerriAI/litellm/commit/762a1fbd50f5046559b79d468b8e0402b62603ff"><code>762a1fb</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3375">#3375</a> from msabramo/<a href="https://redirect.github.com/BerriAI/litellm/issues/3372">GH-3372</a></li> <li><a href="https://github.com/BerriAI/litellm/commit/a79fd772f4bcdbc00e2ed1ab5437c6072480a6cb"><code>a79fd77</code></a> Simplify mock_patch_acompletion</li> <li><a href="https://github.com/BerriAI/litellm/commit/6ec058711ab8e77edb674cf1fd7414939c5014e5"><code>6ec0587</code></a> Make unnecessary to pass extra arg for mock object</li> <li><a href="https://github.com/BerriAI/litellm/commit/4dfadb0cf4c3cf4c5de79bc8e8a81ac10c0ee245"><code>4dfadb0</code></a> mock_patch_acompletion in test_proxy_server.py</li> <li><a href="https://github.com/BerriAI/litellm/commit/7ffe410097502f50b1012725bb45ae99817a143c"><code>7ffe410</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3392">#3392</a> from BerriAI/litellm_fix_langfuse_reinitalized</li> <li><a href="https://github.com/BerriAI/litellm/commit/152b5c8cebdd52c1a05e7926c7c800a3bf0b5142"><code>152b5c8</code></a> Add test_openai_deployments_model_chat_completions_azure</li> <li>Additional commits viewable in <a href="https://github.com/BerriAI/litellm/compare/v1.35.28...v1.35.36">compare view</a></li> </ul> </details> <br /> Updates `boto3` from 1.34.95 to 1.34.97 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/boto/boto3/blob/develop/CHANGELOG.rst">boto3's changelog</a>.</em></p> <blockquote> <h1>1.34.97</h1> <ul> <li>api-change:<code>dynamodb</code>: [<code>botocore</code>] This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.</li> <li>api-change:<code>ec2</code>: [<code>botocore</code>] This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).</li> <li>api-change:<code>personalize</code>: [<code>botocore</code>] This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group.</li> <li>api-change:<code>redshift-serverless</code>: [<code>botocore</code>] Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name.</li> </ul> <h1>1.34.96</h1> <ul> <li>api-change:<code>bedrock-agent</code>: [<code>botocore</code>] This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base.</li> <li>api-change:<code>ec2</code>: [<code>botocore</code>] Documentation updates for Amazon EC2.</li> <li>api-change:<code>personalize-runtime</code>: [<code>botocore</code>] This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2.</li> <li>api-change:<code>securityhub</code>: [<code>botocore</code>] Updated CreateMembers API request with limits.</li> <li>api-change:<code>sesv2</code>: [<code>botocore</code>] Fixes ListContacts and ListImportJobs APIs to use POST instead of GET.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/c800e6a8fe582be5bd8988a1c89af18194768d55"><code>c800e6a</code></a> Merge branch 'release-1.34.97'</li> <li><a href="https://github.com/boto/boto3/commit/fe668934505491c0a415771aa9adea4e7e487196"><code>fe66893</code></a> Bumping version to 1.34.97</li> <li><a href="https://github.com/boto/boto3/commit/306492fba3917e5004c90dd881c5e98ce671ea5d"><code>306492f</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/f16937245e2871c70c7512ff6781b4484a100ba0"><code>f169372</code></a> Merge branch 'release-1.34.96'</li> <li><a href="https://github.com/boto/boto3/commit/d3b6c1a809bab37cbce6ecb4fdb72ec45b4312f0"><code>d3b6c1a</code></a> Merge branch 'release-1.34.96' into develop</li> <li><a href="https://github.com/boto/boto3/commit/3fc23a7b76dbf5da8888507560f3a774472a174b"><code>3fc23a7</code></a> Bumping version to 1.34.96</li> <li><a href="https://github.com/boto/boto3/commit/6ab9dd0253966ca2ef61a3ed7de32a39e92c2fb8"><code>6ab9dd0</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/b61f7f90710ea427af61df79a9e7924a8542a000"><code>b61f7f9</code></a> Update waiter description (<a href="https://redirect.github.com/boto/boto3/issues/4108">#4108</a>)</li> <li><a href="https://github.com/boto/boto3/commit/fd8eeced89ed5a3da742e3cc44bd8beb238b1d10"><code>fd8eece</code></a> Merge branch 'release-1.34.95' into develop</li> <li>See full diff in <a href="https://github.com/boto/boto3/compare/1.34.95...1.34.97">compare view</a></li> </ul> </details> <br /> Updates `langchain` from 0.1.16 to 0.1.17 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langchain/releases">langchain's releases</a>.</em></p> <blockquote> <h2>langchain==0.1.17</h2> <h1>Release langchain==0.1.17</h1> <p>Package-specific release note generation coming soon.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langchain/commit/14422a4220780cfca9afd564d99fecc3dfc3155a"><code>14422a4</code></a> langchain: fix core dep (<a href="https://redirect.github.com/langchain-ai/langchain/issues/21128">#21128</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/6c938da3025ddd197c961ffc0e02818244b74301"><code>6c938da</code></a> langchain: release 0.1.17 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/21125">#21125</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/5f8a3075656679bf8bd2c391e5dd82e5f4d358c3"><code>5f8a307</code></a> infra: same tagging for langchain (<a href="https://redirect.github.com/langchain-ai/langchain/issues/21126">#21126</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/bf95414758971dd43468bb24f8cc1490b8be78bc"><code>bf95414</code></a> langchain[minor]: enhance unit test to test imports recursively (<a href="https://redirect.github.com/langchain-ai/langchain/issues/21122">#21122</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/e4f51f59a202b0c4118a4429df9ade88f8a9c330"><code>e4f51f5</code></a> langchain[patch]: Migrate tools to treat community imports as optional (<a href="https://redirect.github.com/langchain-ai/langchain/issues/21117">#21117</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/9e788f09c620f23c074dd4945b9e7d56b588ca7a"><code>9e788f0</code></a> langchain[patch]: Migrate output parsers to support optional community import...</li> <li><a href="https://github.com/langchain-ai/langchain/commit/3853fe9f6438516858e65d4b6995f11d228670af"><code>3853fe9</code></a> langchain[patch]: Migrate graphs to use optional community imports (<a href="https://redirect.github.com/langchain-ai/langchain/issues/21100">#21100</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/8658d52587478d422827a906f726b81b74ebe6da"><code>8658d52</code></a> langchain[patch]: Upgrade prompts to optional imports (<a href="https://redirect.github.com/langchain-ai/langchain/issues/21078">#21078</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/9b6d04a187a6005cb4e9e5d3815c5194dfe2893d"><code>9b6d04a</code></a> langchain[patch]: Migrate document transformers (<a href="https://redirect.github.com/langchain-ai/langchain/issues/21098">#21098</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/aec13a6123743a02145033770e0dc58582e6a672"><code>aec13a6</code></a> langchain[patch]: Migrate callbacks module to use optional imports for commun...</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchain/compare/v0.1.16...langchain==0.1.17">compare view</a></li> </ul> </details> <br /> Updates `langchain-community` from 0.0.34 to 0.0.36 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langchain/releases">langchain-community's releases</a>.</em></p> <blockquote> <h2>langchain-community==0.0.36</h2> <h1>Release langchain-community==0.0.36</h1> <p>Package-specific release note generation coming soon.</p> <h2>langchain-community==0.0.35</h2> <h1>Release langchain-community==0.0.35</h1> <p>Package-specific release note generation coming soon.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/langchain-ai/langchain/commits/langchain-community==0.0.36">compare view</a></li> </ul> </details> <br /> Updates `chromadb` from 0.4.24 to 0.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chroma-core/chroma/releases">chromadb's releases</a>.</em></p> <blockquote> <h2>0.5.0</h2> <p>Version: <code>0.5.0</code> Git ref: <code>refs/tags/0.5.0</code> Build Date: <code>2024-04-23T23:09</code> PIP Package: <code>chroma-0.5.0.tar.gz</code> Github Container Registry Image: <code>ghcr.io/chroma-core/chroma:0.5.0</code> DockerHub Image: <code>chromadb/chroma:0.5.0</code></p> <h2>What's Changed</h2> <ul> <li>[ENH] Helm chart by <a href="https://github.com/beggers"><code>@​beggers</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1776">chroma-core/chroma#1776</a></li> <li>[CLN] Fix CI and a couple other cleanups by <a href="https://github.com/beggers"><code>@​beggers</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1788">chroma-core/chroma#1788</a></li> <li>[ENH] get collection info for compactor by <a href="https://github.com/weiligu"><code>@​weiligu</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1778">chroma-core/chroma#1778</a></li> <li>[ENH]: add rate limiting by <a href="https://github.com/nicolasgere"><code>@​nicolasgere</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1728">chroma-core/chroma#1728</a></li> <li>[PERF]: Minor docker compose quality of life improvements by <a href="https://github.com/tazarov"><code>@​tazarov</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1753">chroma-core/chroma#1753</a></li> <li>[ENH]: make rust docker image build faster with cache by <a href="https://github.com/nicolasgere"><code>@​nicolasgere</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1730">chroma-core/chroma#1730</a></li> <li>[ENH] readme for local postgres setup by <a href="https://github.com/weiligu"><code>@​weiligu</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1795">chroma-core/chroma#1795</a></li> <li>[ENH] FE talks to logservice by <a href="https://github.com/weiligu"><code>@​weiligu</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1793">chroma-core/chroma#1793</a></li> <li>[ENH]: add quota add limit by <a href="https://github.com/nicolasgere"><code>@​nicolasgere</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1789">chroma-core/chroma#1789</a></li> <li>[ENH]: add grpc python client interceptor by <a href="https://github.com/nicolasgere"><code>@​nicolasgere</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1802">chroma-core/chroma#1802</a></li> <li>[ENH] Refactor k8s manifests for configurability by <a href="https://github.com/beggers"><code>@​beggers</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1808">chroma-core/chroma#1808</a></li> <li>[ENH]: go grpc interceptor server by <a href="https://github.com/nicolasgere"><code>@​nicolasgere</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1803">chroma-core/chroma#1803</a></li> <li>[ENH] add log id to pullLogs response by <a href="https://github.com/weiligu"><code>@​weiligu</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1809">chroma-core/chroma#1809</a></li> <li>[ENH]: rename go module and move to shared pkg by <a href="https://github.com/nicolasgere"><code>@​nicolasgere</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1810">chroma-core/chroma#1810</a></li> <li>[ENH] Add rust client to log service by <a href="https://github.com/Ishiihara"><code>@​Ishiihara</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1811">chroma-core/chroma#1811</a></li> <li>[DOC] Update pull_request_template.md by <a href="https://github.com/HammadB"><code>@​HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1824">chroma-core/chroma#1824</a></li> <li>[BLD] Remove hosted chroma workflow dispatches by <a href="https://github.com/beggers"><code>@​beggers</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1832">chroma-core/chroma#1832</a></li> <li>[ENH]: OpenCLIP EF <code>device</code> param by <a href="https://github.com/tazarov"><code>@​tazarov</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1806">chroma-core/chroma#1806</a></li> <li>[BUG]: Added missing $not_contains operator for WhereDocument by <a href="https://github.com/tazarov"><code>@​tazarov</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1781">chroma-core/chroma#1781</a></li> <li>[BUG]: Deleting FTS entries upon deletion of individual records by <a href="https://github.com/tazarov"><code>@​tazarov</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1689">chroma-core/chroma#1689</a></li> <li>[ENH]: Updates to validation errors by <a href="https://github.com/tazarov"><code>@​tazarov</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1703">chroma-core/chroma#1703</a></li> <li>[DOC] add a bit more detail to the js client DEVELOP.md by <a href="https://github.com/AlabasterAxe"><code>@​AlabasterAxe</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1829">chroma-core/chroma#1829</a></li> <li>[ENH]: add grpc client interceptor by <a href="https://github.com/nicolasgere"><code>@​nicolasgere</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1818">chroma-core/chroma#1818</a></li> <li>[ENH] remove sysdb cache by <a href="https://github.com/weiligu"><code>@​weiligu</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1835">chroma-core/chroma#1835</a></li> <li>[ENH] helm chart tweaks by <a href="https://github.com/beggers"><code>@​beggers</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1836">chroma-core/chroma#1836</a></li> <li>[ENH] Helm CD to hosted by <a href="https://github.com/beggers"><code>@​beggers</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1840">chroma-core/chroma#1840</a></li> <li>[ENH] Blockfile provider by <a href="https://github.com/HammadB"><code>@​HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1819">chroma-core/chroma#1819</a></li> <li>[CLN] Run coordinator in <code>/bin/sh</code> by <a href="https://github.com/beggers"><code>@​beggers</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1816">chroma-core/chroma#1816</a></li> <li>[ENH] log service staging by <a href="https://github.com/weiligu"><code>@​weiligu</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1843">chroma-core/chroma#1843</a></li> <li>[ENH] Add system scheduler to allow tasks to run with a schedule by <a href="https://github.com/Ishiihara"><code>@​Ishiihara</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1839">chroma-core/chroma#1839</a></li> <li>[ENH] Arrow-backed block by <a href="https://github.com/HammadB"><code>@​HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1820">chroma-core/chroma#1820</a></li> <li>[ENH] Block builder by <a href="https://github.com/HammadB"><code>@​HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1821">chroma-core/chroma#1821</a></li> <li>[ENH] Block iterator by <a href="https://github.com/HammadB"><code>@​HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1822">chroma-core/chroma#1822</a></li> <li>[DOC] Update and rename README to README.md by <a href="https://github.com/HammadB"><code>@​HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1848">chroma-core/chroma#1848</a></li> <li>[ENH] Compactor scheduler with system by <a href="https://github.com/Ishiihara"><code>@​Ishiihara</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1844">chroma-core/chroma#1844</a></li> <li>[TST] Scheduler test fix by <a href="https://github.com/HammadB"><code>@​HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1851">chroma-core/chroma#1851</a></li> <li>[TST] fix flacky coordinator tests by <a href="https://github.com/weiligu"><code>@​weiligu</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1852">chroma-core/chroma#1852</a></li> <li>[ENH] last compaction time by <a href="https://github.com/weiligu"><code>@​weiligu</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1856">chroma-core/chroma#1856</a></li> <li>[BLD] Add docker arg to build in release mode by <a href="https://github.com/HammadB"><code>@​HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1859">chroma-core/chroma#1859</a></li> <li>[ENH] Block delta by <a href="https://github.com/HammadB"><code>@​HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1823">chroma-core/chroma#1823</a></li> <li>[ENH] Sparse index by <a href="https://github.com/HammadB"><code>@​HammadB</code></a> in <a href="https://redirect.github.com/chroma-core/chroma/pull/1825">chroma-core/chroma#1825</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chroma-core/chroma/commit/26b8ac67628e7b87ce53f067c0e95986378ccbaa"><code>26b8ac6</code></a> [RELEASE] Release 0.5.0 (<a href="https://redirect.github.com/chroma-core/chroma/issues/2047">#2047</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/5d909d4f8afd08e437e0bdcf08dbfdcd4da9b26a"><code>5d909d4</code></a> [BLD] add lint workflow (<a href="https://redirect.github.com/chroma-core/chroma/issues/2045">#2045</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/e5ec1b39171f62db4efe549207e488bbbdb9a12c"><code>e5ec1b3</code></a> [ENH]: use name/uuid to get collection (<a href="https://redirect.github.com/chroma-core/chroma/issues/2040">#2040</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/ce5c6b35e7ee7b2786eec6e3f5e7c821fb30d844"><code>ce5c6b3</code></a> [TST] Try to fix a sporadic test failure (<a href="https://redirect.github.com/chroma-core/chroma/issues/2030">#2030</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/e3d2b8aacc7a9a5da35fc726f48f25750aaf57e9"><code>e3d2b8a</code></a> [BUG] Fix JS client regression (<a href="https://redirect.github.com/chroma-core/chroma/issues/2026">#2026</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/729e6578d5649e2c9a8f586b35d33629e52c61e4"><code>729e657</code></a> [ENH] Simplify auth and correctly overwrite singleton tenant+db (<a href="https://redirect.github.com/chroma-core/chroma/issues/1970">#1970</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/f44d9e82d2c1ff4348f0ddd8ae32597f3bccf057"><code>f44d9e8</code></a> [BUG] Make the gracefulperiod to be 0 for pod deletion (<a href="https://redirect.github.com/chroma-core/chroma/issues/2011">#2011</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/8848300ffc584eb9fce5aead02f3cf35985af375"><code>8848300</code></a> [ENH]: Add offset/limit collection sysdb (<a href="https://redirect.github.com/chroma-core/chroma/issues/1999">#1999</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/df29a4166df0027d51e841218852f54194d45598"><code>df29a41</code></a> [ENH] Make TestSysDb thread safe (<a href="https://redirect.github.com/chroma-core/chroma/issues/2010">#2010</a>)</li> <li><a href="https://github.com/chroma-core/chroma/commit/663a02d9fd9804924297f16042fbbb117fd02042"><code>663a02d</code></a> [ENH] Rust write segments and flush S3 operator skeleton (<a href="https://redirect.github.com/chroma-core/chroma/issues/2009">#2009</a>)</li> <li>Additional commits viewable in <a href="https://github.com/chroma-core/chroma/compare/0.4.24...0.5.0">compare view</a></li> </ul> </details> <br /> Updates `langfuse` from 2.27.3 to 2.28.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langfuse/langfuse/releases">langfuse's releases</a>.</em></p> <blockquote> <h2>v2.28.0</h2> <h2>What's Changed</h2> <ul> <li>feat(api): add <code>fromTimestamp</code> and <code>toTimestamp</code> to <code>GET metrics/daily</code> by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1740">langfuse/langfuse#1740</a></li> <li>feat: sentry exception tracking for authentication error page by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1739">langfuse/langfuse#1739</a></li> <li>chore: add web/src/ee by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1736">langfuse/langfuse#1736</a></li> <li>fix: adds error handling to chat completion calls by <a href="https://github.com/hassiebp"><code>@​hassiebp</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1733">langfuse/langfuse#1733</a></li> <li>perf: add additional db index on models.name by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1729">langfuse/langfuse#1729</a></li> <li>feat: move evals to own main menu by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1734">langfuse/langfuse#1734</a></li> <li>fix: rename template select by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1738">langfuse/langfuse#1738</a></li> <li>fix: pin pnpm in docker image by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1735">langfuse/langfuse#1735</a></li> <li>chore: fix vite version by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1737">langfuse/langfuse#1737</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langfuse/langfuse/compare/v2.27.0...v2.28.0">https://github.com/langfuse/langfuse/compare/v2.27.0...v2.28.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/langfuse/langfuse/commits">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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:32:15 -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#7644