[PR #1916] [CLOSED] chore(deps): bump the python-packages group in /backend with 9 updates #7627

Closed
opened 2025-11-11 17:31:52 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dependabot/pip/backend/python-packages-6875107ded


📝 Commits (2)

  • 38ff320 Merge pull request #1881 from open-webui/dev
  • 469af52 chore(deps): bump the python-packages group in /backend with 9 updates

📊 Changes

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

View changed files

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

📄 Description

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

Package From To
fastapi 0.109.2 0.110.3
uvicorn[standard] 0.22.0 0.29.0
litellm 1.35.28 1.35.35
litellm[proxy] 1.35.28 1.35.35
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.110.3

Release notes

Sourced from fastapi's releases.

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.
  • 🌐 Update Chinese translation for docs/zh/docs/fastapi-people.md. PR #11476 by @​billzhong.
  • 🌐 Add Chinese translation for docs/zh/docs/how-to/index.md and docs/zh/docs/how-to/general.md. PR #11443 by @​billzhong.
  • 🌐 Add Spanish translation for cookie-params docs/es/docs/tutorial/cookie-params.md. PR #11410 by @​fabianfalon.

Internal

0.110.2

Fixes

  • 🐛 Fix support for query parameters with list types, handle JSON encoding Pydantic UndefinedType. PR #9929 by @​arjwilliams.

Refactors

  • ♻️ Simplify Pydantic configs in OpenAPI models in fastapi/openapi/models.py. PR #10886 by @​JoeTanto2.
  • Add support for Pydantic's 2.7 new deprecated Field parameter, remove URL from validation errors response. PR #11461 by @​tiangolo.

Docs

Translations

  • 🌐 Update Chinese translation for docs/zh/docs/index.html. PR #11430 by @​waketzheng.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md. PR #11411 by @​anton2yakovlev.
  • 🌐 Add Portuguese translations for learn/index.md resources/index.md help/index.md about/index.md. PR #10807 by @​nazarepiedady.
  • 🌐 Update Russian translations for deployments docs. PR #11271 by @​Lufa1u.
  • 🌐 Add Bengali translations for docs/bn/docs/python-types.md. PR #11376 by @​imtiaz101325.

... (truncated)

Commits
  • 32be95d 🔖 Release version 0.110.3
  • 92b67b1 📝 Update release notes
  • e0a9692 📝 Update release notes
  • 62f8229 📝 Update release notes
  • f49da74 🔨 Update internal scripts and remove unused ones (#11499)
  • 13ce009 📝 Update release notes
  • 41fcbc7 🔧 Migrate from Hatch to PDM for the internal build (#11498)
  • bec2ec7 📝 Update release notes
  • 7b55bf3 📝 Update references to Python version, FastAPI supports all the current versi...
  • 285ac01 📝 Update release notes
  • Additional commits viewable in compare view

Updates uvicorn[standard] from 0.22.0 to 0.29.0

Release notes

Sourced from uvicorn[standard]'s releases.

Version 0.29.0

Added


Full Changelog: https://github.com/encode/uvicorn/compare/0.28.1...0.29.0

Version 0.28.1

Fixed

  • Revert raise ClientDisconnected on HTTP (#2276)

Full Changelog: https://github.com/encode/uvicorn/compare/0.28.0...0.28.1

Version 0.28.0

Added

  • Raise ClientDisconnected on send() when client disconnected (#2220) 12/02/24

Fixed

  • Except AttributeError on sys.stdin.fileno() for Windows IIS10 (#1947) 29/02/24
  • Use X-Forwarded-Proto for WebSockets scheme when the proxy provides it (#2258) 01/03/24

Full Changelog: https://github.com/encode/uvicorn/compare/0.27.1...0.28.0

Version 0.27.1

Fixed

  • Fix spurious h11.LocalProtocolError errors when processing pipelined requests (#2243) 10/02/24

Full Changelog: https://github.com/encode/uvicorn/compare/0.27.0.post1...0.27.1

Version 0.27.0.post1

Fixed

  • Fix nav overrides for newer version of Mkdocs Material (#2233) 26/01/24

Full Changelog: https://github.com/encode/uvicorn/compare/0.27.0...0.27.0.post1

... (truncated)

Changelog

Sourced from uvicorn[standard]'s changelog.

0.29.0 - 2024-03-19

Added

  • Cooperative signal handling (#1600) 19/03/24

0.28.1 - 2024-03-19

Fixed

  • Revert raise ClientDisconnected on HTTP (#2276) 19/03/24

0.28.0 - 2024-03-09

Added

  • Raise ClientDisconnected on send() when client disconnected (#2220) 12/02/24

Fixed

  • Except AttributeError on sys.stdin.fileno() for Windows IIS10 (#1947) 29/02/24
  • Use X-Forwarded-Proto for WebSockets scheme when the proxy provides it (#2258) 01/03/24

0.27.1 - 2024-02-10

  • Fix spurious LocalProtocolError errors when processing pipelined requests (#2243) 10/02/24

0.27.0.post1 - 2024-01-29

Fixed

  • Fix nav overrides for newer version of Mkdocs Material (#2233) 26/01/24

0.27.0 - 2024-01-22

Added

  • Raise ClientDisconnect(IOError) on send() when client disconnected (#2218) 19/01/24
  • Bump ASGI WebSocket spec version to 2.4 (#2221) 20/01/24

0.26.0 - 2024-01-16

Changed

  • Update --root-path to include the root path prefix in the full ASGI path as per the ASGI spec (#2213) 16/01/24
  • Use __future__.annotations on some internal modules (#2199) 16/01/24

0.25.0 - 2023-12-17

Added

... (truncated)

Commits

Updates litellm from 1.35.28 to 1.35.35

Release notes

Sourced from litellm's releases.

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.34

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

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 60.59063693520661 1.5464062051613479 0.0 463 0 50.10197399997196 776.683281000004
/health/liveliness Passed 40 43.5946980195155 15.574281068396036 0.0 4663 0 37.752785000009226 1280.8077110000227
/health/readiness Passed 40 43.24365085222429 15.617700681067953 0.0 4676 0 37.88299199999301 1433.2260259999998
Aggregated Passed 40 44.23004010926335 32.73838795462534 0.0 9802 0 37.752785000009226 1433.2260259999998

v1.35.33

🚨 This Release has a change to DB schema (PR #3371), recommend waiting 1-2 releases to let this bake in

What's Changed

... (truncated)

Commits
  • 3d92876 ci/cd run again
  • 17a5a09 ci/cd bump langfuse testing version
  • f3dfe5f Merge pull request #3262 from Manouchehri/update-langfuse-py-1
  • 9ac5d30 fix - langfuse.py
  • 1588453 Merge pull request #2516 from marcklingen/patch-1
  • b693060 bump: version 1.35.34 → 1.35.35
  • 00969aa ui - new build
  • 5870d26 Merge pull request #3391 from BerriAI/litellm_fix_langfuse_errant_prints
  • 533117f fix pre commit hook should test integrations
  • 4e3ca5a fix - errant prints on langfuse
  • Additional commits viewable in compare view

Updates litellm[proxy] from 1.35.28 to 1.35.35

Release notes

Sourced from litellm[proxy]'s releases.

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.34

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

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 60.59063693520661 1.5464062051613479 0.0 463 0 50.10197399997196 776.683281000004
/health/liveliness Passed 40 43.5946980195155 15.574281068396036 0.0 4663 0 37.752785000009226 1280.8077110000227
/health/readiness Passed 40 43.24365085222429 15.617700681067953 0.0 4676 0 37.88299199999301 1433.2260259999998
Aggregated Passed 40 44.23004010926335 32.73838795462534 0.0 9802 0 37.752785000009226 1433.2260259999998

v1.35.33

🚨 This Release has a change to DB schema (PR #3371), recommend waiting 1-2 releases to let this bake in

What's Changed

... (truncated)

Commits
  • 3d92876 ci/cd run again
  • 17a5a09 ci/cd bump langfuse testing version
  • f3dfe5f Merge pull request #3262 from Manouchehri/update-langfuse-py-1
  • 9ac5d30 fix - langfuse.py
  • 1588453 Merge pull request #2516 from marcklingen/patch-1
  • b693060 bump: version 1.35.34 → 1.35.35
  • 00969aa ui - new build
  • 5870d26 Merge pull request #3391 from BerriAI/litellm_fix_langfuse_errant_prints
  • 533117f fix pre commit hook should test integrations
  • 4e3ca5a fix - errant prints on langfuse
  • 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/1916 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/2/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/python-packages-6875107ded` --- ### 📝 Commits (2) - [`38ff320`](https://github.com/open-webui/open-webui/commit/38ff3209ad2a57d8adb61cd597a7a5f55737ab25) Merge pull request #1881 from open-webui/dev - [`469af52`](https://github.com/open-webui/open-webui/commit/469af52bd485c087ba90da929694a8926e73d986) chore(deps): bump the python-packages group in /backend with 9 updates ### 📊 Changes **1 file changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+9 -9) </details> ### 📄 Description Bumps the python-packages group in /backend with 9 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/tiangolo/fastapi) | `0.109.2` | `0.110.3` | | [uvicorn[standard]](https://github.com/encode/uvicorn) | `0.22.0` | `0.29.0` | | [litellm](https://github.com/BerriAI/litellm) | `1.35.28` | `1.35.35` | | [litellm[proxy]](https://github.com/BerriAI/litellm) | `1.35.28` | `1.35.35` | | [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.110.3 <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.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> <li>🌐 Update Chinese translation for <code>docs/zh/docs/fastapi-people.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11476">#11476</a> by <a href="https://github.com/billzhong"><code>@​billzhong</code></a>.</li> <li>🌐 Add Chinese translation for <code>docs/zh/docs/how-to/index.md</code> and <code>docs/zh/docs/how-to/general.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11443">#11443</a> by <a href="https://github.com/billzhong"><code>@​billzhong</code></a>.</li> <li>🌐 Add Spanish translation for cookie-params <code>docs/es/docs/tutorial/cookie-params.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11410">#11410</a> by <a href="https://github.com/fabianfalon"><code>@​fabianfalon</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>⬆ Bump mkdocstrings[python] from 0.23.0 to 0.24.3. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11469">#11469</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> <li>🔨 Update internal scripts and remove unused ones. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11499">#11499</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>🔧 Migrate from Hatch to PDM for the internal build. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11498">#11498</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>⬆️ Upgrade MkDocs Material and re-enable cards. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11466">#11466</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>⬆ Bump pillow from 10.2.0 to 10.3.0. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11403">#11403</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li> <li>🔧 Ungroup dependabot updates. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11465">#11465</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h2>0.110.2</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix support for query parameters with list types, handle JSON encoding Pydantic <code>UndefinedType</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/9929">#9929</a> by <a href="https://github.com/arjwilliams"><code>@​arjwilliams</code></a>.</li> </ul> <h3>Refactors</h3> <ul> <li>♻️ Simplify Pydantic configs in OpenAPI models in <code>fastapi/openapi/models.py</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10886">#10886</a> by <a href="https://github.com/JoeTanto2"><code>@​JoeTanto2</code></a>.</li> <li>✨ Add support for Pydantic's 2.7 new deprecated Field parameter, remove URL from validation errors response. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11461">#11461</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Fix types in examples under <code>docs_src/extra_data_types</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10535">#10535</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>📝 Update references to UJSON. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11464">#11464</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>📝 Tweak docs and translations links, typos, format. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11389">#11389</a> by <a href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li> <li>📝 Fix typo in <code>docs/es/docs/async.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11400">#11400</a> by <a href="https://github.com/fabianfalon"><code>@​fabianfalon</code></a>.</li> <li>📝 Update OpenAPI client generation docs to use <code>@hey-api/openapi-ts</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11339">#11339</a> by <a href="https://github.com/jordanshatford"><code>@​jordanshatford</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Update Chinese translation for <code>docs/zh/docs/index.html</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11430">#11430</a> by <a href="https://github.com/waketzheng"><code>@​waketzheng</code></a>.</li> <li>🌐 Add Russian translation for <code>docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11411">#11411</a> by <a href="https://github.com/anton2yakovlev"><code>@​anton2yakovlev</code></a>.</li> <li>🌐 Add Portuguese translations for <code>learn/index.md</code> <code>resources/index.md</code> <code>help/index.md</code> <code>about/index.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/10807">#10807</a> by <a href="https://github.com/nazarepiedady"><code>@​nazarepiedady</code></a>.</li> <li>🌐 Update Russian translations for deployments docs. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11271">#11271</a> by <a href="https://github.com/Lufa1u"><code>@​Lufa1u</code></a>.</li> <li>🌐 Add Bengali translations for <code>docs/bn/docs/python-types.md</code>. PR <a href="https://redirect.github.com/tiangolo/fastapi/pull/11376">#11376</a> by <a href="https://github.com/imtiaz101325"><code>@​imtiaz101325</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/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><a href="https://github.com/tiangolo/fastapi/commit/62f82296f38e5e776a3c303621508bb3b5fbaeca"><code>62f8229</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/f49da7420099a5ef6f383591d8e465e8dbf42ede"><code>f49da74</code></a> 🔨 Update internal scripts and remove unused ones (<a href="https://redirect.github.com/tiangolo/fastapi/issues/11499">#11499</a>)</li> <li><a href="https://github.com/tiangolo/fastapi/commit/13ce009e9a80c01064ac158ab6da0d59f49c8590"><code>13ce009</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/41fcbc7d009edb60b807695206fc00dba891f137"><code>41fcbc7</code></a> 🔧 Migrate from Hatch to PDM for the internal build (<a href="https://redirect.github.com/tiangolo/fastapi/issues/11498">#11498</a>)</li> <li><a href="https://github.com/tiangolo/fastapi/commit/bec2ec7e4c3f3c947c0ac5e159f72396ea052c6e"><code>bec2ec7</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/fastapi/commit/7b55bf37b58cabfcde03eac4d3fb0fee459bdd40"><code>7b55bf3</code></a> 📝 Update references to Python version, FastAPI supports all the current versi...</li> <li><a href="https://github.com/tiangolo/fastapi/commit/285ac017a97997c861ea1242cbb8606369345ebf"><code>285ac01</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/tiangolo/fastapi/compare/0.109.2...0.110.3">compare view</a></li> </ul> </details> <br /> Updates `uvicorn[standard]` from 0.22.0 to 0.29.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/uvicorn/releases">uvicorn[standard]'s releases</a>.</em></p> <blockquote> <h2>Version 0.29.0</h2> <h2>Added</h2> <ul> <li>Cooperative signal handling by <a href="https://github.com/maxfischer2781"><code>@​maxfischer2781</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/1600">encode/uvicorn#1600</a></li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.28.1...0.29.0">https://github.com/encode/uvicorn/compare/0.28.1...0.29.0</a></p> <h2>Version 0.28.1</h2> <h2>Fixed</h2> <ul> <li>Revert raise <code>ClientDisconnected</code> on HTTP (<a href="https://redirect.github.com/encode/uvicorn/issues/2276">#2276</a>)</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.28.0...0.28.1">https://github.com/encode/uvicorn/compare/0.28.0...0.28.1</a></p> <h2>Version 0.28.0</h2> <h2>Added</h2> <ul> <li>Raise <code>ClientDisconnected</code> on <code>send()</code> when client disconnected (<a href="https://redirect.github.com/encode/uvicorn/issues/2220">#2220</a>) 12/02/24</li> </ul> <h2>Fixed</h2> <ul> <li>Except <code>AttributeError</code> on <code>sys.stdin.fileno()</code> for Windows IIS10 (<a href="https://redirect.github.com/encode/uvicorn/issues/1947">#1947</a>) 29/02/24</li> <li>Use <code>X-Forwarded-Proto</code> for WebSockets scheme when the proxy provides it (<a href="https://redirect.github.com/encode/uvicorn/issues/2258">#2258</a>) 01/03/24</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.27.1...0.28.0">https://github.com/encode/uvicorn/compare/0.27.1...0.28.0</a></p> <h2>Version 0.27.1</h2> <h2>Fixed</h2> <ul> <li>Fix spurious <code>h11.LocalProtocolError</code> errors when processing pipelined requests (<a href="https://redirect.github.com/encode/uvicorn/issues/2243">#2243</a>) 10/02/24</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.27.0.post1...0.27.1">https://github.com/encode/uvicorn/compare/0.27.0.post1...0.27.1</a></p> <h2>Version 0.27.0.post1</h2> <h2>Fixed</h2> <ul> <li>Fix nav overrides for newer version of Mkdocs Material (<a href="https://redirect.github.com/encode/uvicorn/issues/2233">#2233</a>) 26/01/24</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.27.0...0.27.0.post1">https://github.com/encode/uvicorn/compare/0.27.0...0.27.0.post1</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/uvicorn/blob/master/CHANGELOG.md">uvicorn[standard]'s changelog</a>.</em></p> <blockquote> <h2>0.29.0 - 2024-03-19</h2> <h3>Added</h3> <ul> <li>Cooperative signal handling (<a href="https://redirect.github.com/encode/uvicorn/issues/1600">#1600</a>) 19/03/24</li> </ul> <h2>0.28.1 - 2024-03-19</h2> <h3>Fixed</h3> <ul> <li>Revert raise <code>ClientDisconnected</code> on HTTP (<a href="https://redirect.github.com/encode/uvicorn/issues/2276">#2276</a>) 19/03/24</li> </ul> <h2>0.28.0 - 2024-03-09</h2> <h3>Added</h3> <ul> <li>Raise <code>ClientDisconnected</code> on <code>send()</code> when client disconnected (<a href="https://redirect.github.com/encode/uvicorn/issues/2220">#2220</a>) 12/02/24</li> </ul> <h3>Fixed</h3> <ul> <li>Except <code>AttributeError</code> on <code>sys.stdin.fileno()</code> for Windows IIS10 (<a href="https://redirect.github.com/encode/uvicorn/issues/1947">#1947</a>) 29/02/24</li> <li>Use <code>X-Forwarded-Proto</code> for WebSockets scheme when the proxy provides it (<a href="https://redirect.github.com/encode/uvicorn/issues/2258">#2258</a>) 01/03/24</li> </ul> <h2>0.27.1 - 2024-02-10</h2> <ul> <li>Fix spurious LocalProtocolError errors when processing pipelined requests (<a href="https://redirect.github.com/encode/uvicorn/issues/2243">#2243</a>) 10/02/24</li> </ul> <h2>0.27.0.post1 - 2024-01-29</h2> <h3>Fixed</h3> <ul> <li>Fix nav overrides for newer version of Mkdocs Material (<a href="https://redirect.github.com/encode/uvicorn/issues/2233">#2233</a>) 26/01/24</li> </ul> <h2>0.27.0 - 2024-01-22</h2> <h3>Added</h3> <ul> <li>Raise <code>ClientDisconnect(IOError)</code> on <code>send()</code> when client disconnected (<a href="https://redirect.github.com/encode/uvicorn/issues/2218">#2218</a>) 19/01/24</li> <li>Bump ASGI WebSocket spec version to 2.4 (<a href="https://redirect.github.com/encode/uvicorn/issues/2221">#2221</a>) 20/01/24</li> </ul> <h2>0.26.0 - 2024-01-16</h2> <h3>Changed</h3> <ul> <li>Update <code>--root-path</code> to include the root path prefix in the full ASGI <code>path</code> as per the ASGI spec (<a href="https://redirect.github.com/encode/uvicorn/issues/2213">#2213</a>) 16/01/24</li> <li>Use <code>__future__.annotations</code> on some internal modules (<a href="https://redirect.github.com/encode/uvicorn/issues/2199">#2199</a>) 16/01/24</li> </ul> <h2>0.25.0 - 2023-12-17</h2> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/uvicorn/commit/fe85206c5c79be52910ff1b7049591adbab72e4d"><code>fe85206</code></a> Version 0.29.0 (<a href="https://redirect.github.com/encode/uvicorn/issues/2279">#2279</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/9e32e8ebade4cf8253c224628fae9adb895ce2a7"><code>9e32e8e</code></a> Cooperative signal handling (<a href="https://redirect.github.com/encode/uvicorn/issues/1600">#1600</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/f73b8beeb1499ca5fcec3067cf89dad5326a0984"><code>f73b8be</code></a> Version 0.28.1 (<a href="https://redirect.github.com/encode/uvicorn/issues/2277">#2277</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/76a3812ad5df9b6d30b548a6f759b18af9eebf24"><code>76a3812</code></a> Revert raise <code>ClientDisconnected</code> on HTTP (<a href="https://redirect.github.com/encode/uvicorn/issues/2276">#2276</a>) (<a href="https://redirect.github.com/encode/uvicorn/issues/2276">#2276</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/a05ae6426cc8f224f4f1a995f46a901ab0f5644b"><code>a05ae64</code></a> Version 0.28.0 (<a href="https://redirect.github.com/encode/uvicorn/issues/2269">#2269</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/4a503d84fa8703d7534d810bb10b3a0b0e6e1a39"><code>4a503d8</code></a> Change ruff rules (<a href="https://redirect.github.com/encode/uvicorn/issues/2251">#2251</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/0d4747e6021d690908deb0c81a62a02652800ee3"><code>0d4747e</code></a> Use <code>X-Forwarded-Proto</code> for WebSockets scheme when the proxy provides it (<a href="https://redirect.github.com/encode/uvicorn/issues/2258">#2258</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/93897b511854bd8aa70b8096126623d0aad8069c"><code>93897b5</code></a> Except <code>AttributeError</code> on <code>sys.stdin.fileno()</code> for Windows IIS10 (<a href="https://redirect.github.com/encode/uvicorn/issues/1947">#1947</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/ed2d655902cb547fc1c3843cbce1faeacbaf974c"><code>ed2d655</code></a> Bump cryptography from 42.0.2 to 42.0.4 (<a href="https://redirect.github.com/encode/uvicorn/issues/2253">#2253</a>)</li> <li><a href="https://github.com/encode/uvicorn/commit/1e5f1be767918f7dfd39ac5eeb23081768a88d09"><code>1e5f1be</code></a> Raise <code>ClientDisconnected</code> on <code>send()</code> when client disconnected (<a href="https://redirect.github.com/encode/uvicorn/issues/2220">#2220</a>)</li> <li>Additional commits viewable in <a href="https://github.com/encode/uvicorn/compare/0.22.0...0.29.0">compare view</a></li> </ul> </details> <br /> Updates `litellm` from 1.35.28 to 1.35.35 <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.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.34</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/BerriAI/litellm/compare/v1.35.33.dev1...v1.35.34">https://github.com/BerriAI/litellm/compare/v1.35.33.dev1...v1.35.34</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>60.59063693520661</td> <td>1.5464062051613479</td> <td>0.0</td> <td>463</td> <td>0</td> <td>50.10197399997196</td> <td>776.683281000004</td> </tr> <tr> <td>/health/liveliness</td> <td>Passed ✅</td> <td>40</td> <td>43.5946980195155</td> <td>15.574281068396036</td> <td>0.0</td> <td>4663</td> <td>0</td> <td>37.752785000009226</td> <td>1280.8077110000227</td> </tr> <tr> <td>/health/readiness</td> <td>Passed ✅</td> <td>40</td> <td>43.24365085222429</td> <td>15.617700681067953</td> <td>0.0</td> <td>4676</td> <td>0</td> <td>37.88299199999301</td> <td>1433.2260259999998</td> </tr> <tr> <td>Aggregated</td> <td>Passed ✅</td> <td>40</td> <td>44.23004010926335</td> <td>32.73838795462534</td> <td>0.0</td> <td>9802</td> <td>0</td> <td>37.752785000009226</td> <td>1433.2260259999998</td> </tr> </tbody> </table> <h2>v1.35.33</h2> <h2>🚨 This Release has a change to DB schema (PR <a href="https://redirect.github.com/BerriAI/litellm/issues/3371">#3371</a>), recommend waiting 1-2 releases to let this bake in</h2> <h2>What's Changed</h2> <ul> <li>usage based routing RPM count fix by <a href="https://github.com/sumanth13131"><code>@​sumanth13131</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3358">BerriAI/litellm#3358</a></li> <li>Fix Cohere tool calling by <a href="https://github.com/elisalimli"><code>@​elisalimli</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3351">BerriAI/litellm#3351</a></li> <li>[Feat] Write LLM Exception to LiteLLM Proxy DB by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3371">BerriAI/litellm#3371</a></li> <li>fix(lowest_latency.py): allow setting a buffer for getting values within a certain latency threshold by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3370">BerriAI/litellm#3370</a></li> <li>Disambiguate invalid model name errors by <a href="https://github.com/msabramo"><code>@​msabramo</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3374">BerriAI/litellm#3374</a></li> <li>Revert &quot;Disambiguate invalid model name errors&quot; by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3377">BerriAI/litellm#3377</a></li> <li>fix(router.py): unify retry timeout logic across sync + async function_with_retries by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3376">BerriAI/litellm#3376</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BerriAI/litellm/commit/3d9287602e8fa149071db71ae3d9b068d73b2604"><code>3d92876</code></a> ci/cd run again</li> <li><a href="https://github.com/BerriAI/litellm/commit/17a5a090281cd845b937033792f9fd748e85b4ff"><code>17a5a09</code></a> ci/cd bump langfuse testing version</li> <li><a href="https://github.com/BerriAI/litellm/commit/f3dfe5f2ab0c3f992a6899454ee224f3d85ee6bd"><code>f3dfe5f</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3262">#3262</a> from Manouchehri/update-langfuse-py-1</li> <li><a href="https://github.com/BerriAI/litellm/commit/9ac5d30cb7b42750c7e5118c9304236edde90898"><code>9ac5d30</code></a> fix - langfuse.py</li> <li><a href="https://github.com/BerriAI/litellm/commit/15884535325109bad2d9e85ee9b471e58a1935ad"><code>1588453</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/2516">#2516</a> from marcklingen/patch-1</li> <li><a href="https://github.com/BerriAI/litellm/commit/b693060f092c7606d9dcf71ce19fd83a367df8f7"><code>b693060</code></a> bump: version 1.35.34 → 1.35.35</li> <li><a href="https://github.com/BerriAI/litellm/commit/00969aa68271f8a63d6b0e01b7807d26ac064722"><code>00969aa</code></a> ui - new build</li> <li><a href="https://github.com/BerriAI/litellm/commit/5870d2663d0297f91b88273b76d5d80a6e2f2e51"><code>5870d26</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3391">#3391</a> from BerriAI/litellm_fix_langfuse_errant_prints</li> <li><a href="https://github.com/BerriAI/litellm/commit/533117f4d9236524e5dd067719adc30fea23d940"><code>533117f</code></a> fix pre commit hook should test integrations</li> <li><a href="https://github.com/BerriAI/litellm/commit/4e3ca5a26e4f9d1190b0513241a17c4f5ac8474d"><code>4e3ca5a</code></a> fix - errant prints on langfuse</li> <li>Additional commits viewable in <a href="https://github.com/BerriAI/litellm/compare/v1.35.28...v1.35.35">compare view</a></li> </ul> </details> <br /> Updates `litellm[proxy]` from 1.35.28 to 1.35.35 <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.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.34</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/BerriAI/litellm/compare/v1.35.33.dev1...v1.35.34">https://github.com/BerriAI/litellm/compare/v1.35.33.dev1...v1.35.34</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>60.59063693520661</td> <td>1.5464062051613479</td> <td>0.0</td> <td>463</td> <td>0</td> <td>50.10197399997196</td> <td>776.683281000004</td> </tr> <tr> <td>/health/liveliness</td> <td>Passed ✅</td> <td>40</td> <td>43.5946980195155</td> <td>15.574281068396036</td> <td>0.0</td> <td>4663</td> <td>0</td> <td>37.752785000009226</td> <td>1280.8077110000227</td> </tr> <tr> <td>/health/readiness</td> <td>Passed ✅</td> <td>40</td> <td>43.24365085222429</td> <td>15.617700681067953</td> <td>0.0</td> <td>4676</td> <td>0</td> <td>37.88299199999301</td> <td>1433.2260259999998</td> </tr> <tr> <td>Aggregated</td> <td>Passed ✅</td> <td>40</td> <td>44.23004010926335</td> <td>32.73838795462534</td> <td>0.0</td> <td>9802</td> <td>0</td> <td>37.752785000009226</td> <td>1433.2260259999998</td> </tr> </tbody> </table> <h2>v1.35.33</h2> <h2>🚨 This Release has a change to DB schema (PR <a href="https://redirect.github.com/BerriAI/litellm/issues/3371">#3371</a>), recommend waiting 1-2 releases to let this bake in</h2> <h2>What's Changed</h2> <ul> <li>usage based routing RPM count fix by <a href="https://github.com/sumanth13131"><code>@​sumanth13131</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3358">BerriAI/litellm#3358</a></li> <li>Fix Cohere tool calling by <a href="https://github.com/elisalimli"><code>@​elisalimli</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3351">BerriAI/litellm#3351</a></li> <li>[Feat] Write LLM Exception to LiteLLM Proxy DB by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3371">BerriAI/litellm#3371</a></li> <li>fix(lowest_latency.py): allow setting a buffer for getting values within a certain latency threshold by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3370">BerriAI/litellm#3370</a></li> <li>Disambiguate invalid model name errors by <a href="https://github.com/msabramo"><code>@​msabramo</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3374">BerriAI/litellm#3374</a></li> <li>Revert &quot;Disambiguate invalid model name errors&quot; by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3377">BerriAI/litellm#3377</a></li> <li>fix(router.py): unify retry timeout logic across sync + async function_with_retries by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3376">BerriAI/litellm#3376</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BerriAI/litellm/commit/3d9287602e8fa149071db71ae3d9b068d73b2604"><code>3d92876</code></a> ci/cd run again</li> <li><a href="https://github.com/BerriAI/litellm/commit/17a5a090281cd845b937033792f9fd748e85b4ff"><code>17a5a09</code></a> ci/cd bump langfuse testing version</li> <li><a href="https://github.com/BerriAI/litellm/commit/f3dfe5f2ab0c3f992a6899454ee224f3d85ee6bd"><code>f3dfe5f</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3262">#3262</a> from Manouchehri/update-langfuse-py-1</li> <li><a href="https://github.com/BerriAI/litellm/commit/9ac5d30cb7b42750c7e5118c9304236edde90898"><code>9ac5d30</code></a> fix - langfuse.py</li> <li><a href="https://github.com/BerriAI/litellm/commit/15884535325109bad2d9e85ee9b471e58a1935ad"><code>1588453</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/2516">#2516</a> from marcklingen/patch-1</li> <li><a href="https://github.com/BerriAI/litellm/commit/b693060f092c7606d9dcf71ce19fd83a367df8f7"><code>b693060</code></a> bump: version 1.35.34 → 1.35.35</li> <li><a href="https://github.com/BerriAI/litellm/commit/00969aa68271f8a63d6b0e01b7807d26ac064722"><code>00969aa</code></a> ui - new build</li> <li><a href="https://github.com/BerriAI/litellm/commit/5870d2663d0297f91b88273b76d5d80a6e2f2e51"><code>5870d26</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3391">#3391</a> from BerriAI/litellm_fix_langfuse_errant_prints</li> <li><a href="https://github.com/BerriAI/litellm/commit/533117f4d9236524e5dd067719adc30fea23d940"><code>533117f</code></a> fix pre commit hook should test integrations</li> <li><a href="https://github.com/BerriAI/litellm/commit/4e3ca5a26e4f9d1190b0513241a17c4f5ac8474d"><code>4e3ca5a</code></a> fix - errant prints on langfuse</li> <li>Additional commits viewable in <a href="https://github.com/BerriAI/litellm/compare/v1.35.28...v1.35.35">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:31:52 -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#7627