Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cuddly-boxes-look.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/eight-pigs-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-lobsters-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/friendly-cycles-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-cooks-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-kangaroos-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-icons-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-dancers-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-emus-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-boxes-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-apples-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-eggs-smell.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 +1 @@
livekit-agents>=0.10.2
livekit-agents>=0.10.3
2 changes: 1 addition & 1 deletion examples/simple-color/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
livekit-agents>=0.10.2
livekit-agents>=0.10.3
4 changes: 2 additions & 2 deletions examples/speech-to-text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.10.2
livekit-plugins-deepgram>=0.6.8
livekit-agents>=0.10.3
livekit-plugins-deepgram>=0.6.9
8 changes: 4 additions & 4 deletions examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
livekit-agents>=0.10.2
livekit-plugins-openai>=0.10.4
livekit-plugins-cartesia>=0.4.2
livekit-plugins-elevenlabs>=0.7.5
livekit-agents>=0.10.3
livekit-plugins-openai>=0.10.5
livekit-plugins-cartesia>=0.4.3
livekit-plugins-elevenlabs>=0.7.6
6 changes: 3 additions & 3 deletions examples/voice-pipeline-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
livekit-agents>=0.10.2
livekit-plugins-openai>=0.10.4
livekit-plugins-deepgram>=0.6.8
livekit-agents>=0.10.3
livekit-plugins-openai>=0.10.5
livekit-plugins-deepgram>=0.6.9
livekit-plugins-silero>=0.7.2
livekit-plugins-rag>=0.2.2
python-dotenv~=1.0
Expand Down
14 changes: 14 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# livekit-agents

## 0.10.3

### Patch Changes

- stt: reduce bandwidth usage by reducing sample_rate to 16khz - [#920](https://github.com/livekit/agents/pull/920) ([@theomonnom](https://github.com/theomonnom))

- fix before_llm_cb not handling coroutines returning False - [#961](https://github.com/livekit/agents/pull/961) ([@Tanesan](https://github.com/Tanesan))

- Add exception logging for tool calls - [#923](https://github.com/livekit/agents/pull/923) ([@martin-purplefish](https://github.com/martin-purplefish))

- pipeline-agent: avoid nested function calls - [#935](https://github.com/livekit/agents/pull/935) ([@theomonnom](https://github.com/theomonnom))

- fix jobs never reloading - [#934](https://github.com/livekit/agents/pull/934) ([@theomonnom](https://github.com/theomonnom))

## 0.10.2

### 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.10.2"
__version__ = "0.10.3"
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.10.2"
"version": "0.10.3"
}
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.1

### Patch Changes

- add update_options to TTS - [#922](https://github.com/livekit/agents/pull/922) ([@theomonnom](https://github.com/theomonnom))

- azure tts: fix SSML Implementation by Adding <voice> Tag - [#929](https://github.com/livekit/agents/pull/929) ([@samirsalman](https://github.com/samirsalman))

- azure tts: fix Prosody Config Validation - [#918](https://github.com/livekit/agents/pull/918) ([@samirsalman](https://github.com/samirsalman))

## 0.4.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.4.0"
__version__ = "0.4.1"
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.0"
"version": "0.4.1"
}
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.3

### Patch Changes

- add update_options to TTS - [#922](https://github.com/livekit/agents/pull/922) ([@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-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.2"
"version": "0.4.3"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-deepgram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-deepgram

## 0.6.9

### Patch Changes

- stt: reduce bandwidth usage by reducing sample_rate to 16khz - [#920](https://github.com/livekit/agents/pull/920) ([@theomonnom](https://github.com/theomonnom))

## 0.6.8

### 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.8"
__version__ = "0.6.9"
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.8"
"version": "0.6.9"
}
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.6

### Patch Changes

- add update_options to TTS - [#922](https://github.com/livekit/agents/pull/922) ([@theomonnom](https://github.com/theomonnom))

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

## 0.7.2

### Patch Changes

- add update_options to TTS - [#922](https://github.com/livekit/agents/pull/922) ([@theomonnom](https://github.com/theomonnom))

- Additional options enabled on Google TTS - [#945](https://github.com/livekit/agents/pull/945) ([@hari-truviz](https://github.com/hari-truviz))

## 0.7.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.7.1"
__version__ = "0.7.2"
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.1"
"version": "0.7.2"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-llama-index/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-llama-index

## 0.1.2

### Patch Changes

- Publish llama-index plugin - [#924](https://github.com/livekit/agents/pull/924) ([@davidzhao](https://github.com/davidzhao))

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

## 0.10.5

### Patch Changes

- fix: Azure realtime model does not accept null for max_response_output_tokens - [#927](https://github.com/livekit/agents/pull/927) ([@davidzhao](https://github.com/davidzhao))

- add update_options to TTS - [#922](https://github.com/livekit/agents/pull/922) ([@theomonnom](https://github.com/theomonnom))

- openai: fix low timeouts - [#926](https://github.com/livekit/agents/pull/926) ([@theomonnom](https://github.com/theomonnom))

## 0.10.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.10.4"
__version__ = "0.10.5"
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.4"
"version": "0.10.5"
}