From 1aa497ed3370599884b94b9374bc5a1cf47199c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:51:57 -0700 Subject: [PATCH] Version Packages (#893) Co-authored-by: github-actions[bot] --- .changeset/curly-mails-think.md | 5 ----- .changeset/heavy-donkeys-check.md | 5 ----- .changeset/light-tools-jump.md | 5 ----- .changeset/little-taxis-glow.md | 5 ----- .changeset/shiny-rabbits-suffer.md | 5 ----- .changeset/shy-ghosts-greet.md | 5 ----- .changeset/six-suits-shake.md | 5 ----- .changeset/strong-lobsters-push.md | 5 ----- .changeset/tricky-parrots-notice.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 | 4 ++-- 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/livekit-plugins-azure/CHANGELOG.md | 6 ++++++ .../livekit/plugins/azure/version.py | 2 +- livekit-plugins/livekit-plugins-azure/package.json | 2 +- livekit-plugins/livekit-plugins-openai/CHANGELOG.md | 8 ++++++++ .../livekit/plugins/openai/version.py | 2 +- livekit-plugins/livekit-plugins-openai/package.json | 2 +- livekit-plugins/livekit-plugins-silero/CHANGELOG.md | 8 ++++++++ .../livekit/plugins/silero/version.py | 2 +- livekit-plugins/livekit-plugins-silero/package.json | 2 +- 26 files changed, 50 insertions(+), 61 deletions(-) delete mode 100644 .changeset/curly-mails-think.md delete mode 100644 .changeset/heavy-donkeys-check.md delete mode 100644 .changeset/light-tools-jump.md delete mode 100644 .changeset/little-taxis-glow.md delete mode 100644 .changeset/shiny-rabbits-suffer.md delete mode 100644 .changeset/shy-ghosts-greet.md delete mode 100644 .changeset/six-suits-shake.md delete mode 100644 .changeset/strong-lobsters-push.md delete mode 100644 .changeset/tricky-parrots-notice.md diff --git a/.changeset/curly-mails-think.md b/.changeset/curly-mails-think.md deleted file mode 100644 index e332229ef..000000000 --- a/.changeset/curly-mails-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -Fix split_paragraphs and simple-rag example diff --git a/.changeset/heavy-donkeys-check.md b/.changeset/heavy-donkeys-check.md deleted file mode 100644 index 4ab1d86db..000000000 --- a/.changeset/heavy-donkeys-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -Fix bug where if the tts_source was a string but before_tts_cb returned AsyncIterable[str], the transcript would not be synthesized. \ No newline at end of file diff --git a/.changeset/light-tools-jump.md b/.changeset/light-tools-jump.md deleted file mode 100644 index fecff7279..000000000 --- a/.changeset/light-tools-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-azure": minor ---- - -Azure TTS Prosody SSML support #912 diff --git a/.changeset/little-taxis-glow.md b/.changeset/little-taxis-glow.md deleted file mode 100644 index 69d45e661..000000000 --- a/.changeset/little-taxis-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -Allow forcing interruptions of incomplete audio diff --git a/.changeset/shiny-rabbits-suffer.md b/.changeset/shiny-rabbits-suffer.md deleted file mode 100644 index e86e508be..000000000 --- a/.changeset/shiny-rabbits-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -add x.ai support diff --git a/.changeset/shy-ghosts-greet.md b/.changeset/shy-ghosts-greet.md deleted file mode 100644 index 1da35e858..000000000 --- a/.changeset/shy-ghosts-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-silero": patch ---- - -silero: add update_options diff --git a/.changeset/six-suits-shake.md b/.changeset/six-suits-shake.md deleted file mode 100644 index 08903e469..000000000 --- a/.changeset/six-suits-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -Include chat context on collected tool calls diff --git a/.changeset/strong-lobsters-push.md b/.changeset/strong-lobsters-push.md deleted file mode 100644 index 4c8b67ae9..000000000 --- a/.changeset/strong-lobsters-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -Fix functions to include content diff --git a/.changeset/tricky-parrots-notice.md b/.changeset/tricky-parrots-notice.md deleted file mode 100644 index 6ca19c766..000000000 --- a/.changeset/tricky-parrots-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-silero": patch ---- - -silero: fix speech_buffer for END_OF_SPEECH diff --git a/examples/participant-entrypoint/requirements.txt b/examples/participant-entrypoint/requirements.txt index 8f568fa00..170336f2d 100644 --- a/examples/participant-entrypoint/requirements.txt +++ b/examples/participant-entrypoint/requirements.txt @@ -1 +1 @@ -livekit-agents>=0.10.1 +livekit-agents>=0.10.2 diff --git a/examples/simple-color/requirements.txt b/examples/simple-color/requirements.txt index 8f568fa00..170336f2d 100644 --- a/examples/simple-color/requirements.txt +++ b/examples/simple-color/requirements.txt @@ -1 +1 @@ -livekit-agents>=0.10.1 +livekit-agents>=0.10.2 diff --git a/examples/speech-to-text/requirements.txt b/examples/speech-to-text/requirements.txt index e8d61c73f..ff15440e1 100644 --- a/examples/speech-to-text/requirements.txt +++ b/examples/speech-to-text/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.10.1 +livekit-agents>=0.10.2 livekit-plugins-deepgram>=0.6.8 diff --git a/examples/text-to-speech/requirements.txt b/examples/text-to-speech/requirements.txt index 145113bc6..4c6fca4e4 100644 --- a/examples/text-to-speech/requirements.txt +++ b/examples/text-to-speech/requirements.txt @@ -1,4 +1,4 @@ -livekit-agents>=0.10.1 -livekit-plugins-openai>=0.10.3 +livekit-agents>=0.10.2 +livekit-plugins-openai>=0.10.4 livekit-plugins-cartesia>=0.4.2 livekit-plugins-elevenlabs>=0.7.5 diff --git a/examples/voice-pipeline-agent/requirements.txt b/examples/voice-pipeline-agent/requirements.txt index ccf03c6c6..a155789e8 100644 --- a/examples/voice-pipeline-agent/requirements.txt +++ b/examples/voice-pipeline-agent/requirements.txt @@ -1,7 +1,7 @@ -livekit-agents>=0.10.1 -livekit-plugins-openai>=0.10.3 +livekit-agents>=0.10.2 +livekit-plugins-openai>=0.10.4 livekit-plugins-deepgram>=0.6.8 -livekit-plugins-silero>=0.7.1 +livekit-plugins-silero>=0.7.2 livekit-plugins-rag>=0.2.2 python-dotenv~=1.0 aiofile~=3.8.8 diff --git a/livekit-agents/CHANGELOG.md b/livekit-agents/CHANGELOG.md index f615664e3..252771a25 100644 --- a/livekit-agents/CHANGELOG.md +++ b/livekit-agents/CHANGELOG.md @@ -1,5 +1,17 @@ # livekit-agents +## 0.10.2 + +### Patch Changes + +- Fix split_paragraphs and simple-rag example - [#896](https://github.com/livekit/agents/pull/896) ([@davidzhao](https://github.com/davidzhao)) + +- Fix bug where if the tts_source was a string but before_tts_cb returned AsyncIterable[str], the transcript would not be synthesized. - [#906](https://github.com/livekit/agents/pull/906) ([@martin-purplefish](https://github.com/martin-purplefish)) + +- Allow forcing interruptions of incomplete audio - [#891](https://github.com/livekit/agents/pull/891) ([@martin-purplefish](https://github.com/martin-purplefish)) + +- Include chat context on collected tool calls - [#897](https://github.com/livekit/agents/pull/897) ([@martin-purplefish](https://github.com/martin-purplefish)) + ## 0.10.1 ### Patch Changes diff --git a/livekit-agents/livekit/agents/version.py b/livekit-agents/livekit/agents/version.py index 2d44d066f..d5ec5a9f3 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.10.1" +__version__ = "0.10.2" diff --git a/livekit-agents/package.json b/livekit-agents/package.json index b46caa439..0902339d1 100644 --- a/livekit-agents/package.json +++ b/livekit-agents/package.json @@ -1,5 +1,5 @@ { "name": "livekit-agents", "private": true, - "version": "0.10.1" + "version": "0.10.2" } diff --git a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md index fcee6ff88..3c19c1d6b 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.4.0 + +### Minor Changes + +- Azure TTS Prosody SSML support #912 - [#914](https://github.com/livekit/agents/pull/914) ([@theomonnom](https://github.com/theomonnom)) + ## 0.3.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 38fc4a80e..6ad7bdc09 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.3.2" +__version__ = "0.4.0" diff --git a/livekit-plugins/livekit-plugins-azure/package.json b/livekit-plugins/livekit-plugins-azure/package.json index e1db756ac..080b53f82 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.3.2" + "version": "0.4.0" } diff --git a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md index d1c695125..299999990 100644 --- a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md @@ -1,5 +1,13 @@ # livekit-plugins-openai +## 0.10.4 + +### Patch Changes + +- add x.ai support - [#907](https://github.com/livekit/agents/pull/907) ([@theomonnom](https://github.com/theomonnom)) + +- Fix functions to include content - [#897](https://github.com/livekit/agents/pull/897) ([@martin-purplefish](https://github.com/martin-purplefish)) + ## 0.10.3 ### 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 ba63387bc..7b439e4ec 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.3" +__version__ = "0.10.4" diff --git a/livekit-plugins/livekit-plugins-openai/package.json b/livekit-plugins/livekit-plugins-openai/package.json index c2d391b13..9db1eb583 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.3" + "version": "0.10.4" } diff --git a/livekit-plugins/livekit-plugins-silero/CHANGELOG.md b/livekit-plugins/livekit-plugins-silero/CHANGELOG.md index 6f98f7de8..ef03d8709 100644 --- a/livekit-plugins/livekit-plugins-silero/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-silero/CHANGELOG.md @@ -1,5 +1,13 @@ # livekit-plugins-silero +## 0.7.2 + +### Patch Changes + +- silero: add update_options - [#899](https://github.com/livekit/agents/pull/899) ([@theomonnom](https://github.com/theomonnom)) + +- silero: fix speech_buffer for END_OF_SPEECH - [#898](https://github.com/livekit/agents/pull/898) ([@theomonnom](https://github.com/theomonnom)) + ## 0.7.1 ### Patch Changes diff --git a/livekit-plugins/livekit-plugins-silero/livekit/plugins/silero/version.py b/livekit-plugins/livekit-plugins-silero/livekit/plugins/silero/version.py index 947379190..d40c15247 100644 --- a/livekit-plugins/livekit-plugins-silero/livekit/plugins/silero/version.py +++ b/livekit-plugins/livekit-plugins-silero/livekit/plugins/silero/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.7.1" +__version__ = "0.7.2" diff --git a/livekit-plugins/livekit-plugins-silero/package.json b/livekit-plugins/livekit-plugins-silero/package.json index e246305d0..d170ae064 100644 --- a/livekit-plugins/livekit-plugins-silero/package.json +++ b/livekit-plugins/livekit-plugins-silero/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-silero", "private": true, - "version": "0.7.1" + "version": "0.7.2" }