Skip to content

Update LiveKit dependencies (non-major) to v1.5.7#6

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/livekit-dependencies-(non-major)
Open

Update LiveKit dependencies (non-major) to v1.5.7#6
renovate[bot] wants to merge 1 commit intomainfrom
renovate/livekit-dependencies-(non-major)

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 2, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
livekit-agents ==1.2.7==1.5.7 age confidence
livekit-plugins-deepgram ==1.2.7==1.5.7 age confidence
livekit-plugins-openai ==1.2.7==1.5.7 age confidence
livekit-plugins-silero ==1.2.7==1.5.7 age confidence

Release Notes

livekit/agents (livekit-agents)

v1.5.7

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/agents/compare/livekit-agents@1.5.6...livekit-agents@1.5.7

v1.5.6

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/livekit/agents/compare/livekit-agents@1.5.5...livekit-agents@1.5.6

v1.5.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/agents/compare/livekit-agents@1.5.4...livekit-agents@1.5.5

v1.5.4

Compare Source

New features

Preemptive generation: added more granular options

Refines default behavior for preemptive generation to better handle long or intermittent user speech, reducing unnecessary downstream inference and associated cost increases.

Also introduces PreemptiveGenerationOptions for developers who need fine-grained control over this behavior.

https://github.com/livekit/agents/blob/78a66bcf79c5cea82989401c408f1dff4b961a5b/livekit-agents/livekit/agents/voice/turn.py#L115

class PreemptiveGenerationOptions(TypedDict, total=False):
    """Configuration for preemptive generation."""

    enabled: bool
    """Whether preemptive generation is enabled. Defaults to ``True``."""

    preemptive_tts: bool
    """Whether to also run TTS preemptively before the turn is confirmed.
    When ``False`` (default), only LLM runs preemptively; TTS starts once the
    turn is confirmed and the speech is scheduled."""

    max_speech_duration: float
    """Maximum user speech duration (s) for which preemptive generation
    is attempted. Beyond this threshold, preemptive generation is skipped
    since long utterances are more likely to change and users may expect
    slower responses. Defaults to ``10.0``."""

    max_retries: int
    """Maximum number of preemptive generation attempts per user turn.
    The counter resets when the turn completes. Defaults to ``3``."""

What's Changed

  • fix(voice): add PreemptiveGenerationOptions for fine-grained control by @​longcw in #​5428

Full Changelog: https://github.com/livekit/agents/compare/livekit-agents@1.5.3...livekit-agents@1.5.4

v1.5.3

Compare Source

[!NOTE]
livekit-agents 1.5 introduced many new features. You can check out the changelog here.

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/agents/compare/livekit-agents@1.5.2...livekit-agents@1.5.3

v1.5.2

Compare Source

[!NOTE]
livekit-agents 1.5 introduced many new features. You can check out the changelog here.

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/agents/compare/livekit-agents@1.5.1...livekit-agents@1.5.2

v1.5.1

Compare Source

[!NOTE]
livekit-agents 1.5 introduced many new features. You can check out the changelog here.

What's Changed

New Contributors

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 0144c82 to c2b2ee1 Compare September 15, 2025 20:56
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.2.8 Update LiveKit dependencies (non-major) to v1.2.9 Sep 15, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from c2b2ee1 to 630b60c Compare September 18, 2025 21:07
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.2.9 Update LiveKit dependencies (non-major) to v1.2.11 Sep 18, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 630b60c to 0b25c00 Compare September 29, 2025 05:13
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.2.11 Update LiveKit dependencies (non-major) to v1.2.12 Sep 29, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 0b25c00 to 2960c42 Compare October 1, 2025 21:33
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.2.12 Update LiveKit dependencies (non-major) to v1.2.14 Oct 1, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 2960c42 to 6ddfcd8 Compare October 15, 2025 20:28
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.2.14 Update LiveKit dependencies (non-major) to v1.2.15 Oct 15, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 6ddfcd8 to fd4ed8f Compare October 27, 2025 12:42
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.2.15 Update LiveKit dependencies (non-major) to v1.2.16 Oct 27, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from fd4ed8f to b44e2bb Compare October 29, 2025 17:39
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.2.16 Update LiveKit dependencies (non-major) to v1.2.17 Oct 29, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from b44e2bb to f1d182d Compare November 5, 2025 21:08
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.2.17 Update LiveKit dependencies (non-major) to v1.2.18 Nov 5, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from f1d182d to 04ef054 Compare November 17, 2025 12:42
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.2.18 Update LiveKit dependencies (non-major) to v1.3.2 Nov 17, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 04ef054 to 224943d Compare November 19, 2025 21:53
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.3.2 Update LiveKit dependencies (non-major) to v1.3.3 Nov 19, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 224943d to 9a85ca3 Compare November 25, 2025 00:40
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.3.3 Update LiveKit dependencies (non-major) to v1.3.4 Nov 25, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 9a85ca3 to 12a23c7 Compare November 26, 2025 02:11
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.3.4 Update LiveKit dependencies (non-major) to v1.3.5 Nov 26, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 12a23c7 to d5409c8 Compare December 3, 2025 21:55
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.3.5 Update LiveKit dependencies (non-major) to v1.3.6 Dec 3, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from d5409c8 to 8a91422 Compare December 16, 2025 23:48
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.3.6 Update LiveKit dependencies (non-major) to v1.3.7 Dec 16, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 8a91422 to 2df591c Compare December 17, 2025 09:35
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.3.7 Update LiveKit dependencies (non-major) to v1.3.8 Dec 17, 2025
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 0bd1d76 to 0533e2b Compare February 6, 2026 21:44
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.3.12 Update LiveKit dependencies (non-major) to v1.4.1 Feb 6, 2026
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 0533e2b to 8a6e343 Compare February 17, 2026 01:28
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.4.1 Update LiveKit dependencies (non-major) Feb 17, 2026
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 8a6e343 to ea589be Compare February 17, 2026 05:57
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) Update LiveKit dependencies (non-major) to v1.4.2 Feb 17, 2026
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from ea589be to 8fab695 Compare February 23, 2026 04:45
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.4.2 Update LiveKit dependencies (non-major) to v1.4.3 Feb 23, 2026
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 8fab695 to 442793c Compare March 3, 2026 05:16
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.4.3 Update LiveKit dependencies (non-major) to v1.4.4 Mar 3, 2026
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 442793c to e7696b9 Compare March 11, 2026 09:40
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.4.4 Update LiveKit dependencies (non-major) to v1.4.5 Mar 11, 2026
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from e7696b9 to 8df2c02 Compare March 16, 2026 20:34
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.4.5 Update LiveKit dependencies (non-major) to v1.4.6 Mar 16, 2026
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 8df2c02 to d001716 Compare March 19, 2026 18:11
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.4.6 Update LiveKit dependencies (non-major) to v1.5.0 Mar 19, 2026
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from d001716 to a287dab Compare March 24, 2026 00:57
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.5.0 Update LiveKit dependencies (non-major) to v1.5.1 Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from a287dab to eba22c8 Compare April 8, 2026 23:54
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.5.1 Update LiveKit dependencies (non-major) to v1.5.2 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch 2 times, most recently from 9c3f59e to d420959 Compare April 16, 2026 10:45
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.5.2 Update LiveKit dependencies (non-major) to v1.5.4 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from d420959 to 2e63b81 Compare April 20, 2026 21:39
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.5.4 Update LiveKit dependencies (non-major) to v1.5.5 Apr 20, 2026
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 2e63b81 to fd9d43a Compare April 22, 2026 21:08
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.5.5 Update LiveKit dependencies (non-major) to v1.5.6 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/livekit-dependencies-(non-major) branch from fd9d43a to c35dcac Compare April 30, 2026 21:36
@renovate renovate Bot changed the title Update LiveKit dependencies (non-major) to v1.5.6 Update LiveKit dependencies (non-major) to v1.5.7 Apr 30, 2026
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