From 0d017315b06a2a6c32d41b82c3f3456b0dca0f73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Jan 2025 20:35:44 +0000 Subject: [PATCH] Version Packages --- .changeset/bright-fireants-design.md | 5 ----- .changeset/cool-clouds-hang.md | 5 ----- .changeset/dry-drinks-poke.md | 5 ----- .changeset/funny-buttons-taste.md | 6 ------ .changeset/gorgeous-trees-work.md | 5 ----- .changeset/hip-bottles-joke.md | 5 ----- .changeset/purple-turtles-arrive.md | 5 ----- .changeset/quick-ligers-ring.md | 5 ----- .changeset/tasty-rice-appear.md | 6 ------ .changeset/twenty-rockets-approve.md | 6 ------ .changeset/wild-planes-cheer.md | 5 ----- examples/participant-entrypoint/requirements.txt | 2 +- examples/simple-color/requirements.txt | 2 +- examples/speech-to-text/requirements.txt | 2 +- examples/text-to-speech/requirements.txt | 8 ++++---- examples/voice-pipeline-agent/requirements.txt | 4 ++-- livekit-agents/CHANGELOG.md | 14 ++++++++++++++ livekit-agents/livekit/agents/version.py | 2 +- livekit-agents/package.json | 2 +- livekit-plugins/livekit-plugins-azure/CHANGELOG.md | 6 ++++++ .../livekit/plugins/azure/version.py | 2 +- livekit-plugins/livekit-plugins-azure/package.json | 2 +- .../livekit-plugins-cartesia/CHANGELOG.md | 6 ++++++ .../livekit/plugins/cartesia/version.py | 2 +- .../livekit-plugins-cartesia/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-fal/CHANGELOG.md | 6 ++++++ .../livekit/plugins/fal/version.py | 2 +- livekit-plugins/livekit-plugins-fal/package.json | 2 +- .../livekit-plugins-google/CHANGELOG.md | 8 ++++++++ .../livekit/plugins/google/version.py | 2 +- .../livekit-plugins-google/package.json | 2 +- .../livekit-plugins-openai/CHANGELOG.md | 6 ++++++ .../livekit/plugins/openai/version.py | 2 +- .../livekit-plugins-openai/package.json | 2 +- .../livekit-plugins-turn-detector/CHANGELOG.md | 8 ++++++++ .../livekit/plugins/turn_detector/version.py | 2 +- .../livekit-plugins-turn-detector/package.json | 2 +- 40 files changed, 85 insertions(+), 83 deletions(-) delete mode 100644 .changeset/bright-fireants-design.md delete mode 100644 .changeset/cool-clouds-hang.md delete mode 100644 .changeset/dry-drinks-poke.md delete mode 100644 .changeset/funny-buttons-taste.md delete mode 100644 .changeset/gorgeous-trees-work.md delete mode 100644 .changeset/hip-bottles-joke.md delete mode 100644 .changeset/purple-turtles-arrive.md delete mode 100644 .changeset/quick-ligers-ring.md delete mode 100644 .changeset/tasty-rice-appear.md delete mode 100644 .changeset/twenty-rockets-approve.md delete mode 100644 .changeset/wild-planes-cheer.md diff --git a/.changeset/bright-fireants-design.md b/.changeset/bright-fireants-design.md deleted file mode 100644 index 6397f7182..000000000 --- a/.changeset/bright-fireants-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-turn-detector": patch ---- - -prevent arbitrarily long inputs being passed to turn detector diff --git a/.changeset/cool-clouds-hang.md b/.changeset/cool-clouds-hang.md deleted file mode 100644 index 55fe1c4cf..000000000 --- a/.changeset/cool-clouds-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-cartesia": patch ---- - -update Cartesia plugin default model and voice id diff --git a/.changeset/dry-drinks-poke.md b/.changeset/dry-drinks-poke.md deleted file mode 100644 index 198045501..000000000 --- a/.changeset/dry-drinks-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -Fix not awaiting forward task in TTS forwarder, leading to warnings. diff --git a/.changeset/funny-buttons-taste.md b/.changeset/funny-buttons-taste.md deleted file mode 100644 index 97ee4cc39..000000000 --- a/.changeset/funny-buttons-taste.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"livekit-plugins-azure": patch -"livekit-agents": patch ---- - -reduces initial delay before model retries diff --git a/.changeset/gorgeous-trees-work.md b/.changeset/gorgeous-trees-work.md deleted file mode 100644 index f614e461c..000000000 --- a/.changeset/gorgeous-trees-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-fal": patch ---- - -publish package diff --git a/.changeset/hip-bottles-joke.md b/.changeset/hip-bottles-joke.md deleted file mode 100644 index ca44325ec..000000000 --- a/.changeset/hip-bottles-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -fix the function calls without a text response are not added to chat ctx diff --git a/.changeset/purple-turtles-arrive.md b/.changeset/purple-turtles-arrive.md deleted file mode 100644 index e386bbc6b..000000000 --- a/.changeset/purple-turtles-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-elevenlabs": patch ---- - -Add language param to ElevenLabs TTS update_options diff --git a/.changeset/quick-ligers-ring.md b/.changeset/quick-ligers-ring.md deleted file mode 100644 index 252937f28..000000000 --- a/.changeset/quick-ligers-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-google": patch ---- - -fetch fresh client on update location and small fix for max_session_duration (4 mins) diff --git a/.changeset/tasty-rice-appear.md b/.changeset/tasty-rice-appear.md deleted file mode 100644 index df5bf8b22..000000000 --- a/.changeset/tasty-rice-appear.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"livekit-agents": patch -"livekit-plugins-turn-detector": patch ---- - -add timeout for EOU inference requests made to the inference process diff --git a/.changeset/twenty-rockets-approve.md b/.changeset/twenty-rockets-approve.md deleted file mode 100644 index abbc72af1..000000000 --- a/.changeset/twenty-rockets-approve.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"livekit-plugins-openai": patch -"livekit-agents": patch ---- - -support disabling server VAD for OpenAI realtime model diff --git a/.changeset/wild-planes-cheer.md b/.changeset/wild-planes-cheer.md deleted file mode 100644 index 00c68d562..000000000 --- a/.changeset/wild-planes-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-google": patch ---- - -fix Google STT handling of session timeouts diff --git a/examples/participant-entrypoint/requirements.txt b/examples/participant-entrypoint/requirements.txt index 8f492af3d..1f51fb5dd 100644 --- a/examples/participant-entrypoint/requirements.txt +++ b/examples/participant-entrypoint/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.12.7 +livekit-agents>=0.12.8 python-dotenv~=1.0 diff --git a/examples/simple-color/requirements.txt b/examples/simple-color/requirements.txt index 8f492af3d..1f51fb5dd 100644 --- a/examples/simple-color/requirements.txt +++ b/examples/simple-color/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.12.7 +livekit-agents>=0.12.8 python-dotenv~=1.0 diff --git a/examples/speech-to-text/requirements.txt b/examples/speech-to-text/requirements.txt index a6347894a..ce3c03747 100644 --- a/examples/speech-to-text/requirements.txt +++ b/examples/speech-to-text/requirements.txt @@ -1,3 +1,3 @@ -livekit-agents>=0.12.7 +livekit-agents>=0.12.8 livekit-plugins-deepgram>=0.6.16 python-dotenv~=1.0 diff --git a/examples/text-to-speech/requirements.txt b/examples/text-to-speech/requirements.txt index 7915dfd7d..18788ff10 100644 --- a/examples/text-to-speech/requirements.txt +++ b/examples/text-to-speech/requirements.txt @@ -1,5 +1,5 @@ -livekit-agents>=0.12.7 -livekit-plugins-openai>=0.10.14 -livekit-plugins-cartesia>=0.4.5 -livekit-plugins-elevenlabs>=0.7.9 +livekit-agents>=0.12.8 +livekit-plugins-openai>=0.10.15 +livekit-plugins-cartesia>=0.4.6 +livekit-plugins-elevenlabs>=0.7.10 python-dotenv~=1.0 diff --git a/examples/voice-pipeline-agent/requirements.txt b/examples/voice-pipeline-agent/requirements.txt index 1cf3cda56..09b221600 100644 --- a/examples/voice-pipeline-agent/requirements.txt +++ b/examples/voice-pipeline-agent/requirements.txt @@ -1,6 +1,6 @@ -livekit-agents>=0.12.7 +livekit-agents>=0.12.8 livekit-plugins-deepgram>=0.6.16 -livekit-plugins-google>=0.9.0 +livekit-plugins-google>=0.9.1 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 198152cb8..30bec0ce7 100644 --- a/livekit-agents/CHANGELOG.md +++ b/livekit-agents/CHANGELOG.md @@ -1,5 +1,19 @@ # livekit-agents +## 0.12.8 + +### Patch Changes + +- Fix not awaiting forward task in TTS forwarder, leading to warnings. - [#1339](https://github.com/livekit/agents/pull/1339) ([@martin-purplefish](https://github.com/martin-purplefish)) + +- reduces initial delay before model retries - [#1337](https://github.com/livekit/agents/pull/1337) ([@davidzhao](https://github.com/davidzhao)) + +- fix the function calls without a text response are not added to chat ctx - [#1349](https://github.com/livekit/agents/pull/1349) ([@longcw](https://github.com/longcw)) + +- add timeout for EOU inference requests made to the inference process - [#1315](https://github.com/livekit/agents/pull/1315) ([@theomonnom](https://github.com/theomonnom)) + +- support disabling server VAD for OpenAI realtime model - [#1347](https://github.com/livekit/agents/pull/1347) ([@longcw](https://github.com/longcw)) + ## 0.12.7 ### Patch Changes diff --git a/livekit-agents/livekit/agents/version.py b/livekit-agents/livekit/agents/version.py index 831d25f39..b2ad44396 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.7" +__version__ = "0.12.8" diff --git a/livekit-agents/package.json b/livekit-agents/package.json index d9cb97b31..1332f4c18 100644 --- a/livekit-agents/package.json +++ b/livekit-agents/package.json @@ -1,5 +1,5 @@ { "name": "livekit-agents", "private": true, - "version": "0.12.7" + "version": "0.12.8" } diff --git a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md index 414181cbd..3202ee6aa 100644 --- a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-azure +## 0.5.3 + +### Patch Changes + +- reduces initial delay before model retries - [#1337](https://github.com/livekit/agents/pull/1337) ([@davidzhao](https://github.com/davidzhao)) + ## 0.5.2 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py b/livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py index ec65e487a..e870f0790 100644 --- a/livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py +++ b/livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.5.2" +__version__ = "0.5.3" diff --git a/livekit-plugins/livekit-plugins-azure/package.json b/livekit-plugins/livekit-plugins-azure/package.json index 45561032c..ce6c6f5a1 100644 --- a/livekit-plugins/livekit-plugins-azure/package.json +++ b/livekit-plugins/livekit-plugins-azure/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-azure", "private": true, - "version": "0.5.2" + "version": "0.5.3" } diff --git a/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md b/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md index c949ba7bb..cd9742a2e 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.6 + +### Patch Changes + +- update Cartesia plugin default model and voice id - [#1346](https://github.com/livekit/agents/pull/1346) ([@noahlt](https://github.com/noahlt)) + ## 0.4.5 ### 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 6667b2426..457ea65b5 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.5" +__version__ = "0.4.6" diff --git a/livekit-plugins/livekit-plugins-cartesia/package.json b/livekit-plugins/livekit-plugins-cartesia/package.json index f87b43bd4..7d5ec2adf 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.5" + "version": "0.4.6" } diff --git a/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md b/livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md index a9ce20173..e39ff1934 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.10 + +### Patch Changes + +- Add language param to ElevenLabs TTS update_options - [#1333](https://github.com/livekit/agents/pull/1333) ([@cch41](https://github.com/cch41)) + ## 0.7.9 ### 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 632574328..749cfc74c 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.9" +__version__ = "0.7.10" diff --git a/livekit-plugins/livekit-plugins-elevenlabs/package.json b/livekit-plugins/livekit-plugins-elevenlabs/package.json index 272386ca0..202e05c27 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.9" + "version": "0.7.10" } diff --git a/livekit-plugins/livekit-plugins-fal/CHANGELOG.md b/livekit-plugins/livekit-plugins-fal/CHANGELOG.md index d0b2ba536..f8f7bf1e2 100644 --- a/livekit-plugins/livekit-plugins-fal/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-fal/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-fal +## 0.2.3 + +### Patch Changes + +- publish package - [`ed974f81a2eab7c1b2d7cff3a27c868ddebb45ee`](https://github.com/livekit/agents/commit/ed974f81a2eab7c1b2d7cff3a27c868ddebb45ee) ([@davidzhao](https://github.com/davidzhao)) + ## 0.2.2 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-fal/livekit/plugins/fal/version.py b/livekit-plugins/livekit-plugins-fal/livekit/plugins/fal/version.py index 1b935518b..5f5874658 100644 --- a/livekit-plugins/livekit-plugins-fal/livekit/plugins/fal/version.py +++ b/livekit-plugins/livekit-plugins-fal/livekit/plugins/fal/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.2" +__version__ = "0.2.3" diff --git a/livekit-plugins/livekit-plugins-fal/package.json b/livekit-plugins/livekit-plugins-fal/package.json index 0e05e63ec..7b062c596 100644 --- a/livekit-plugins/livekit-plugins-fal/package.json +++ b/livekit-plugins/livekit-plugins-fal/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-fal", "private": true, - "version": "0.2.2" + "version": "0.2.3" } diff --git a/livekit-plugins/livekit-plugins-google/CHANGELOG.md b/livekit-plugins/livekit-plugins-google/CHANGELOG.md index 8867829ea..1dc87810d 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.9.1 + +### Patch Changes + +- fetch fresh client on update location and small fix for max_session_duration (4 mins) - [#1342](https://github.com/livekit/agents/pull/1342) ([@jayeshp19](https://github.com/jayeshp19)) + +- fix Google STT handling of session timeouts - [#1337](https://github.com/livekit/agents/pull/1337) ([@davidzhao](https://github.com/davidzhao)) + ## 0.9.0 ### Minor 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 654ad56ec..a4aa3419a 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.9.0" +__version__ = "0.9.1" diff --git a/livekit-plugins/livekit-plugins-google/package.json b/livekit-plugins/livekit-plugins-google/package.json index 17bc59ac6..c1ae29e04 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.9.0" + "version": "0.9.1" } diff --git a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md index 6b064538a..8571fe1a1 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.15 + +### Patch Changes + +- support disabling server VAD for OpenAI realtime model - [#1347](https://github.com/livekit/agents/pull/1347) ([@longcw](https://github.com/longcw)) + ## 0.10.14 ### 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 453c5502c..f112bbd17 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.14" +__version__ = "0.10.15" diff --git a/livekit-plugins/livekit-plugins-openai/package.json b/livekit-plugins/livekit-plugins-openai/package.json index ee7cca6bc..baab6fd1e 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.14" + "version": "0.10.15" } diff --git a/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md b/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md index 46a9a7fe5..9c8f3a147 100644 --- a/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-turn-detector/CHANGELOG.md @@ -1,5 +1,13 @@ # livekit-plugins-eou +## 0.3.6 + +### Patch Changes + +- prevent arbitrarily long inputs being passed to turn detector - [#1345](https://github.com/livekit/agents/pull/1345) ([@jeradf](https://github.com/jeradf)) + +- add timeout for EOU inference requests made to the inference process - [#1315](https://github.com/livekit/agents/pull/1315) ([@theomonnom](https://github.com/theomonnom)) + ## 0.3.5 ### 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 4be9d79b7..7c5852a4d 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.5" +__version__ = "0.3.6" diff --git a/livekit-plugins/livekit-plugins-turn-detector/package.json b/livekit-plugins/livekit-plugins-turn-detector/package.json index 264da83bf..4f639d3b6 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.5" + "version": "0.3.6" }