[PR #2084] [CLOSED] chore(deps): bump the python-packages group across 1 directory with 11 updates #91921

Closed
opened 2026-05-15 17:27:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dependabot/pip/backend/python-packages-adb4af3557


📝 Commits (1)

  • 4dae992 chore(deps): bump the python-packages group across 1 directory with 11 updates

📊 Changes

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

View changed files

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

📄 Description

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

Package From To
fastapi 0.109.2 0.111.0
flask-cors 4.0.0 4.0.1
bcrypt 4.1.2 4.1.3
litellm 1.35.28 1.36.2
litellm[proxy] 1.35.28 1.36.2
boto3 1.34.95 1.34.100
langchain 0.1.16 0.1.17
langchain-community 0.0.34 0.0.37
chromadb 0.4.24 0.5.0
faster-whisper 1.0.1 1.0.2
langfuse 2.27.3 2.29.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 flask-cors from 4.0.0 to 4.0.1

Release notes

Sourced from flask-cors's releases.

4.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/corydolphin/flask-cors/compare/4.0.0...4.0.1

Changelog

Sourced from flask-cors's changelog.

4.0.1

Security

Commits

Updates bcrypt from 4.1.2 to 4.1.3

Commits
  • 35e5a6f Bump version for 4.1.3 release (#791)
  • d99d1e5 Bump autocfg from 1.2.0 to 1.3.0 in /src/_bcrypt (#790)
  • 0775d47 allow testing with pytest 8.2.0 (#786)
  • 97d09ac Bump base64 from 0.22.0 to 0.22.1 in /src/_bcrypt (#787)
  • ee4a9a8 use ubuntu rolling in arm64 CI (#784)
  • 7d2474f Bump libc from 0.2.153 to 0.2.154 in /src/_bcrypt (#783)
  • 7a252dd Try blocking pytest 8.2.0 (#785)
  • 297a915 Remove brew install rust from macOS CI (#782)
  • 6b3f99e Bump parking_lot_core from 0.9.9 to 0.9.10 in /src/_bcrypt (#778)
  • c88b310 Bump parking_lot from 0.12.1 to 0.12.2 in /src/_bcrypt (#780)
  • Additional commits viewable in compare view

Updates litellm from 1.35.28 to 1.36.2

Release notes

Sourced from litellm's releases.

v1.36.2

What's Changed

New Contributors

Full Changelog: https://github.com/BerriAI/litellm/compare/v1.36.1...v1.36.2 Group 5805

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 92 96.04003103837316 1.4796974346523213 0.0 443 0 85.96445500000982 442.37826399998426
/health/liveliness Passed 78 79.00126169393944 15.431607557773644 0.0 4620 0 73.91568399998505 315.2042289999599
/health/readiness Passed 78 81.64751764383558 15.117631126944485 0.0033401747960549013 4526 1 73.83376600000702 1535.723929999989
Aggregated Passed 78 81.03746247074821 32.02893611937045 0.0033401747960549013 9589 1 73.83376600000702 1535.723929999989

v1.36.1

🚨 Known Issue with Slack Alerting + Redis Cache on this Version

Last stable version = 1.36.0

What's Changed

... (truncated)

Commits

Updates litellm[proxy] from 1.35.28 to 1.36.2

Release notes

Sourced from litellm[proxy]'s releases.

v1.36.2

What's Changed

New Contributors

Full Changelog: https://github.com/BerriAI/litellm/compare/v1.36.1...v1.36.2 Group 5805

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 92 96.04003103837316 1.4796974346523213 0.0 443 0 85.96445500000982 442.37826399998426
/health/liveliness Passed 78 79.00126169393944 15.431607557773644 0.0 4620 0 73.91568399998505 315.2042289999599
/health/readiness Passed 78 81.64751764383558 15.117631126944485 0.0033401747960549013 4526 1 73.83376600000702 1535.723929999989
Aggregated Passed 78 81.03746247074821 32.02893611937045 0.0033401747960549013 9589 1 73.83376600000702 1535.723929999989

v1.36.1

🚨 Known Issue with Slack Alerting + Redis Cache on this Version

Last stable version = 1.36.0

What's Changed

... (truncated)

Commits

Updates boto3 from 1.34.95 to 1.34.100

Changelog

Sourced from boto3's changelog.

1.34.100

  • api-change:b2bi: [botocore] Documentation update to clarify the MappingTemplate definition.
  • api-change:budgets: [botocore] This release adds tag support for budgets and budget actions.
  • api-change:resiliencehub: [botocore] AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.
  • api-change:route53profiles: [botocore] Doc only update for Route 53 profiles that fixes some link issues

1.34.99

  • api-change:medialive: [botocore] AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.

1.34.98

  • api-change:bedrock-agent: [botocore] This release adds support for using Provisioned Throughput with Bedrock Agents.
  • api-change:connect: [botocore] This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.
  • api-change:connectcases: [botocore] This feature supports the release of Files related items
  • api-change:datasync: [botocore] Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations.
  • api-change:inspector2: [botocore] This release adds CSV format to GetCisScanReport for Inspector v2
  • api-change:sagemaker: [botocore] Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs
  • api-change:sesv2: [botocore] Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.

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
  • c7984f9 Merge branch 'release-1.34.100'
  • 00af477 Bumping version to 1.34.100
  • c50c3f4 Add changelog entries from botocore
  • 3fa5fe1 Merge pull request #4085 from boto/dependabot/github_actions/aws-github-ops/h...
  • 4897613 Merge branch 'release-1.34.99'
  • b16fefa Merge branch 'release-1.34.99' into develop
  • 1b78aed Bumping version to 1.34.99
  • c8a5b57 Add changelog entries from botocore
  • 091e529 Merge branch 'release-1.34.98'
  • 9213bfe Merge branch 'release-1.34.98' into develop
  • Additional commits viewable 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.37

Release notes

Sourced from langchain-community's releases.

langchain-community==0.0.37

Release langchain-community==0.0.37

Package-specific release note generation coming soon.

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 faster-whisper from 1.0.1 to 1.0.2

Release notes

Sourced from faster-whisper's releases.

faster-whisper 1.0.2

Commits

Updates langfuse from 2.27.3 to 2.29.2

Release notes

Sourced from langfuse's releases.

v2.29.2

What's Changed

  • fix: frontend import issue when posthog is enabled

Full Changelog: https://github.com/langfuse/langfuse/compare/v2.29.1...v2.29.2

v2.29.1

What's Changed

  • fix: frontend import issue leading to runtime errors

Full Changelog: https://github.com/langfuse/langfuse/compare/v2.29.0...v2.29.1

v2.29.0

What's Changed

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

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

Description has been truncated


🔄 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/2084 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/8/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/backend/python-packages-adb4af3557` --- ### 📝 Commits (1) - [`4dae992`](https://github.com/open-webui/open-webui/commit/4dae99226fbf460f58c92d198d774c560162457a) chore(deps): bump the python-packages group across 1 directory with 11 updates ### 📊 Changes **1 file changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+11 -11) </details> ### 📄 Description Bumps the python-packages group with 11 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/tiangolo/fastapi) | `0.109.2` | `0.111.0` | | [flask-cors](https://github.com/corydolphin/flask-cors) | `4.0.0` | `4.0.1` | | [bcrypt](https://github.com/pyca/bcrypt) | `4.1.2` | `4.1.3` | | [litellm](https://github.com/BerriAI/litellm) | `1.35.28` | `1.36.2` | | [litellm[proxy]](https://github.com/BerriAI/litellm) | `1.35.28` | `1.36.2` | | [boto3](https://github.com/boto/boto3) | `1.34.95` | `1.34.100` | | [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.37` | | [chromadb](https://github.com/chroma-core/chroma) | `0.4.24` | `0.5.0` | | [faster-whisper](https://github.com/SYSTRAN/faster-whisper) | `1.0.1` | `1.0.2` | | [langfuse](https://github.com/langfuse/langfuse) | `2.27.3` | `2.29.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 `flask-cors` from 4.0.0 to 4.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/corydolphin/flask-cors/releases">flask-cors's releases</a>.</em></p> <blockquote> <h2>4.0.1</h2> <h2>What's Changed</h2> <ul> <li>Fix Read the Docs builds by <a href="https://github.com/kurtmckee"><code>@​kurtmckee</code></a> in <a href="https://redirect.github.com/corydolphin/flask-cors/pull/345">corydolphin/flask-cors#345</a></li> <li>Update extension.py to clean request.path before logging it by <a href="https://github.com/aneshujevic"><code>@​aneshujevic</code></a> in <a href="https://redirect.github.com/corydolphin/flask-cors/pull/351">corydolphin/flask-cors#351</a></li> <li>Update CI to include Python 3.12 and flask 3.0.3 by <a href="https://github.com/corydolphin"><code>@​corydolphin</code></a> in <a href="https://redirect.github.com/corydolphin/flask-cors/pull/354">corydolphin/flask-cors#354</a></li> <li>Release 4.0.1 by <a href="https://github.com/corydolphin"><code>@​corydolphin</code></a> in <a href="https://redirect.github.com/corydolphin/flask-cors/pull/353">corydolphin/flask-cors#353</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kurtmckee"><code>@​kurtmckee</code></a> made their first contribution in <a href="https://redirect.github.com/corydolphin/flask-cors/pull/345">corydolphin/flask-cors#345</a></li> <li><a href="https://github.com/aneshujevic"><code>@​aneshujevic</code></a> made their first contribution in <a href="https://redirect.github.com/corydolphin/flask-cors/pull/351">corydolphin/flask-cors#351</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/corydolphin/flask-cors/compare/4.0.0...4.0.1">https://github.com/corydolphin/flask-cors/compare/4.0.0...4.0.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md">flask-cors's changelog</a>.</em></p> <blockquote> <h2>4.0.1</h2> <h3>Security</h3> <ul> <li>Address <a href="https://github.com/advisories/GHSA-84pr-m4jr-85g5">CVE-2024-1681</a> which is a log injection vulnerability when the log level is set to debug by <a href="https://github.com/aneshujevic"><code>@​aneshujevic</code></a> in <a href="https://redirect.github.com/corydolphin/flask-cors/pull/351">corydolphin/flask-cors#351</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/corydolphin/flask-cors/commit/1df178ccc019c5aa7282246288c04f867d716790"><code>1df178c</code></a> Release 0.4.1 (<a href="https://redirect.github.com/corydolphin/flask-cors/issues/353">#353</a>)</li> <li><a href="https://github.com/corydolphin/flask-cors/commit/5090b4a43f3d45511057f5a2fb1ae8cca9542522"><code>5090b4a</code></a> Update CI to include Python 3.12 and flask 3.0.3 (<a href="https://redirect.github.com/corydolphin/flask-cors/issues/354">#354</a>)</li> <li><a href="https://github.com/corydolphin/flask-cors/commit/6172c2000dba965fedb8e9a8a916ad56f0fb2630"><code>6172c20</code></a> Update extension.py to clean request.path before logging it (<a href="https://redirect.github.com/corydolphin/flask-cors/issues/351">#351</a>)</li> <li><a href="https://github.com/corydolphin/flask-cors/commit/cadade9403de251a42bc63a38bafb065d380f4e3"><code>cadade9</code></a> Fix Read the Docs builds (<a href="https://redirect.github.com/corydolphin/flask-cors/issues/345">#345</a>)</li> <li>See full diff in <a href="https://github.com/corydolphin/flask-cors/compare/4.0.0...4.0.1">compare view</a></li> </ul> </details> <br /> Updates `bcrypt` from 4.1.2 to 4.1.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/bcrypt/commit/35e5a6f5a5131bef22f04dcc9bf401b6eab79642"><code>35e5a6f</code></a> Bump version for 4.1.3 release (<a href="https://redirect.github.com/pyca/bcrypt/issues/791">#791</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/d99d1e568d41c7248269bfd37295f65c74fb12bd"><code>d99d1e5</code></a> Bump autocfg from 1.2.0 to 1.3.0 in /src/_bcrypt (<a href="https://redirect.github.com/pyca/bcrypt/issues/790">#790</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/0775d47c9a1436706932b1bf8911735881aec8e2"><code>0775d47</code></a> allow testing with pytest 8.2.0 (<a href="https://redirect.github.com/pyca/bcrypt/issues/786">#786</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/97d09ac5c190de343af145b61d0b4356950281c0"><code>97d09ac</code></a> Bump base64 from 0.22.0 to 0.22.1 in /src/_bcrypt (<a href="https://redirect.github.com/pyca/bcrypt/issues/787">#787</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/ee4a9a8dd1b23d33da931022f2acbf156316f2fb"><code>ee4a9a8</code></a> use ubuntu rolling in arm64 CI (<a href="https://redirect.github.com/pyca/bcrypt/issues/784">#784</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/7d2474faa546a1a9daae5cac282977d34fe8aedd"><code>7d2474f</code></a> Bump libc from 0.2.153 to 0.2.154 in /src/_bcrypt (<a href="https://redirect.github.com/pyca/bcrypt/issues/783">#783</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/7a252dde4d84dedfc9d8e04308234fea18c6fa45"><code>7a252dd</code></a> Try blocking pytest 8.2.0 (<a href="https://redirect.github.com/pyca/bcrypt/issues/785">#785</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/297a915720a64c15274cd927a2b6f0fef2e28772"><code>297a915</code></a> Remove brew install rust from macOS CI (<a href="https://redirect.github.com/pyca/bcrypt/issues/782">#782</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/6b3f99eff2447cc7cf9b0cd7bffb3e31871c3648"><code>6b3f99e</code></a> Bump parking_lot_core from 0.9.9 to 0.9.10 in /src/_bcrypt (<a href="https://redirect.github.com/pyca/bcrypt/issues/778">#778</a>)</li> <li><a href="https://github.com/pyca/bcrypt/commit/c88b31007dfada537b9594540a4e12d49e08eca0"><code>c88b310</code></a> Bump parking_lot from 0.12.1 to 0.12.2 in /src/_bcrypt (<a href="https://redirect.github.com/pyca/bcrypt/issues/780">#780</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyca/bcrypt/compare/4.1.2...4.1.3">compare view</a></li> </ul> </details> <br /> Updates `litellm` from 1.35.28 to 1.36.2 <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.36.2</h2> <h2>What's Changed</h2> <ul> <li> <p>Update support for langfuse metadata by <a href="https://github.com/alexanderepstein"><code>@​alexanderepstein</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3459">BerriAI/litellm#3459</a></p> </li> <li> <p>Synced the doc with the Mistral by <a href="https://github.com/paneru-rajan"><code>@​paneru-rajan</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3471">BerriAI/litellm#3471</a></p> </li> <li> <p>update langchain documentation to reflect refactor by <a href="https://github.com/sepiatone"><code>@​sepiatone</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3464">BerriAI/litellm#3464</a></p> </li> <li> <p>Add devcontainer by <a href="https://github.com/Manouchehri"><code>@​Manouchehri</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3494">BerriAI/litellm#3494</a></p> </li> <li> <p>Added support for JWT auth with PEM cert public keys by <a href="https://github.com/ghaemisr"><code>@​ghaemisr</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3500">BerriAI/litellm#3500</a></p> </li> <li> <p>[Feat + Test] Add lowest cost routing - litellm.Router by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3504">BerriAI/litellm#3504</a> <a href="https://docs.litellm.ai/docs/routing#advanced---routing-strategies">https://docs.litellm.ai/docs/routing#advanced---routing-strategies</a></p> </li> <li> <p>[Feat] Make lowest cost routing Async by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3510">BerriAI/litellm#3510</a></p> </li> <li> <p>feat(slack_alerting.py): reintegrate langfuse trace url for slack alerts by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3506">BerriAI/litellm#3506</a></p> </li> <li> <p>Added &quot;deepseek/&quot; as a supported provider (openai compatible) by <a href="https://github.com/paul-gauthier"><code>@​paul-gauthier</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3503">BerriAI/litellm#3503</a></p> </li> <li> <p>[Feat] litellm.Router / litellm.completion - send llm exceptions to slack by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3511">BerriAI/litellm#3511</a> <a href="https://docs.litellm.ai/docs/routing#alerting-">https://docs.litellm.ai/docs/routing#alerting-</a></p> </li> <li> <p>support sync ollama embeddings by <a href="https://github.com/mbektas"><code>@​mbektas</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3470">BerriAI/litellm#3470</a></p> </li> <li> <p>add_function_to_prompt bug fix by <a href="https://github.com/phact"><code>@​phact</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3439">BerriAI/litellm#3439</a></p> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alexanderepstein"><code>@​alexanderepstein</code></a> made their first contribution in <a href="https://redirect.github.com/BerriAI/litellm/pull/3459">BerriAI/litellm#3459</a></li> <li><a href="https://github.com/sepiatone"><code>@​sepiatone</code></a> made their first contribution in <a href="https://redirect.github.com/BerriAI/litellm/pull/3464">BerriAI/litellm#3464</a></li> <li><a href="https://github.com/ghaemisr"><code>@​ghaemisr</code></a> made their first contribution in <a href="https://redirect.github.com/BerriAI/litellm/pull/3500">BerriAI/litellm#3500</a></li> <li><a href="https://github.com/mbektas"><code>@​mbektas</code></a> made their first contribution in <a href="https://redirect.github.com/BerriAI/litellm/pull/3470">BerriAI/litellm#3470</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/BerriAI/litellm/compare/v1.36.1...v1.36.2">https://github.com/BerriAI/litellm/compare/v1.36.1...v1.36.2</a> <img src="https://github.com/BerriAI/litellm/assets/29436595/fa4e5854-591c-427b-b307-c0534636656b" alt="Group 5805" /></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>92</td> <td>96.04003103837316</td> <td>1.4796974346523213</td> <td>0.0</td> <td>443</td> <td>0</td> <td>85.96445500000982</td> <td>442.37826399998426</td> </tr> <tr> <td>/health/liveliness</td> <td>Passed ✅</td> <td>78</td> <td>79.00126169393944</td> <td>15.431607557773644</td> <td>0.0</td> <td>4620</td> <td>0</td> <td>73.91568399998505</td> <td>315.2042289999599</td> </tr> <tr> <td>/health/readiness</td> <td>Passed ✅</td> <td>78</td> <td>81.64751764383558</td> <td>15.117631126944485</td> <td>0.0033401747960549013</td> <td>4526</td> <td>1</td> <td>73.83376600000702</td> <td>1535.723929999989</td> </tr> <tr> <td>Aggregated</td> <td>Passed ✅</td> <td>78</td> <td>81.03746247074821</td> <td>32.02893611937045</td> <td>0.0033401747960549013</td> <td>9589</td> <td>1</td> <td>73.83376600000702</td> <td>1535.723929999989</td> </tr> </tbody> </table> <h2>v1.36.1</h2> <h2>🚨 Known Issue with Slack Alerting + Redis Cache on this Version</h2> <h2>Last stable version = 1.36.0</h2> <h2>What's Changed</h2> <ul> <li>[Feat] show <code>key alias</code> and <code>team alias</code> in slack alerts by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3488">BerriAI/litellm#3488</a></li> <li>[UI] Set Router Retry Policy by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3461">BerriAI/litellm#3461</a></li> <li>[UI] Fixes for getting/setting Retry Policy by Model Group by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3492">BerriAI/litellm#3492</a></li> <li>Feat - send slack alerts on <code>model/new</code> by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3489">BerriAI/litellm#3489</a></li> <li>build(deps): bump jinja2 from 3.1.3 to 3.1.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3487">BerriAI/litellm#3487</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/21d3407b9571ccdcc607fc8224fc733f938990dc"><code>21d3407</code></a> fix replicate test</li> <li><a href="https://github.com/BerriAI/litellm/commit/4e7b5aa9d792002b6185e7a47d19f18455be440a"><code>4e7b5aa</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3439">#3439</a> from phact/patch-3</li> <li><a href="https://github.com/BerriAI/litellm/commit/2725a55e7aaccb515d11f0f8d9b78b8460050c4e"><code>2725a55</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3470">#3470</a> from mbektas/fix-ollama-embeddings</li> <li><a href="https://github.com/BerriAI/litellm/commit/f45feff13c80f34635c17430aa424594c4d4226f"><code>f45feff</code></a> bump: version 1.36.1 → 1.36.2</li> <li><a href="https://github.com/BerriAI/litellm/commit/6e72857cf75677191fbf49a34ae6f548e6daa07c"><code>6e72857</code></a> fix model cost map</li> <li><a href="https://github.com/BerriAI/litellm/commit/223e3867378a6bfe7a2d616296e324838ad9b513"><code>223e386</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3511">#3511</a> from BerriAI/litellm_router_send_exceptions_slack</li> <li><a href="https://github.com/BerriAI/litellm/commit/596adf6e2f313efb591d80c934cb7d988a4d300e"><code>596adf6</code></a> test - slack alerting on litellm router</li> <li><a href="https://github.com/BerriAI/litellm/commit/dc742044276de5e85086b5fbc86ba996d6baf47c"><code>dc74204</code></a> fix typo</li> <li><a href="https://github.com/BerriAI/litellm/commit/d46544d2bc83d87df66cd978f887be7c4ecf0b34"><code>d46544d</code></a> docs setup alerting on router</li> <li><a href="https://github.com/BerriAI/litellm/commit/e8053c3d0bd6fbceb40e8d0a5bb8a6b341a5c3b2"><code>e8053c3</code></a> fix slack alerting</li> <li>Additional commits viewable in <a href="https://github.com/BerriAI/litellm/compare/v1.35.28...v1.36.2">compare view</a></li> </ul> </details> <br /> Updates `litellm[proxy]` from 1.35.28 to 1.36.2 <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.36.2</h2> <h2>What's Changed</h2> <ul> <li> <p>Update support for langfuse metadata by <a href="https://github.com/alexanderepstein"><code>@​alexanderepstein</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3459">BerriAI/litellm#3459</a></p> </li> <li> <p>Synced the doc with the Mistral by <a href="https://github.com/paneru-rajan"><code>@​paneru-rajan</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3471">BerriAI/litellm#3471</a></p> </li> <li> <p>update langchain documentation to reflect refactor by <a href="https://github.com/sepiatone"><code>@​sepiatone</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3464">BerriAI/litellm#3464</a></p> </li> <li> <p>Add devcontainer by <a href="https://github.com/Manouchehri"><code>@​Manouchehri</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3494">BerriAI/litellm#3494</a></p> </li> <li> <p>Added support for JWT auth with PEM cert public keys by <a href="https://github.com/ghaemisr"><code>@​ghaemisr</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3500">BerriAI/litellm#3500</a></p> </li> <li> <p>[Feat + Test] Add lowest cost routing - litellm.Router by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3504">BerriAI/litellm#3504</a> <a href="https://docs.litellm.ai/docs/routing#advanced---routing-strategies">https://docs.litellm.ai/docs/routing#advanced---routing-strategies</a></p> </li> <li> <p>[Feat] Make lowest cost routing Async by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3510">BerriAI/litellm#3510</a></p> </li> <li> <p>feat(slack_alerting.py): reintegrate langfuse trace url for slack alerts by <a href="https://github.com/krrishdholakia"><code>@​krrishdholakia</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3506">BerriAI/litellm#3506</a></p> </li> <li> <p>Added &quot;deepseek/&quot; as a supported provider (openai compatible) by <a href="https://github.com/paul-gauthier"><code>@​paul-gauthier</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3503">BerriAI/litellm#3503</a></p> </li> <li> <p>[Feat] litellm.Router / litellm.completion - send llm exceptions to slack by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3511">BerriAI/litellm#3511</a> <a href="https://docs.litellm.ai/docs/routing#alerting-">https://docs.litellm.ai/docs/routing#alerting-</a></p> </li> <li> <p>support sync ollama embeddings by <a href="https://github.com/mbektas"><code>@​mbektas</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3470">BerriAI/litellm#3470</a></p> </li> <li> <p>add_function_to_prompt bug fix by <a href="https://github.com/phact"><code>@​phact</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3439">BerriAI/litellm#3439</a></p> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alexanderepstein"><code>@​alexanderepstein</code></a> made their first contribution in <a href="https://redirect.github.com/BerriAI/litellm/pull/3459">BerriAI/litellm#3459</a></li> <li><a href="https://github.com/sepiatone"><code>@​sepiatone</code></a> made their first contribution in <a href="https://redirect.github.com/BerriAI/litellm/pull/3464">BerriAI/litellm#3464</a></li> <li><a href="https://github.com/ghaemisr"><code>@​ghaemisr</code></a> made their first contribution in <a href="https://redirect.github.com/BerriAI/litellm/pull/3500">BerriAI/litellm#3500</a></li> <li><a href="https://github.com/mbektas"><code>@​mbektas</code></a> made their first contribution in <a href="https://redirect.github.com/BerriAI/litellm/pull/3470">BerriAI/litellm#3470</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/BerriAI/litellm/compare/v1.36.1...v1.36.2">https://github.com/BerriAI/litellm/compare/v1.36.1...v1.36.2</a> <img src="https://github.com/BerriAI/litellm/assets/29436595/fa4e5854-591c-427b-b307-c0534636656b" alt="Group 5805" /></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>92</td> <td>96.04003103837316</td> <td>1.4796974346523213</td> <td>0.0</td> <td>443</td> <td>0</td> <td>85.96445500000982</td> <td>442.37826399998426</td> </tr> <tr> <td>/health/liveliness</td> <td>Passed ✅</td> <td>78</td> <td>79.00126169393944</td> <td>15.431607557773644</td> <td>0.0</td> <td>4620</td> <td>0</td> <td>73.91568399998505</td> <td>315.2042289999599</td> </tr> <tr> <td>/health/readiness</td> <td>Passed ✅</td> <td>78</td> <td>81.64751764383558</td> <td>15.117631126944485</td> <td>0.0033401747960549013</td> <td>4526</td> <td>1</td> <td>73.83376600000702</td> <td>1535.723929999989</td> </tr> <tr> <td>Aggregated</td> <td>Passed ✅</td> <td>78</td> <td>81.03746247074821</td> <td>32.02893611937045</td> <td>0.0033401747960549013</td> <td>9589</td> <td>1</td> <td>73.83376600000702</td> <td>1535.723929999989</td> </tr> </tbody> </table> <h2>v1.36.1</h2> <h2>🚨 Known Issue with Slack Alerting + Redis Cache on this Version</h2> <h2>Last stable version = 1.36.0</h2> <h2>What's Changed</h2> <ul> <li>[Feat] show <code>key alias</code> and <code>team alias</code> in slack alerts by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3488">BerriAI/litellm#3488</a></li> <li>[UI] Set Router Retry Policy by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3461">BerriAI/litellm#3461</a></li> <li>[UI] Fixes for getting/setting Retry Policy by Model Group by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3492">BerriAI/litellm#3492</a></li> <li>Feat - send slack alerts on <code>model/new</code> by <a href="https://github.com/ishaan-jaff"><code>@​ishaan-jaff</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3489">BerriAI/litellm#3489</a></li> <li>build(deps): bump jinja2 from 3.1.3 to 3.1.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/BerriAI/litellm/pull/3487">BerriAI/litellm#3487</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/21d3407b9571ccdcc607fc8224fc733f938990dc"><code>21d3407</code></a> fix replicate test</li> <li><a href="https://github.com/BerriAI/litellm/commit/4e7b5aa9d792002b6185e7a47d19f18455be440a"><code>4e7b5aa</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3439">#3439</a> from phact/patch-3</li> <li><a href="https://github.com/BerriAI/litellm/commit/2725a55e7aaccb515d11f0f8d9b78b8460050c4e"><code>2725a55</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3470">#3470</a> from mbektas/fix-ollama-embeddings</li> <li><a href="https://github.com/BerriAI/litellm/commit/f45feff13c80f34635c17430aa424594c4d4226f"><code>f45feff</code></a> bump: version 1.36.1 → 1.36.2</li> <li><a href="https://github.com/BerriAI/litellm/commit/6e72857cf75677191fbf49a34ae6f548e6daa07c"><code>6e72857</code></a> fix model cost map</li> <li><a href="https://github.com/BerriAI/litellm/commit/223e3867378a6bfe7a2d616296e324838ad9b513"><code>223e386</code></a> Merge pull request <a href="https://redirect.github.com/BerriAI/litellm/issues/3511">#3511</a> from BerriAI/litellm_router_send_exceptions_slack</li> <li><a href="https://github.com/BerriAI/litellm/commit/596adf6e2f313efb591d80c934cb7d988a4d300e"><code>596adf6</code></a> test - slack alerting on litellm router</li> <li><a href="https://github.com/BerriAI/litellm/commit/dc742044276de5e85086b5fbc86ba996d6baf47c"><code>dc74204</code></a> fix typo</li> <li><a href="https://github.com/BerriAI/litellm/commit/d46544d2bc83d87df66cd978f887be7c4ecf0b34"><code>d46544d</code></a> docs setup alerting on router</li> <li><a href="https://github.com/BerriAI/litellm/commit/e8053c3d0bd6fbceb40e8d0a5bb8a6b341a5c3b2"><code>e8053c3</code></a> fix slack alerting</li> <li>Additional commits viewable in <a href="https://github.com/BerriAI/litellm/compare/v1.35.28...v1.36.2">compare view</a></li> </ul> </details> <br /> Updates `boto3` from 1.34.95 to 1.34.100 <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.100</h1> <ul> <li>api-change:<code>b2bi</code>: [<code>botocore</code>] Documentation update to clarify the MappingTemplate definition.</li> <li>api-change:<code>budgets</code>: [<code>botocore</code>] This release adds tag support for budgets and budget actions.</li> <li>api-change:<code>resiliencehub</code>: [<code>botocore</code>] AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.</li> <li>api-change:<code>route53profiles</code>: [<code>botocore</code>] Doc only update for Route 53 profiles that fixes some link issues</li> </ul> <h1>1.34.99</h1> <ul> <li>api-change:<code>medialive</code>: [<code>botocore</code>] AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.</li> </ul> <h1>1.34.98</h1> <ul> <li>api-change:<code>bedrock-agent</code>: [<code>botocore</code>] This release adds support for using Provisioned Throughput with Bedrock Agents.</li> <li>api-change:<code>connect</code>: [<code>botocore</code>] This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.</li> <li>api-change:<code>connectcases</code>: [<code>botocore</code>] This feature supports the release of Files related items</li> <li>api-change:<code>datasync</code>: [<code>botocore</code>] Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations.</li> <li>api-change:<code>inspector2</code>: [<code>botocore</code>] This release adds CSV format to GetCisScanReport for Inspector v2</li> <li>api-change:<code>sagemaker</code>: [<code>botocore</code>] Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs</li> <li>api-change:<code>sesv2</code>: [<code>botocore</code>] Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.</li> </ul> <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/c7984f9f7a1cb00c12b53d07104ea334b99ae6cb"><code>c7984f9</code></a> Merge branch 'release-1.34.100'</li> <li><a href="https://github.com/boto/boto3/commit/00af4775bd596e316412b6d485ddcc7d0bd9cc25"><code>00af477</code></a> Bumping version to 1.34.100</li> <li><a href="https://github.com/boto/boto3/commit/c50c3f4f9e2633c373a56cfb22053cd038338d56"><code>c50c3f4</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/3fa5fe1d9899adcacea602e640e0ddeda56607be"><code>3fa5fe1</code></a> Merge pull request <a href="https://redirect.github.com/boto/boto3/issues/4085">#4085</a> from boto/dependabot/github_actions/aws-github-ops/h...</li> <li><a href="https://github.com/boto/boto3/commit/489761305f6691439c506b8ec06f02bcc4a9740e"><code>4897613</code></a> Merge branch 'release-1.34.99'</li> <li><a href="https://github.com/boto/boto3/commit/b16fefa38ce95e5c08010e43993c0b729fbb20e4"><code>b16fefa</code></a> Merge branch 'release-1.34.99' into develop</li> <li><a href="https://github.com/boto/boto3/commit/1b78aed6dcb54b9c088e1b340c7e9e8823f5af6b"><code>1b78aed</code></a> Bumping version to 1.34.99</li> <li><a href="https://github.com/boto/boto3/commit/c8a5b5717754860a0020df526ce69c67ca8d0fda"><code>c8a5b57</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/091e52958f088ba2665ad716b003303cbe658b56"><code>091e529</code></a> Merge branch 'release-1.34.98'</li> <li><a href="https://github.com/boto/boto3/commit/9213bfe0e981ef77751ae434aa068f622bcde192"><code>9213bfe</code></a> Merge branch 'release-1.34.98' into develop</li> <li>Additional commits viewable in <a href="https://github.com/boto/boto3/compare/1.34.95...1.34.100">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.37 <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.37</h2> <h1>Release langchain-community==0.0.37</h1> <p>Package-specific release note generation coming soon.</p> <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.37">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 `faster-whisper` from 1.0.1 to 1.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SYSTRAN/faster-whisper/releases">faster-whisper's releases</a>.</em></p> <blockquote> <h2>faster-whisper 1.0.2</h2> <ul> <li> <p>Add support for distil-large-v3 (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/755">SYSTRAN/faster-whisper#755</a>) The latest Distil-Whisper model, <a href="https://huggingface.co/distil-whisper/distil-large-v3-ct2">distil-large-v3</a>, is intrinsically designed to work with the OpenAI sequential algorithm.</p> </li> <li> <p>Benchmarks (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/773">SYSTRAN/faster-whisper#773</a>) Introduces functionality to measure benchmarking for memory, Word Error Rate (WER), and speed in Faster-whisper.</p> </li> <li> <p>Support initializing more whisper model args (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/807">SYSTRAN/faster-whisper#807</a>)</p> </li> <li> <p>Small bug fix:</p> <ul> <li>code breaks if audio is empty (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/768">SYSTRAN/faster-whisper#768</a>)</li> <li>Foolproof: Disable VAD if clip_timestamps is in use (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/769">SYSTRAN/faster-whisper#769</a>)</li> <li>make faster_whisper.assets as a valid python package to distribute (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/774">SYSTRAN/faster-whisper#774</a>)</li> <li>Loosen tokenizers version constraint (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/804">SYSTRAN/faster-whisper#804</a>)</li> <li>CUDA version and updated installation instructions (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/785">SYSTRAN/faster-whisper#785</a>)</li> </ul> </li> <li> <p>New feature from original openai Whisper project:</p> <ul> <li>Feature/add hotwords (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/731">SYSTRAN/faster-whisper#731</a>)</li> <li>Improve language detection (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/732">SYSTRAN/faster-whisper#732</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/2f6913efc85306fc4f900da6c67f9a06a7d54a3d"><code>2f6913e</code></a> Bump version to 1.0.2 (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/816">#816</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/e11d58599dc41564c9681cf4ba500f4c59ae2fdb"><code>e11d585</code></a> Allow av to include version 12. (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/819">#819</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/49a80eb8a80233769cb84994d511f49153338e40"><code>49a80eb</code></a> Clarify documentation for hotwords (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/817">#817</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/8d5e6d56d9500bde881a48eba7d4af5161afa15c"><code>8d5e6d5</code></a> Support initializing more whisper model args (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/807">#807</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/6eec07739e113e390f6548812fd818908ac5755e"><code>6eec077</code></a> Add benchmarking logic for memory, wer and speed (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/773">#773</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/847fec449286997eee21e66d2cd45a3f589c29ac"><code>847fec4</code></a> Feature/add hotwords (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/731">#731</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/46080e584e7a1066b42194b6c7954ad04acc7b03"><code>46080e5</code></a> Loosening tokenizers version constraint (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/804">#804</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/3d1de60ef3ce7d34f7c0ae6547f8a616aa060ac2"><code>3d1de60</code></a> CUDA version and updated installation instructions (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/785">#785</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/91c8307aa6b305dcaf12fc112b0187ee0d512b00"><code>91c8307</code></a> make faster_whisper.assets as a valid python package to distribute (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/772">#772</a>) (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/774">#774</a>)</li> <li><a href="https://github.com/SYSTRAN/faster-whisper/commit/b024972a566c1a61279548b3db1d7249cc1d0151"><code>b024972</code></a> Foolproof: Disable VAD if clip_timestamps is in use (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/769">#769</a>)</li> <li>Additional commits viewable in <a href="https://github.com/SYSTRAN/faster-whisper/compare/v1.0.1...v1.0.2">compare view</a></li> </ul> </details> <br /> Updates `langfuse` from 2.27.3 to 2.29.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.29.2</h2> <h2>What's Changed</h2> <ul> <li>fix: frontend import issue when posthog is enabled</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langfuse/langfuse/compare/v2.29.1...v2.29.2">https://github.com/langfuse/langfuse/compare/v2.29.1...v2.29.2</a></p> <h2>v2.29.1</h2> <h2>What's Changed</h2> <ul> <li>fix: frontend import issue leading to runtime errors</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langfuse/langfuse/compare/v2.29.0...v2.29.1">https://github.com/langfuse/langfuse/compare/v2.29.0...v2.29.1</a></p> <h2>v2.29.0</h2> <h2>What's Changed</h2> <ul> <li>feat(datasets): add metadata to dataset and datasetItems by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1756">langfuse/langfuse#1756</a></li> <li>feat(scores): Add a score value filter to api by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1745">langfuse/langfuse#1745</a></li> <li>feat: add posthog to chatCompletion endpoint by <a href="https://github.com/hassiebp"><code>@​hassiebp</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1742">langfuse/langfuse#1742</a></li> <li>perf: add internal model index by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1743">langfuse/langfuse#1743</a></li> <li>chore(deps): bump the patches group with 6 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1741">langfuse/langfuse#1741</a></li> <li>fix: disable eval config after confirmation only by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1746">langfuse/langfuse#1746</a></li> <li>fix: use trash icon for eval config by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1757">langfuse/langfuse#1757</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langfuse/langfuse/compare/v2.28.0...v2.29.0">https://github.com/langfuse/langfuse/compare/v2.28.0...v2.29.0</a></p> <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/v2.29.2">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 <depend... _Description has been truncated_ --- <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 2026-05-15 17:27:20 -05: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#91921