Skip to content

chore(deps): bump the python-dev group with 3 updates - #238

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/python-dev-38b8a8988b
Open

dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/python-dev-38b8a8988b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 20, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on litellm, deepgram-sdk and elevenlabs to permit the latest version.
Updates litellm to 1.101.0

Release notes

Sourced from litellm's releases.

v1.101.0

Verify Docker Image Signature

All LiteLLM Docker images are signed with cosign. Every release is signed with the same key introduced in commit 0112e53.

Verify using the pinned commit hash (recommended):

A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key:

cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub \
  ghcr.io/berriai/litellm:v1.101.0

Verify using the release tag (convenience):

Tags are protected in this repository and resolve to the same key. This option is easier to read but relies on tag protection rules:

cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/v1.101.0/cosign.pub \
  ghcr.io/berriai/litellm:v1.101.0

Expected output:

The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - The signatures were verified against the specified public key

What's Changed

... (truncated)

Commits
  • 18243cd Merge pull request #40886 from BerriAI/litellm_backport_redis_chaos_rc_1_101_0
  • abfb2cf test(load): backport Redis chaos qualification to rc/1.101.0 (#40482)
  • c1a834b fix(caching): backport Redis breaker recovery guards to rc/1.101.0 (#40624)
  • ca4a613 fix(redis): backport quiet breaker refusals to rc/1.101.0 (#40620)
  • c324a2b perf(proxy): backport pipelined spend counters to rc/1.101.0 (#40371)
  • 912a3f8 Merge pull request #40346 from BerriAI/litellm_backport_40335_rc_1_101_0
  • bcddffc fix(otel): backport auth spans and callback merge to rc/1.101.0
  • f0b6d66 Merge pull request #40325 from BerriAI/litellm_backport_37667_rc_1_101_0
  • f41fc71 Merge pull request #40324 from BerriAI/litellm_backport_40312_rc_1_101_0
  • b6e73cc feat(team): backport team admin callbacks to rc/1.101.0
  • Additional commits viewable in compare view

Updates deepgram-sdk to 7.9.0

Release notes

Sourced from deepgram-sdk's releases.

v7.9.0

7.9.0 (2026-09-14)

Features

  • Voice Agent: Adds send_force_end_turn() and typed ForceEndTurn messages for V2 Flux listen providers. (#783) (ff49864)
  • Voice Agent: Adds integer expressivity from -2 through 2 for Deepgram Flux TTS providers. (#783) (ff49864)
  • Flux TTS: speed accepts 0.5 through 1.5 in 0.05 increments, replacing the previously documented 0.85 through 1.15 range. (#783) (ff49864)

Model Catalog

  • Speak V1: Removes aura-2-perseo-it from model literals. The API never served the model and returns 400 No such model/version combination found for it. (#783) (ff49864)
Changelog

Sourced from deepgram-sdk's changelog.

7.9.0 (2026-09-14)

Features

  • Voice Agent: Adds send_force_end_turn() and typed ForceEndTurn messages for V2 Flux listen providers. (#783) (ff49864)
  • Voice Agent: Adds integer expressivity from -2 through 2 for Deepgram Flux TTS providers. (#783) (ff49864)
  • Flux TTS: speed accepts 0.5 through 1.5 in 0.05 increments, replacing the previously documented 0.85 through 1.15 range. (#783) (ff49864)

Model Catalog

  • Speak V1: Removes aura-2-perseo-it from model literals. The API never served the model and returns 400 No such model/version combination found for it. (#783) (ff49864)

7.8.1 (2026-09-03)

Bug Fixes

  • TextBuilder: ssml_to_deepgram() now preserves a <phoneme> pronunciation when its valid ph and alphabet attributes appear in either order. (#741) (7fd4b63)
  • Credentials: Explicitly passing api_key=None continues to disable ambient DEEPGRAM_API_KEY lookup, which is important for multi-tenant and test environments. (#778) (e675990)
  • Credentials: DeepgramClient() and AsyncDeepgramClient() now resolve DEEPGRAM_API_KEY when constructed, so load_dotenv() can run after importing the SDK. Closes #734. (#767) (ec362ec)
  • Custom transports: Speak V2 WebSocket connections now honor transport_factory, matching the routing behavior of other WebSocket APIs for proxies, test doubles, and custom-hosted transports. (#766) (0980663)

Documentation

  • Transcription: Clarified that Nova-3 assumes English when language is omitted; non-English and multilingual audio require an explicit language such as fr or multi. (#771) (4574337)
  • Examples: Added Listen V1 live microphone transcription with optional sounddevice, device selection, bounded audio buffering, transcript output, and clean Ctrl-C shutdown. (#780) (08f0471)
  • Examples: Added a resilient Listen V1 live transcription pattern with exponential backoff, reconnect-aware audio buffering, timestamp continuity, and clean shutdown. (#776) (96b2d11)
  • Examples: Added an application-owned Voice Agent session recorder that serializes received transcripts, function calls, and latency reports as JSON while leaving consent, redaction, retention, and storage policy to the application. Closes #775. (#781) (30ad152)
  • Text-to-Speech: Corrected streaming synthesis snippets to iterate the response byte chunks instead of accessing a nonexistent .stream attribute. (#749) (178724e)

7.8.0 (2026-08-28)

Features

  • regen: listen v2 force-end-turn and listen v1 diarize metadata (#768) (bacd1b5)

7.7.1 (2026-08-21)

Bug Fixes

  • listen/v2: restore subscript access on typed responses (c4d2580)
  • narrow listen v2 compatibility to subscript access (aac5e0a)
  • preserve dict access on typed response models (b9f544a)
  • restore listen v2 mapping behavior (8a18e3b)
  • scope dict compatibility to listen v2 responses (0c67f00)

... (truncated)

Commits

Updates elevenlabs to 2.68.0

Release notes

Sourced from elevenlabs's releases.

v2.68.0

What's Changed

New Contributors

Full Changelog: elevenlabs/elevenlabs-python@v2.67.0...v2.68.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 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

Updates the requirements on [litellm](https://github.com/BerriAI/litellm), [deepgram-sdk](https://github.com/deepgram/deepgram-python-sdk) and [elevenlabs](https://github.com/elevenlabs/elevenlabs-python) to permit the latest version.

Updates `litellm` to 1.101.0
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.100.0...v1.101.0)

Updates `deepgram-sdk` to 7.9.0
- [Release notes](https://github.com/deepgram/deepgram-python-sdk/releases)
- [Changelog](https://github.com/deepgram/deepgram-python-sdk/blob/main/CHANGELOG.md)
- [Commits](deepgram/deepgram-python-sdk@v7.8.1...v7.9.0)

Updates `elevenlabs` to 2.68.0
- [Release notes](https://github.com/elevenlabs/elevenlabs-python/releases)
- [Commits](elevenlabs/elevenlabs-python@v2.67.0...v2.68.0)

---
updated-dependencies:
- dependency-name: litellm
  dependency-version: 1.101.0
  dependency-type: direct:production
  dependency-group: python-dev
- dependency-name: deepgram-sdk
  dependency-version: 7.9.0
  dependency-type: direct:production
  dependency-group: python-dev
- dependency-name: elevenlabs
  dependency-version: 2.68.0
  dependency-type: direct:production
  dependency-group: python-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 20, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from eldonm as a code owner September 20, 2026 04:54

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants