From 20de67fa7a16aafdbda03904caeaa63ebe53dbef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Jan 2025 22:02:00 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/early-lies-play.md | 7 ------- .changeset/green-moose-shave.md | 5 ----- .changeset/nervous-ducks-begin.md | 5 ----- .changeset/rich-spiders-develop.md | 5 ----- .changeset/slimy-carpets-dress.md | 5 ----- .changeset/slimy-houses-sin.md | 5 ----- .changeset/sour-gorillas-jam.md | 9 --------- examples/participant-entrypoint/requirements.txt | 2 +- examples/simple-color/requirements.txt | 2 +- examples/speech-to-text/requirements.txt | 4 ++-- examples/text-to-speech/requirements.txt | 8 ++++---- examples/voice-pipeline-agent/requirements.txt | 6 +++--- livekit-agents/CHANGELOG.md | 12 ++++++++++++ livekit-agents/livekit/agents/version.py | 2 +- livekit-agents/package.json | 2 +- .../livekit-plugins-cartesia/CHANGELOG.md | 6 ++++++ .../livekit/plugins/cartesia/version.py | 2 +- .../livekit-plugins-cartesia/package.json | 2 +- .../livekit-plugins-deepgram/CHANGELOG.md | 6 ++++++ .../livekit/plugins/deepgram/version.py | 2 +- .../livekit-plugins-deepgram/package.json | 2 +- .../livekit-plugins-elevenlabs/CHANGELOG.md | 6 ++++++ .../livekit/plugins/elevenlabs/version.py | 2 +- .../livekit-plugins-elevenlabs/package.json | 2 +- livekit-plugins/livekit-plugins-google/CHANGELOG.md | 8 ++++++++ .../livekit/plugins/google/version.py | 2 +- livekit-plugins/livekit-plugins-google/package.json | 2 +- livekit-plugins/livekit-plugins-openai/CHANGELOG.md | 6 ++++++ .../livekit/plugins/openai/version.py | 2 +- livekit-plugins/livekit-plugins-openai/package.json | 2 +- livekit-plugins/livekit-plugins-playai/CHANGELOG.md | 8 ++++++++ .../livekit/plugins/playai/version.py | 2 +- livekit-plugins/livekit-plugins-playai/package.json | 2 +- .../livekit-plugins-turn-detector/CHANGELOG.md | 6 ++++++ .../livekit/plugins/turn_detector/version.py | 2 +- .../livekit-plugins-turn-detector/package.json | 2 +- 36 files changed, 85 insertions(+), 68 deletions(-) delete mode 100644 .changeset/early-lies-play.md delete mode 100644 .changeset/green-moose-shave.md delete mode 100644 .changeset/nervous-ducks-begin.md delete mode 100644 .changeset/rich-spiders-develop.md delete mode 100644 .changeset/slimy-carpets-dress.md delete mode 100644 .changeset/slimy-houses-sin.md delete mode 100644 .changeset/sour-gorillas-jam.md diff --git a/.changeset/early-lies-play.md b/.changeset/early-lies-play.md deleted file mode 100644 index 43af42468..000000000 --- a/.changeset/early-lies-play.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"livekit-agents": patch -"livekit-plugins-google": patch -"livekit-plugins-openai": patch ---- - -gemini-realtime: fix input audio sample rate diff --git a/.changeset/green-moose-shave.md b/.changeset/green-moose-shave.md deleted file mode 100644 index e302950ce..000000000 --- a/.changeset/green-moose-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-turn-detector": minor ---- - -more accurate, smaller, faster model diff --git a/.changeset/nervous-ducks-begin.md b/.changeset/nervous-ducks-begin.md deleted file mode 100644 index 21e3ba951..000000000 --- a/.changeset/nervous-ducks-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-playai": patch ---- - -PlayAI plugin: bump Python SDK version (fix websockets interrupt handling) diff --git a/.changeset/rich-spiders-develop.md b/.changeset/rich-spiders-develop.md deleted file mode 100644 index 9e3ba7584..000000000 --- a/.changeset/rich-spiders-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-google": patch ---- - -chore: Replace ValueError with logger.warning for missing GOOGLE_APPLICATION_CREDENTIALS environment variable diff --git a/.changeset/slimy-carpets-dress.md b/.changeset/slimy-carpets-dress.md deleted file mode 100644 index 76f92e304..000000000 --- a/.changeset/slimy-carpets-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -fix(pipeline_agent): clear user transcript when before_llm_cb returns false diff --git a/.changeset/slimy-houses-sin.md b/.changeset/slimy-houses-sin.md deleted file mode 100644 index ef5443f9c..000000000 --- a/.changeset/slimy-houses-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -fix: fallbackadapter to correctly handle function calls diff --git a/.changeset/sour-gorillas-jam.md b/.changeset/sour-gorillas-jam.md deleted file mode 100644 index 6c815092a..000000000 --- a/.changeset/sour-gorillas-jam.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"livekit-plugins-elevenlabs": patch -"livekit-plugins-cartesia": patch -"livekit-plugins-deepgram": patch -"livekit-plugins-playai": patch -"livekit-agents": patch ---- - -improved TTFB metrics for streaming TTS diff --git a/examples/participant-entrypoint/requirements.txt b/examples/participant-entrypoint/requirements.txt index d89fcaf9c..f7fe410e8 100644 --- a/examples/participant-entrypoint/requirements.txt +++ b/examples/participant-entrypoint/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.12.10 +livekit-agents>=0.12.11 python-dotenv~=1.0 diff --git a/examples/simple-color/requirements.txt b/examples/simple-color/requirements.txt index d89fcaf9c..f7fe410e8 100644 --- a/examples/simple-color/requirements.txt +++ b/examples/simple-color/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.12.10 +livekit-agents>=0.12.11 python-dotenv~=1.0 diff --git a/examples/speech-to-text/requirements.txt b/examples/speech-to-text/requirements.txt index 39b9cd26c..61a5765e9 100644 --- a/examples/speech-to-text/requirements.txt +++ b/examples/speech-to-text/requirements.txt @@ -1,3 +1,3 @@ -livekit-agents>=0.12.10 -livekit-plugins-deepgram>=0.6.16 +livekit-agents>=0.12.11 +livekit-plugins-deepgram>=0.6.17 python-dotenv~=1.0 diff --git a/examples/text-to-speech/requirements.txt b/examples/text-to-speech/requirements.txt index b9900094f..45198754f 100644 --- a/examples/text-to-speech/requirements.txt +++ b/examples/text-to-speech/requirements.txt @@ -1,5 +1,5 @@ -livekit-agents>=0.12.10 -livekit-plugins-openai>=0.10.16 -livekit-plugins-cartesia>=0.4.6 -livekit-plugins-elevenlabs>=0.7.11 +livekit-agents>=0.12.11 +livekit-plugins-openai>=0.10.17 +livekit-plugins-cartesia>=0.4.7 +livekit-plugins-elevenlabs>=0.7.12 python-dotenv~=1.0 diff --git a/examples/voice-pipeline-agent/requirements.txt b/examples/voice-pipeline-agent/requirements.txt index 51f839d48..3d62779d8 100644 --- a/examples/voice-pipeline-agent/requirements.txt +++ b/examples/voice-pipeline-agent/requirements.txt @@ -1,6 +1,6 @@ -livekit-agents>=0.12.10 -livekit-plugins-deepgram>=0.6.16 -livekit-plugins-google>=0.10.1 +livekit-agents>=0.12.11 +livekit-plugins-deepgram>=0.6.17 +livekit-plugins-google>=0.10.2 livekit-plugins-openai[vertex]>=0.10.10 livekit-plugins-silero>=0.7.4 livekit-plugins-rag>=0.2.3 diff --git a/livekit-agents/CHANGELOG.md b/livekit-agents/CHANGELOG.md index fd38a3765..f1f9f11f8 100644 --- a/livekit-agents/CHANGELOG.md +++ b/livekit-agents/CHANGELOG.md @@ -1,5 +1,17 @@ # livekit-agents +## 0.12.11 + +### Patch Changes + +- gemini-realtime: fix input audio sample rate - [#1411](https://github.com/livekit/agents/pull/1411) ([@jayeshp19](https://github.com/jayeshp19)) + +- fix(pipeline_agent): clear user transcript when before_llm_cb returns false - [#1423](https://github.com/livekit/agents/pull/1423) ([@s-hamdananwar](https://github.com/s-hamdananwar)) + +- fix: fallbackadapter to correctly handle function calls - [#1429](https://github.com/livekit/agents/pull/1429) ([@davidzhao](https://github.com/davidzhao)) + +- improved TTFB metrics for streaming TTS - [#1431](https://github.com/livekit/agents/pull/1431) ([@davidzhao](https://github.com/davidzhao)) + ## 0.12.10 ### Patch Changes diff --git a/livekit-agents/livekit/agents/version.py b/livekit-agents/livekit/agents/version.py index 4b1159380..ba2074598 100644 --- a/livekit-agents/livekit/agents/version.py +++ b/livekit-agents/livekit/agents/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.12.10" +__version__ = "0.12.11" diff --git a/livekit-agents/package.json b/livekit-agents/package.json index 1e4feb4ec..8fb2622fe 100644 --- a/livekit-agents/package.json +++ b/livekit-agents/package.json @@ -1,5 +1,5 @@ { "name": "livekit-agents", "private": true, - "version": "0.12.10" + "version": "0.12.11" } diff --git a/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md b/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md index cd9742a2e..e4e2fa68e 100644 --- a/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-cartesia +## 0.4.7 + +### Patch Changes + +- improved TTFB metrics for streaming TTS - [#1431](https://github.com/livekit/agents/pull/1431) ([@davidzhao](https://github.com/davidzhao)) + ## 0.4.6 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/version.py b/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/version.py index 457ea65b5..df1adf472 100644 --- a/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/version.py +++ b/livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.6" +__version__ = "0.4.7" diff --git a/livekit-plugins/livekit-plugins-cartesia/package.json b/livekit-plugins/livekit-plugins-cartesia/package.json index 7d5ec2adf..8bdb0ff39 100644 --- a/livekit-plugins/livekit-plugins-cartesia/package.json +++ b/livekit-plugins/livekit-plugins-cartesia/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-cartesia", "private": true, - "version": "0.4.6" + "version": "0.4.7" } diff --git a/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md b/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md index 617d61f38..10625ad69 100644 --- a/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-deepgram +## 0.6.17 + +### Patch Changes + +- improved TTFB metrics for streaming TTS - [#1431](https://github.com/livekit/agents/pull/1431) ([@davidzhao](https://github.com/davidzhao)) + ## 0.6.16 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-deepgram/livekit/plugins/deepgram/version.py b/livekit-plugins/livekit-plugins-deepgram/livekit/plugins/deepgram/version.py index e1df9b637..74d347124 100644 --- a/livekit-plugins/livekit-plugins-deepgram/livekit/plugins/deepgram/version.py +++ b/livekit-plugins/livekit-plugins-deepgram/livekit/plugins/deepgram/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.6.16" +__version__ = "0.6.17" diff --git a/livekit-plugins/livekit-plugins-deepgram/package.json b/livekit-plugins/livekit-plugins-deepgram/package.json index 3a0a81159..72a3ebfed 100644 --- a/livekit-plugins/livekit-plugins-deepgram/package.json +++ b/livekit-plugins/livekit-plugins-deepgram/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-deepgram", "private": true, - "version": "0.6.16" + "version": "0.6.17" } diff --git a/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md b/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md index ddc0bf553..9a258f1be 100644 --- a/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-elevenlabs +## 0.7.12 + +### Patch Changes + +- improved TTFB metrics for streaming TTS - [#1431](https://github.com/livekit/agents/pull/1431) ([@davidzhao](https://github.com/davidzhao)) + ## 0.7.11 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/version.py b/livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/version.py index 8a6a25034..40e3facf8 100644 --- a/livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/version.py +++ b/livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.7.11" +__version__ = "0.7.12" diff --git a/livekit-plugins/livekit-plugins-elevenlabs/package.json b/livekit-plugins/livekit-plugins-elevenlabs/package.json index bd3c828c8..4f2691337 100644 --- a/livekit-plugins/livekit-plugins-elevenlabs/package.json +++ b/livekit-plugins/livekit-plugins-elevenlabs/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-elevenlabs", "private": true, - "version": "0.7.11" + "version": "0.7.12" } diff --git a/livekit-plugins/livekit-plugins-google/CHANGELOG.md b/livekit-plugins/livekit-plugins-google/CHANGELOG.md index a65acef67..8b80675a5 100644 --- a/livekit-plugins/livekit-plugins-google/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-google/CHANGELOG.md @@ -1,5 +1,13 @@ # livekit-plugins-google +## 0.10.2 + +### Patch Changes + +- gemini-realtime: fix input audio sample rate - [#1411](https://github.com/livekit/agents/pull/1411) ([@jayeshp19](https://github.com/jayeshp19)) + +- chore: Replace ValueError with logger.warning for missing GOOGLE_APPLICATION_CREDENTIALS environment variable - [#1415](https://github.com/livekit/agents/pull/1415) ([@hironow](https://github.com/hironow)) + ## 0.10.1 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py b/livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py index 2d44d066f..d5ec5a9f3 100644 --- a/livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py +++ b/livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.10.1" +__version__ = "0.10.2" diff --git a/livekit-plugins/livekit-plugins-google/package.json b/livekit-plugins/livekit-plugins-google/package.json index 59ff2bf0b..65e4872fe 100644 --- a/livekit-plugins/livekit-plugins-google/package.json +++ b/livekit-plugins/livekit-plugins-google/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-google", "private": true, - "version": "0.10.1" + "version": "0.10.2" } diff --git a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md index d10d70dd9..6f5706650 100644 --- a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-openai +## 0.10.17 + +### Patch Changes + +- gemini-realtime: fix input audio sample rate - [#1411](https://github.com/livekit/agents/pull/1411) ([@jayeshp19](https://github.com/jayeshp19)) + ## 0.10.16 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/version.py b/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/version.py index 4bffd9162..516c2e3db 100644 --- a/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/version.py +++ b/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.10.16" +__version__ = "0.10.17" diff --git a/livekit-plugins/livekit-plugins-openai/package.json b/livekit-plugins/livekit-plugins-openai/package.json index 10d84ab87..270c646e0 100644 --- a/livekit-plugins/livekit-plugins-openai/package.json +++ b/livekit-plugins/livekit-plugins-openai/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-openai", "private": true, - "version": "0.10.16" + "version": "0.10.17" } diff --git a/livekit-plugins/livekit-plugins-playai/CHANGELOG.md b/livekit-plugins/livekit-plugins-playai/CHANGELOG.md index af80f9b64..f4a504659 100644 --- a/livekit-plugins/livekit-plugins-playai/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-playai/CHANGELOG.md @@ -1,5 +1,13 @@ # livekit-plugins-playht +## 1.0.7 + +### Patch Changes + +- PlayAI plugin: bump Python SDK version (fix websockets interrupt handling) - [#1427](https://github.com/livekit/agents/pull/1427) ([@bryananderson](https://github.com/bryananderson)) + +- improved TTFB metrics for streaming TTS - [#1431](https://github.com/livekit/agents/pull/1431) ([@davidzhao](https://github.com/davidzhao)) + ## 1.0.6 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-playai/livekit/plugins/playai/version.py b/livekit-plugins/livekit-plugins-playai/livekit/plugins/playai/version.py index 382021f30..9e604c040 100644 --- a/livekit-plugins/livekit-plugins-playai/livekit/plugins/playai/version.py +++ b/livekit-plugins/livekit-plugins-playai/livekit/plugins/playai/version.py @@ -1 +1 @@ -__version__ = "1.0.6" +__version__ = "1.0.7" diff --git a/livekit-plugins/livekit-plugins-playai/package.json b/livekit-plugins/livekit-plugins-playai/package.json index 5eec1fb46..917396023 100644 --- a/livekit-plugins/livekit-plugins-playai/package.json +++ b/livekit-plugins/livekit-plugins-playai/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-playai", "private": true, - "version": "1.0.6" + "version": "1.0.7" } diff --git a/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md b/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md index 9c8f3a147..6567f7a70 100644 --- a/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-eou +## 0.4.0 + +### Minor Changes + +- more accurate, smaller, faster model - [#1426](https://github.com/livekit/agents/pull/1426) ([@jeradf](https://github.com/jeradf)) + ## 0.3.6 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-turn-detector/livekit/plugins/turn_detector/version.py b/livekit-plugins/livekit-plugins-turn-detector/livekit/plugins/turn_detector/version.py index 7c5852a4d..6e72699a6 100644 --- a/livekit-plugins/livekit-plugins-turn-detector/livekit/plugins/turn_detector/version.py +++ b/livekit-plugins/livekit-plugins-turn-detector/livekit/plugins/turn_detector/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.6" +__version__ = "0.4.0" diff --git a/livekit-plugins/livekit-plugins-turn-detector/package.json b/livekit-plugins/livekit-plugins-turn-detector/package.json index 4f639d3b6..ca0734eb5 100644 --- a/livekit-plugins/livekit-plugins-turn-detector/package.json +++ b/livekit-plugins/livekit-plugins-turn-detector/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-turn-detector", "private": true, - "version": "0.3.6" + "version": "0.4.0" } From 479b3d53d993fe6b723fa80102b70b9883fb4ed5 Mon Sep 17 00:00:00 2001 From: David Zhao Date: Thu, 30 Jan 2025 14:36:18 -0800 Subject: [PATCH 2/2] bump versions --- livekit-plugins/livekit-plugins-cartesia/setup.py | 2 +- livekit-plugins/livekit-plugins-deepgram/setup.py | 2 +- livekit-plugins/livekit-plugins-elevenlabs/setup.py | 2 +- livekit-plugins/livekit-plugins-google/setup.py | 2 +- livekit-plugins/livekit-plugins-openai/setup.py | 2 +- livekit-plugins/livekit-plugins-playai/setup.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/livekit-plugins/livekit-plugins-cartesia/setup.py b/livekit-plugins/livekit-plugins-cartesia/setup.py index 8044f23c6..74818163c 100644 --- a/livekit-plugins/livekit-plugins-cartesia/setup.py +++ b/livekit-plugins/livekit-plugins-cartesia/setup.py @@ -47,7 +47,7 @@ license="Apache-2.0", packages=setuptools.find_namespace_packages(include=["livekit.*"]), python_requires=">=3.9.0", - install_requires=["livekit-agents>=0.12.3"], + install_requires=["livekit-agents>=0.12.11"], project_urls={ "Documentation": "https://docs.livekit.io", "Website": "https://livekit.io/", diff --git a/livekit-plugins/livekit-plugins-deepgram/setup.py b/livekit-plugins/livekit-plugins-deepgram/setup.py index b9316b839..99c63f297 100644 --- a/livekit-plugins/livekit-plugins-deepgram/setup.py +++ b/livekit-plugins/livekit-plugins-deepgram/setup.py @@ -47,7 +47,7 @@ license="Apache-2.0", packages=setuptools.find_namespace_packages(include=["livekit.*"]), python_requires=">=3.9.0", - install_requires=["livekit-agents>=0.12.3", "numpy>=1.26"], + install_requires=["livekit-agents>=0.12.11", "numpy>=1.26"], package_data={"livekit.plugins.deepgram": ["py.typed"]}, project_urls={ "Documentation": "https://docs.livekit.io", diff --git a/livekit-plugins/livekit-plugins-elevenlabs/setup.py b/livekit-plugins/livekit-plugins-elevenlabs/setup.py index 829739fe2..b091b98d5 100644 --- a/livekit-plugins/livekit-plugins-elevenlabs/setup.py +++ b/livekit-plugins/livekit-plugins-elevenlabs/setup.py @@ -49,7 +49,7 @@ license="Apache-2.0", packages=setuptools.find_namespace_packages(include=["livekit.*"]), python_requires=">=3.9.0", - install_requires=["livekit-agents[codecs]>=0.12.3"], + install_requires=["livekit-agents[codecs]>=0.12.11"], package_data={"livekit.plugins.elevenlabs": ["py.typed"]}, project_urls={ "Documentation": "https://docs.livekit.io", diff --git a/livekit-plugins/livekit-plugins-google/setup.py b/livekit-plugins/livekit-plugins-google/setup.py index db46b56c9..80c8b16bb 100644 --- a/livekit-plugins/livekit-plugins-google/setup.py +++ b/livekit-plugins/livekit-plugins-google/setup.py @@ -52,7 +52,7 @@ "google-cloud-speech >= 2, < 3", "google-cloud-texttospeech >= 2, < 3", "google-genai == 0.5.0", - "livekit-agents>=0.12.3", + "livekit-agents>=0.12.11", ], package_data={"livekit.plugins.google": ["py.typed"]}, project_urls={ diff --git a/livekit-plugins/livekit-plugins-openai/setup.py b/livekit-plugins/livekit-plugins-openai/setup.py index eb9d6d0fe..cb4f1d4ad 100644 --- a/livekit-plugins/livekit-plugins-openai/setup.py +++ b/livekit-plugins/livekit-plugins-openai/setup.py @@ -48,7 +48,7 @@ packages=setuptools.find_namespace_packages(include=["livekit.*"]), python_requires=">=3.9.0", install_requires=[ - "livekit-agents[codecs, images]>=0.12.3", + "livekit-agents[codecs, images]>=0.12.11", "openai>=1.50", ], extras_require={ diff --git a/livekit-plugins/livekit-plugins-playai/setup.py b/livekit-plugins/livekit-plugins-playai/setup.py index c59ee021c..2dc868704 100644 --- a/livekit-plugins/livekit-plugins-playai/setup.py +++ b/livekit-plugins/livekit-plugins-playai/setup.py @@ -32,7 +32,7 @@ packages=setuptools.find_namespace_packages(include=["livekit.*"]), python_requires=">=3.9.0", install_requires=[ - "livekit-agents[codecs]>=0.12.3", + "livekit-agents[codecs]>=0.12.11", "pyht>=0.1.12", "aiohttp", "livekit",