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 14, 2024
1 parent b390826 commit dc98cfc
Show file tree
Hide file tree
Showing 38 changed files with 78 additions and 101 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-files-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-rockets-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-pianos-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-suits-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-rabbits-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-poets-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-games-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-maps-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-bags-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-boats-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-eagles-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-toes-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-roses-exercise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-moons-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-boxes-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-candles-kneel.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.1
livekit-agents>=0.11.2
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.1
livekit-agents>=0.11.2
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.1
livekit-agents>=0.11.2
livekit-plugins-deepgram>=0.6.9
python-dotenv~=1.0
4 changes: 2 additions & 2 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.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
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.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
Expand Down
20 changes: 20 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# 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))

- pipelineagent: fix speech_committed never called - [#1078](https://github.com/livekit/agents/pull/1078) ([@theomonnom](https://github.com/theomonnom))

- Allow setting agent attributes when accepting job - [#1076](https://github.com/livekit/agents/pull/1076) ([@davidzhao](https://github.com/davidzhao))

- handles error in function calls - [#1057](https://github.com/livekit/agents/pull/1057) ([@jayeshp19](https://github.com/jayeshp19))

- Include job count in WorkerStatus and pass in worker for load_fnc - [#1046](https://github.com/livekit/agents/pull/1046) ([@keepingitneil](https://github.com/keepingitneil))

- Fix delay calculation - [#1081](https://github.com/livekit/agents/pull/1081) ([@martin-purplefish](https://github.com/martin-purplefish))

- sync the Realtime API converstation items and add set_chat_ctx - [#1015](https://github.com/livekit/agents/pull/1015) ([@longcw](https://github.com/longcw))

- added metrics for idle time - [#1064](https://github.com/livekit/agents/pull/1064) ([@jayeshp19](https://github.com/jayeshp19))

## 0.11.1

### 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.1"
__version__ = "0.11.2"
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.1"
"version": "0.11.2"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.3"
__version__ = "0.2.4"
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.3"
"version": "0.2.4"
}
7 changes: 7 additions & 0 deletions livekit-plugins/livekit-plugins-assemblyai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# livekit-plugins-assemblyai

## 0.1.0

### Minor Changes

- Introduce assembly.ai plugin - [#1082](https://github.com/livekit/agents/pull/1082) ([@davidzhao](https://github.com/davidzhao))
5 changes: 2 additions & 3 deletions livekit-plugins/livekit-plugins-assemblyai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "livekit-plugins-assemblyai",
"private": true,
"version": "0.0.0"
}

"version": "0.1.0"
}
8 changes: 8 additions & 0 deletions livekit-plugins/livekit-plugins-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# livekit-plugins-azure

## 0.4.2

### Patch Changes

- add support for azure speech containers - [#1043](https://github.com/livekit/agents/pull/1043) ([@longcw](https://github.com/longcw))

- fix azure sample_rate parameter - [#1072](https://github.com/livekit/agents/pull/1072) ([@theomonnom](https://github.com/theomonnom))

## 0.4.1

### 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.1"
__version__ = "0.4.2"
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.1"
"version": "0.4.2"
}
10 changes: 10 additions & 0 deletions livekit-plugins/livekit-plugins-google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2"
__version__ = "0.7.3"
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.2"
"version": "0.7.3"
}
8 changes: 8 additions & 0 deletions livekit-plugins/livekit-plugins-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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))

- sync the Realtime API converstation items and add set_chat_ctx - [#1015](https://github.com/livekit/agents/pull/1015) ([@longcw](https://github.com/longcw))

## 0.10.5

### 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.5"
__version__ = "0.10.6"
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.5"
"version": "0.10.6"
}

0 comments on commit dc98cfc

Please sign in to comment.