Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2024
1 parent 282d585 commit 0af91f6
Show file tree
Hide file tree
Showing 35 changed files with 87 additions and 76 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-grapes-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-meals-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-falcons-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-snails-serve.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/tall-garlics-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-turkeys-speak.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-boats-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-zoos-lie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/witty-months-train.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/participant-entrypoint/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.11.3
livekit-agents>=0.11.4
python-dotenv~=1.0
2 changes: 1 addition & 1 deletion examples/simple-color/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.11.3
livekit-agents>=0.11.4
python-dotenv~=1.0
2 changes: 1 addition & 1 deletion examples/speech-to-text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
livekit-agents>=0.11.3
livekit-agents>=0.11.4
livekit-plugins-deepgram>=0.6.11
python-dotenv~=1.0
8 changes: 4 additions & 4 deletions examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
livekit-agents>=0.11.3
livekit-plugins-openai>=0.10.7
livekit-plugins-cartesia>=0.4.3
livekit-plugins-elevenlabs>=0.7.7
livekit-agents>=0.11.4
livekit-plugins-openai>=0.10.8
livekit-plugins-cartesia>=0.4.4
livekit-plugins-elevenlabs>=0.7.8
python-dotenv~=1.0
4 changes: 2 additions & 2 deletions examples/voice-pipeline-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
livekit-agents>=0.11.3
livekit-plugins-openai>=0.10.7
livekit-agents>=0.11.4
livekit-plugins-openai>=0.10.8
livekit-plugins-deepgram>=0.6.11
livekit-plugins-silero>=0.7.3
livekit-plugins-rag>=0.2.2
Expand Down
10 changes: 10 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# livekit-agents

## 0.11.4

### Patch Changes

- feat: tts retry & tts.FallbackAdapter - [#1074](https://github.com/livekit/agents/pull/1074) ([@theomonnom](https://github.com/theomonnom))

- Expose multimodal agent metrics - [#1080](https://github.com/livekit/agents/pull/1080) ([@longcw](https://github.com/longcw))

- vertex ai support with openai library - [#1084](https://github.com/livekit/agents/pull/1084) ([@jayeshp19](https://github.com/jayeshp19))

## 0.11.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion livekit-agents/livekit/agents/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.11.3"
__version__ = "0.11.4"
2 changes: 1 addition & 1 deletion livekit-agents/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-agents",
"private": true,
"version": "0.11.3"
"version": "0.11.4"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-azure

## 0.4.3

### Patch Changes

- feat: tts retry & tts.FallbackAdapter - [#1074](https://github.com/livekit/agents/pull/1074) ([@theomonnom](https://github.com/theomonnom))

## 0.4.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.4.2"
__version__ = "0.4.3"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-azure",
"private": true,
"version": "0.4.2"
"version": "0.4.3"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-cartesia

## 0.4.4

### Patch Changes

- feat: tts retry & tts.FallbackAdapter - [#1074](https://github.com/livekit/agents/pull/1074) ([@theomonnom](https://github.com/theomonnom))

## 0.4.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.4.3"
__version__ = "0.4.4"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-cartesia/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-cartesia",
"private": true,
"version": "0.4.3"
"version": "0.4.4"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-elevenlabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-elevenlabs

## 0.7.8

### Patch Changes

- feat: tts retry & tts.FallbackAdapter - [#1074](https://github.com/livekit/agents/pull/1074) ([@theomonnom](https://github.com/theomonnom))

## 0.7.7

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.7.7"
__version__ = "0.7.8"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-elevenlabs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-elevenlabs",
"private": true,
"version": "0.7.7"
"version": "0.7.8"
}
14 changes: 14 additions & 0 deletions livekit-plugins/livekit-plugins-google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# livekit-plugins-google

## 0.8.0

### Minor Changes

- Add support for google STT chirp_2 model. - [#1089](https://github.com/livekit/agents/pull/1089) ([@brightsparc](https://github.com/brightsparc))

### Patch Changes

- fix: add retry logic for google stt abort exception - [#1100](https://github.com/livekit/agents/pull/1100) ([@jayeshp19](https://github.com/jayeshp19))

- feat: tts retry & tts.FallbackAdapter - [#1074](https://github.com/livekit/agents/pull/1074) ([@theomonnom](https://github.com/theomonnom))

- google STT - use the baseclass resampler - [#1106](https://github.com/livekit/agents/pull/1106) ([@jayeshp19](https://github.com/jayeshp19))

## 0.7.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.7.3"
__version__ = "0.8.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-google/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-google",
"private": true,
"version": "0.7.3"
"version": "0.8.0"
}
16 changes: 16 additions & 0 deletions livekit-plugins/livekit-plugins-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# livekit-plugins-openai

## 0.10.8

### Patch Changes

- project id fix for google - [#1115](https://github.com/livekit/agents/pull/1115) ([@jayeshp19](https://github.com/jayeshp19))

- Support for Python 3.13, relaxed Pillow version requirement for 10.x - [#1127](https://github.com/livekit/agents/pull/1127) ([@davidzhao](https://github.com/davidzhao))

- feat: tts retry & tts.FallbackAdapter - [#1074](https://github.com/livekit/agents/pull/1074) ([@theomonnom](https://github.com/theomonnom))

- Add new OpenAI realtime voices - [#1116](https://github.com/livekit/agents/pull/1116) ([@bcherry](https://github.com/bcherry))

- Expose multimodal agent metrics - [#1080](https://github.com/livekit/agents/pull/1080) ([@longcw](https://github.com/longcw))

- vertex ai support with openai library - [#1084](https://github.com/livekit/agents/pull/1084) ([@jayeshp19](https://github.com/jayeshp19))

## 0.10.7

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.10.7"
__version__ = "0.10.8"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-openai",
"private": true,
"version": "0.10.7"
"version": "0.10.8"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-playht/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-playht

## 1.0.2

### Patch Changes

- feat: tts retry & tts.FallbackAdapter - [#1074](https://github.com/livekit/agents/pull/1074) ([@theomonnom](https://github.com/theomonnom))

## 1.0.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-playht/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-playht",
"private": true,
"version": "1.0.1"
"version": "1.0.2"
}

0 comments on commit 0af91f6

Please sign in to comment.