From c8cf567ca6875ffcb8f772e544b1a34562c48231 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Nov 2024 01:10:05 +0000 Subject: [PATCH] Version Packages --- .changeset/blue-files-melt.md | 5 ----- .changeset/gentle-suits-cheat.md | 5 ----- .changeset/new-games-change.md | 5 ----- .changeset/new-maps-move.md | 5 ----- .changeset/perfect-boats-search.md | 5 ----- .changeset/quiet-roses-exercise.md | 5 ----- .changeset/tender-boxes-roll.md | 5 ----- .changeset/warm-candles-kneel.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 | 4 ++-- livekit-agents/CHANGELOG.md | 8 ++++++++ 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-azure/CHANGELOG.md | 6 ++++++ .../livekit/plugins/azure/version.py | 2 +- livekit-plugins/livekit-plugins-azure/package.json | 2 +- livekit-plugins/livekit-plugins-google/CHANGELOG.md | 10 ++++++++++ .../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 +- 28 files changed, 53 insertions(+), 57 deletions(-) delete mode 100644 .changeset/blue-files-melt.md delete mode 100644 .changeset/gentle-suits-cheat.md delete mode 100644 .changeset/new-games-change.md delete mode 100644 .changeset/new-maps-move.md delete mode 100644 .changeset/perfect-boats-search.md delete mode 100644 .changeset/quiet-roses-exercise.md delete mode 100644 .changeset/tender-boxes-roll.md delete mode 100644 .changeset/warm-candles-kneel.md diff --git a/.changeset/blue-files-melt.md b/.changeset/blue-files-melt.md deleted file mode 100644 index 657dc11de..000000000 --- a/.changeset/blue-files-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -Fix interrupt_min_words handling diff --git a/.changeset/gentle-suits-cheat.md b/.changeset/gentle-suits-cheat.md deleted file mode 100644 index 6ade7f139..000000000 --- a/.changeset/gentle-suits-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-openai": patch ---- - -Expose usage metrics for Realtime model diff --git a/.changeset/new-games-change.md b/.changeset/new-games-change.md deleted file mode 100644 index d72906d4f..000000000 --- a/.changeset/new-games-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-google": patch ---- - -added catch for aborted speech diff --git a/.changeset/new-maps-move.md b/.changeset/new-maps-move.md deleted file mode 100644 index 322656068..000000000 --- a/.changeset/new-maps-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-google": patch ---- - -Make Google STT keywords match Deepgram diff --git a/.changeset/perfect-boats-search.md b/.changeset/perfect-boats-search.md deleted file mode 100644 index 9c7adff1b..000000000 --- a/.changeset/perfect-boats-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-google": patch ---- - -Add support for boosting phrases in Google STT diff --git a/.changeset/quiet-roses-exercise.md b/.changeset/quiet-roses-exercise.md deleted file mode 100644 index 2f071e9b4..000000000 --- a/.changeset/quiet-roses-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-azure": patch ---- - -fix azure sample_rate parameter diff --git a/.changeset/tender-boxes-roll.md b/.changeset/tender-boxes-roll.md deleted file mode 100644 index 90ac83a9d..000000000 --- a/.changeset/tender-boxes-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-agents": patch ---- - -added metrics for idle time diff --git a/.changeset/warm-candles-kneel.md b/.changeset/warm-candles-kneel.md deleted file mode 100644 index e5b48fd00..000000000 --- a/.changeset/warm-candles-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"livekit-plugins-anthropic": patch ---- - -anthropic tool fix diff --git a/examples/participant-entrypoint/requirements.txt b/examples/participant-entrypoint/requirements.txt index 1280e2d5b..bab12a04f 100644 --- a/examples/participant-entrypoint/requirements.txt +++ b/examples/participant-entrypoint/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.11.1 +livekit-agents>=0.11.2 python-dotenv~=1.0 diff --git a/examples/simple-color/requirements.txt b/examples/simple-color/requirements.txt index 1280e2d5b..bab12a04f 100644 --- a/examples/simple-color/requirements.txt +++ b/examples/simple-color/requirements.txt @@ -1,2 +1,2 @@ -livekit-agents>=0.11.1 +livekit-agents>=0.11.2 python-dotenv~=1.0 diff --git a/examples/speech-to-text/requirements.txt b/examples/speech-to-text/requirements.txt index 3860f0c89..9cf49773d 100644 --- a/examples/speech-to-text/requirements.txt +++ b/examples/speech-to-text/requirements.txt @@ -1,3 +1,3 @@ -livekit-agents>=0.11.1 +livekit-agents>=0.11.2 livekit-plugins-deepgram>=0.6.9 python-dotenv~=1.0 diff --git a/examples/text-to-speech/requirements.txt b/examples/text-to-speech/requirements.txt index 4d7d22cdd..367ad056e 100644 --- a/examples/text-to-speech/requirements.txt +++ b/examples/text-to-speech/requirements.txt @@ -1,5 +1,5 @@ -livekit-agents>=0.11.1 -livekit-plugins-openai>=0.10.5 +livekit-agents>=0.11.2 +livekit-plugins-openai>=0.10.6 livekit-plugins-cartesia>=0.4.3 livekit-plugins-elevenlabs>=0.7.7 python-dotenv~=1.0 diff --git a/examples/voice-pipeline-agent/requirements.txt b/examples/voice-pipeline-agent/requirements.txt index be4184d94..9b838496b 100644 --- a/examples/voice-pipeline-agent/requirements.txt +++ b/examples/voice-pipeline-agent/requirements.txt @@ -1,5 +1,5 @@ -livekit-agents>=0.11.1 -livekit-plugins-openai>=0.10.5 +livekit-agents>=0.11.2 +livekit-plugins-openai>=0.10.6 livekit-plugins-deepgram>=0.6.9 livekit-plugins-silero>=0.7.3 livekit-plugins-rag>=0.2.2 diff --git a/livekit-agents/CHANGELOG.md b/livekit-agents/CHANGELOG.md index d17ab8431..c47d5ed21 100644 --- a/livekit-agents/CHANGELOG.md +++ b/livekit-agents/CHANGELOG.md @@ -1,5 +1,13 @@ # livekit-agents +## 0.11.2 + +### Patch Changes + +- Fix interrupt_min_words handling - [#1062](https://github.com/livekit/agents/pull/1062) ([@davidzhao](https://github.com/davidzhao)) + +- added metrics for idle time - [#1064](https://github.com/livekit/agents/pull/1064) ([@jayeshp19](https://github.com/jayeshp19)) + ## 0.11.1 ### Patch Changes diff --git a/livekit-agents/livekit/agents/version.py b/livekit-agents/livekit/agents/version.py index c3de13f90..1783979fa 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.11.1" +__version__ = "0.11.2" diff --git a/livekit-agents/package.json b/livekit-agents/package.json index f36d5e506..84f3f1e5a 100644 --- a/livekit-agents/package.json +++ b/livekit-agents/package.json @@ -1,5 +1,5 @@ { "name": "livekit-agents", "private": true, - "version": "0.11.1" + "version": "0.11.2" } diff --git a/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md b/livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md index 90c8de959..a6d8931d2 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.4 + +### Patch Changes + +- anthropic tool fix - [#1051](https://github.com/livekit/agents/pull/1051) ([@jayeshp19](https://github.com/jayeshp19)) + ## 0.2.3 ### Patch 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 0f3f2ddd4..f7f2274ac 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.3" +__version__ = "0.2.4" diff --git a/livekit-plugins/livekit-plugins-anthropic/package.json b/livekit-plugins/livekit-plugins-anthropic/package.json index c58fd39a4..0a9be8b4c 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.3" + "version": "0.2.4" } diff --git a/livekit-plugins/livekit-plugins-azure/CHANGELOG.md b/livekit-plugins/livekit-plugins-azure/CHANGELOG.md index 742034e69..5b224d84c 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.2 + +### Patch Changes + +- fix azure sample_rate parameter - [#1072](https://github.com/livekit/agents/pull/1072) ([@theomonnom](https://github.com/theomonnom)) + ## 0.4.1 ### 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 2f6aec26c..2b3617a7b 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.4.1" +__version__ = "0.4.2" diff --git a/livekit-plugins/livekit-plugins-azure/package.json b/livekit-plugins/livekit-plugins-azure/package.json index 5075dfe89..0541e5a1c 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.4.1" + "version": "0.4.2" } diff --git a/livekit-plugins/livekit-plugins-google/CHANGELOG.md b/livekit-plugins/livekit-plugins-google/CHANGELOG.md index f1bb396ce..dac20edd9 100644 --- a/livekit-plugins/livekit-plugins-google/CHANGELOG.md +++ b/livekit-plugins/livekit-plugins-google/CHANGELOG.md @@ -1,5 +1,15 @@ # livekit-plugins-google +## 0.7.3 + +### Patch Changes + +- added catch for aborted speech - [#1055](https://github.com/livekit/agents/pull/1055) ([@jayeshp19](https://github.com/jayeshp19)) + +- Make Google STT keywords match Deepgram - [#1067](https://github.com/livekit/agents/pull/1067) ([@martin-purplefish](https://github.com/martin-purplefish)) + +- Add support for boosting phrases in Google STT - [#1066](https://github.com/livekit/agents/pull/1066) ([@martin-purplefish](https://github.com/martin-purplefish)) + ## 0.7.2 ### 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 d40c15247..20d8a2226 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.7.2" +__version__ = "0.7.3" diff --git a/livekit-plugins/livekit-plugins-google/package.json b/livekit-plugins/livekit-plugins-google/package.json index 0097c3469..38ac1d046 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.7.2" + "version": "0.7.3" } diff --git a/livekit-plugins/livekit-plugins-openai/CHANGELOG.md b/livekit-plugins/livekit-plugins-openai/CHANGELOG.md index d5cb98721..d0e906037 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.6 + +### Patch Changes + +- Expose usage metrics for Realtime model - [#1036](https://github.com/livekit/agents/pull/1036) ([@yuyuma](https://github.com/yuyuma)) + ## 0.10.5 ### 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 7dcfe7ba6..7215e0661 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.5" +__version__ = "0.10.6" diff --git a/livekit-plugins/livekit-plugins-openai/package.json b/livekit-plugins/livekit-plugins-openai/package.json index a86e443ec..2357cab34 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.5" + "version": "0.10.6" }