From ac1edf0f487de1474e63364f4038b60fb4b6f101 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:57:43 -0700 Subject: [PATCH] Version Packages (#727) Co-authored-by: github-actions[bot] --- .changeset/hot-eagles-happen.md | 5 ----- .changeset/late-panthers-chew.md | 5 ----- .changeset/little-timers-kiss.md | 5 ----- .changeset/red-forks-occur.md | 5 ----- .changeset/smooth-monkeys-perform.md | 5 ----- .changeset/swift-dodos-attack.md | 5 ----- .changeset/young-deers-marry.md | 5 ----- 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-assistant/requirements.txt | 6 +++--- livekit-agents/CHANGELOG.md | 6 ++++++ livekit-agents/livekit/agents/version.py | 2 +- livekit-agents/package.json | 2 +- livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md | 6 ++++++ .../livekit/plugins/anthropic/version.py | 2 +- livekit-plugins/livekit-plugins-anthropic/package.json | 2 +- livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md | 6 ++++++ .../livekit/plugins/cartesia/version.py | 2 +- livekit-plugins/livekit-plugins-cartesia/package.json | 2 +- livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md | 8 ++++++++ .../livekit/plugins/deepgram/version.py | 2 +- livekit-plugins/livekit-plugins-deepgram/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 +- 27 files changed, 55 insertions(+), 56 deletions(-) delete mode 100644 .changeset/hot-eagles-happen.md delete mode 100644 .changeset/late-panthers-chew.md delete mode 100644 .changeset/little-timers-kiss.md delete mode 100644 .changeset/red-forks-occur.md delete mode 100644 .changeset/smooth-monkeys-perform.md delete mode 100644 .changeset/swift-dodos-attack.md delete mode 100644 .changeset/young-deers-marry.md diff --git a/.changeset/hot-eagles-happen.md b/.changeset/hot-eagles-happen.md deleted file mode 100644 index 037e597d4..000000000 --- a/.changeset/hot-eagles-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-deepgram": patch ---- - -Only send actual audio to Deepgram using a basic audio RMS filter diff --git a/.changeset/late-panthers-chew.md b/.changeset/late-panthers-chew.md deleted file mode 100644 index 3b591c7a6..000000000 --- a/.changeset/late-panthers-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -tts_forwarder: don't raise inside mark_{audio,text}_segment_end when nothing was pushed diff --git a/.changeset/little-timers-kiss.md b/.changeset/little-timers-kiss.md deleted file mode 100644 index 33f8c799e..000000000 --- a/.changeset/little-timers-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -Introduce function calling to OpenAI Assistants diff --git a/.changeset/red-forks-occur.md b/.changeset/red-forks-occur.md deleted file mode 100644 index 8f68ea986..000000000 --- a/.changeset/red-forks-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-deepgram": patch ---- - -defaults to nova-2-general model diff --git a/.changeset/smooth-monkeys-perform.md b/.changeset/smooth-monkeys-perform.md deleted file mode 100644 index d95925b75..000000000 --- a/.changeset/smooth-monkeys-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-anthropic": patch ---- - -Fixes to Anthropic Function Calling diff --git a/.changeset/swift-dodos-attack.md b/.changeset/swift-dodos-attack.md deleted file mode 100644 index da6e77821..000000000 --- a/.changeset/swift-dodos-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -Add Cerebras to OpenAI Plugin diff --git a/.changeset/young-deers-marry.md b/.changeset/young-deers-marry.md deleted file mode 100644 index cc2bd2c0a..000000000 --- a/.changeset/young-deers-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-cartesia": patch ---- - -Add support for cartesia voice control diff --git a/examples/participant-entrypoint/requirements.txt b/examples/participant-entrypoint/requirements.txt index ac63eccfd..ce2f67b73 100644 --- a/examples/participant-entrypoint/requirements.txt +++ b/examples/participant-entrypoint/requirements.txt @@ -1 +1 @@ -livekit-agents>=0.8.11 +livekit-agents>=0.8.12 diff --git a/examples/simple-color/requirements.txt b/examples/simple-color/requirements.txt index ac63eccfd..ce2f67b73 100644 --- a/examples/simple-color/requirements.txt +++ b/examples/simple-color/requirements.txt @@ -1 +1 @@ -livekit-agents>=0.8.11 +livekit-agents>=0.8.12 diff --git a/examples/speech-to-text/requirements.txt b/examples/speech-to-text/requirements.txt index a6d52e3b0..5f9cd5972 100644 --- a/examples/speech-to-text/requirements.txt +++ b/examples/speech-to-text/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.8.11 -livekit-plugins-deepgram>=0.6.6 +livekit-agents>=0.8.12 +livekit-plugins-deepgram>=0.6.7 diff --git a/examples/text-to-speech/requirements.txt b/examples/text-to-speech/requirements.txt index b81db34ac..6fd5bf7b5 100644 --- a/examples/text-to-speech/requirements.txt +++ b/examples/text-to-speech/requirements.txt @@ -1,4 +1,4 @@ -livekit-agents>=0.8.11 -livekit-plugins-openai>=0.8.2 -livekit-plugins-cartesia>=0.4.1 -livekit-plugins-elevenlabs>=0.7.3 +livekit-agents>=0.8.12 +livekit-plugins-openai>=0.8.3 +livekit-plugins-cartesia>=0.4.2 +livekit-plugins-elevenlabs>=0.7.4 diff --git a/examples/voice-assistant/requirements.txt b/examples/voice-assistant/requirements.txt index 4864d559c..bc7f6ab81 100644 --- a/examples/voice-assistant/requirements.txt +++ b/examples/voice-assistant/requirements.txt @@ -1,6 +1,6 @@ -livekit-agents>=0.8.11 -livekit-plugins-openai>=0.8.2 -livekit-plugins-deepgram>=0.6.6 +livekit-agents>=0.8.12 +livekit-plugins-openai>=0.8.3 +livekit-plugins-deepgram>=0.6.7 livekit-plugins-silero>=0.6.4 python-dotenv~=1.0 aiofile~=3.8.8 diff --git a/livekit-agents/CHANGELOG.md b/livekit-agents/CHANGELOG.md index 7a9eebf41..69142a9de 100644 --- a/livekit-agents/CHANGELOG.md +++ b/livekit-agents/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-agents +## 0.8.12 + +### Patch Changes + +- tts*forwarder: don't raise inside mark*{audio,text}\_segment_end when nothing was pushed - [#730](https://github.com/livekit/agents/pull/730) ([@theomonnom](https://github.com/theomonnom)) + ## 0.8.11 ### Patch Changes diff --git a/livekit-agents/livekit/agents/version.py b/livekit-agents/livekit/agents/version.py index feb20e6fe..1014c874b 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.8.11" +__version__ = "0.8.12" diff --git a/livekit-agents/package.json b/livekit-agents/package.json index dda58c6d9..3e85e6ef1 100644 --- a/livekit-agents/package.json +++ b/livekit-agents/package.json @@ -1,5 +1,5 @@ { "name": "livekit-agents", "private": true, - "version": "0.8.11" + "version": "0.8.12" } diff --git a/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md b/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md index dfa12c788..81b9b2221 100644 --- a/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md @@ -1,5 +1,11 @@ # livekit-plugins-anthropic +## 0.2.1 + +### Patch Changes + +- Fixes to Anthropic Function Calling - [#708](https://github.com/livekit/agents/pull/708) ([@keepingitneil](https://github.com/keepingitneil)) + ## 0.2.0 ### Minor Changes diff --git a/livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py b/livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py index bfaa38701..875ee5214 100644 --- a/livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py +++ b/livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/livekit-plugins/livekit-plugins-anthropic/package.json b/livekit-plugins/livekit-plugins-anthropic/package.json index 65c6e4893..3394ee822 100644 --- a/livekit-plugins/livekit-plugins-anthropic/package.json +++ b/livekit-plugins/livekit-plugins-anthropic/package.json @@ -1,5 +1,5 @@ { "name": "livekit-plugins-anthropic", "private": true, - "version": "0.2.0" + "version": "0.2.1" } diff --git a/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md b/livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md index e07f59701..d92a10504 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.2 + +### Patch Changes + +- Add support for cartesia voice control - [#740](https://github.com/livekit/agents/pull/740) ([@bcherry](https://github.com/bcherry)) + ## 0.4.1 ### 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 25c3cdd46..608b5cd5a 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.1" +__version__ = "0.4.2" diff --git a/livekit-plugins/livekit-plugins-cartesia/package.json b/livekit-plugins/livekit-plugins-cartesia/package.json index c3a23714a..2bf74f9a9 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.1" + "version": "0.4.2" } diff --git a/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md b/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md index 5a68f9d17..c6b2dfe99 100644 --- a/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md @@ -1,5 +1,13 @@ # livekit-plugins-deepgram +## 0.6.7 + +### Patch Changes + +- Only send actual audio to Deepgram using a basic audio RMS filter - [#738](https://github.com/livekit/agents/pull/738) ([@keepingitneil](https://github.com/keepingitneil)) + +- defaults to nova-2-general model - [#726](https://github.com/livekit/agents/pull/726) ([@davidzhao](https://github.com/davidzhao)) + ## 0.6.6 ### 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 79537cd07..9aacd12fa 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.6" +__version__ = "0.6.7" diff --git a/livekit-plugins/livekit-plugins-deepgram/package.json b/livekit-plugins/livekit-plugins-deepgram/package.json index 1799a2fd1..d317146ed 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.6" + "version": "0.6.7" } diff --git a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md index 1f85a4cce..1003434cb 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.8.3 + +### Patch Changes + +- Introduce function calling to OpenAI Assistants - [#710](https://github.com/livekit/agents/pull/710) ([@keepingitneil](https://github.com/keepingitneil)) + +- Add Cerebras to OpenAI Plugin - [#731](https://github.com/livekit/agents/pull/731) ([@henrytwo](https://github.com/henrytwo)) + ## 0.8.2 ### 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 7c3dfeb0f..a2e0e23e4 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.8.2" +__version__ = "0.8.3" diff --git a/livekit-plugins/livekit-plugins-openai/package.json b/livekit-plugins/livekit-plugins-openai/package.json index 125c22b07..07c0385b6 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.8.2" + "version": "0.8.3" }