From f809a8daa3e64efdc2e60f6b5682b5a98e5ac40c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:10:52 +0000 Subject: [PATCH] [uv] Update livekit-agents[hume] requirement in /tts/tts-python-livekit Updates the requirements on [livekit-agents[hume]](https://github.com/livekit/agents) to permit the latest version. - [Release notes](https://github.com/livekit/agents/releases) - [Commits](https://github.com/livekit/agents/compare/livekit-agents@1.6.0...livekit-agents@1.6.1) --- updated-dependencies: - dependency-name: livekit-agents[hume] dependency-version: 1.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tts/tts-python-livekit/pyproject.toml | 2 +- tts/tts-python-livekit/uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tts/tts-python-livekit/pyproject.toml b/tts/tts-python-livekit/pyproject.toml index 54bd58c6..df946bd8 100644 --- a/tts/tts-python-livekit/pyproject.toml +++ b/tts/tts-python-livekit/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "livekit-agents[hume]>=1.6.0", + "livekit-agents[hume]>=1.6.1", "livekit-plugins-anthropic>=1.6.1", "livekit-plugins-groq>=1.6.0", "livekit-plugins-silero>=1.6.1", diff --git a/tts/tts-python-livekit/uv.lock b/tts/tts-python-livekit/uv.lock index fbf659b9..24e753ba 100644 --- a/tts/tts-python-livekit/uv.lock +++ b/tts/tts-python-livekit/uv.lock @@ -1778,7 +1778,7 @@ dependencies = [ [package.metadata] requires-dist = [ - { name = "livekit-agents", extras = ["hume"], specifier = ">=1.6.0" }, + { name = "livekit-agents", extras = ["hume"], specifier = ">=1.6.1" }, { name = "livekit-plugins-anthropic", specifier = ">=1.6.1" }, { name = "livekit-plugins-groq", specifier = ">=1.6.0" }, { name = "livekit-plugins-silero", specifier = ">=1.6.1" },