Skip to content

Commit

Permalink
Version Packages (#1097)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 4, 2024
1 parent dd833ba commit 8d49668
Show file tree
Hide file tree
Showing 69 changed files with 188 additions and 185 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-grapes-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-pants-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-sheep-shave.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/dirty-rabbits-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-spoons-glow.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/gentle-dolphins-judge.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-swans-beg.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.

5 changes: 0 additions & 5 deletions .changeset/nervous-needles-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-fans-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-kangaroos-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-shirts-clap.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/real-phones-cheat.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-emus-tickle.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/two-cherries-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-suns-fly.md

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/weak-brooms-sniff.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-walls-occur.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.12.0
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.12.0
python-dotenv~=1.0
4 changes: 2 additions & 2 deletions 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-plugins-deepgram>=0.6.11
livekit-agents>=0.12.0
livekit-plugins-deepgram>=0.6.12
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.12.0
livekit-plugins-openai>=0.10.8
livekit-plugins-cartesia>=0.4.4
livekit-plugins-elevenlabs>=0.7.8
python-dotenv~=1.0
8 changes: 4 additions & 4 deletions examples/voice-pipeline-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
livekit-agents>=0.11.3
livekit-plugins-openai>=0.10.7
livekit-plugins-deepgram>=0.6.11
livekit-plugins-turn-detector>=0.2.0
livekit-agents>=0.12.0
livekit-plugins-openai>=0.10.8
livekit-plugins-deepgram>=0.6.12
livekit-plugins-turn-detector>=0.3.0
livekit-plugins-silero>=0.7.3
livekit-plugins-rag>=0.2.2
python-dotenv~=1.0
Expand Down
34 changes: 34 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# livekit-agents

## 0.12.0

### Minor Changes

- add nested speech handles, now agent.say works during a function call - [#1130](https://github.com/livekit/agents/pull/1130) ([@longcw](https://github.com/longcw))

### Patch Changes

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

- expose LiveKitAPI from the a JobContext - [#1159](https://github.com/livekit/agents/pull/1159) ([@theomonnom](https://github.com/theomonnom))

- add extra chat messages to the end of the function call outputs - [#1165](https://github.com/livekit/agents/pull/1165) ([@longcw](https://github.com/longcw))

- Add retries to recover from text mode to audio model for realtime API - [#1121](https://github.com/livekit/agents/pull/1121) ([@longcw](https://github.com/longcw))

- prepare for release - [#1160](https://github.com/livekit/agents/pull/1160) ([@theomonnom](https://github.com/theomonnom))

- add max_job_memory_usage and will kill the job if it exceeds the limit - [#1136](https://github.com/livekit/agents/pull/1136) ([@longcw](https://github.com/longcw))

- support for custom tool use in LLMs - [#1102](https://github.com/livekit/agents/pull/1102) ([@jayeshp19](https://github.com/jayeshp19))

- 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))

- preload mp3 decoder for TTS plugins - [#1129](https://github.com/livekit/agents/pull/1129) ([@jayeshp19](https://github.com/jayeshp19))

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

- feat: inference process & end of utterance plugin - [#1133](https://github.com/livekit/agents/pull/1133) ([@theomonnom](https://github.com/theomonnom))

- 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.12.0"
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.12.0"
}
8 changes: 8 additions & 0 deletions livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# livekit-plugins-anthropic

## 0.2.5

### Patch Changes

- support for custom tool use in LLMs - [#1102](https://github.com/livekit/agents/pull/1102) ([@jayeshp19](https://github.com/jayeshp19))

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

## 0.2.4

### 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.2.4"
__version__ = "0.2.5"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-anthropic/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-anthropic",
"private": true,
"version": "0.2.4"
"version": "0.2.5"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-assemblyai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-assemblyai

## 0.1.1

### Patch Changes

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

## 0.1.0

### Minor 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.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-assemblyai/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-assemblyai",
"private": true,
"version": "0.1.0"
"version": "0.1.1"
}
10 changes: 10 additions & 0 deletions livekit-plugins/livekit-plugins-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# livekit-plugins-azure

## 0.4.3

### Patch Changes

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

- azure: support auth entra token for TTS - [#1134](https://github.com/livekit/agents/pull/1134) ([@nfma](https://github.com/nfma))

- 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"
}
8 changes: 8 additions & 0 deletions livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# livekit-plugins-deepgram

## 0.6.12

### Patch Changes

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

- Added support for custom deepgram base url - [#1137](https://github.com/livekit/agents/pull/1137) ([@theomonnom](https://github.com/theomonnom))

## 0.6.11

### 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.6.11"
__version__ = "0.6.12"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-deepgram/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-deepgram",
"private": true,
"version": "0.6.11"
"version": "0.6.12"
}
Loading

0 comments on commit 8d49668

Please sign in to comment.