Skip to content

Commit

Permalink
Version Packages (#1273)
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 23, 2024
1 parent a76c21b commit 0f68545
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-knives-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-dragons-give.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/pre.json

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.12.3
livekit-agents>=0.12.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.12.3
livekit-agents>=0.12.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.12.3
livekit-agents>=0.12.4
livekit-plugins-deepgram>=0.6.15
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.12.3
livekit-plugins-openai>=0.10.11
livekit-agents>=0.12.4
livekit-plugins-openai>=0.10.12
livekit-plugins-cartesia>=0.4.5
livekit-plugins-elevenlabs>=0.7.9
python-dotenv~=1.0
2 changes: 1 addition & 1 deletion examples/voice-pipeline-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
livekit-agents>=0.12.3
livekit-agents>=0.12.4
livekit-plugins-deepgram>=0.6.15
livekit-plugins-google>=0.8.1
livekit-plugins-openai[vertex]>=0.10.10
Expand Down
6 changes: 6 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-agents

## 0.12.4

### Patch Changes

- avoid duplicated chat ctx for function calls with messages - [#1254](https://github.com/livekit/agents/pull/1254) ([@longcw](https://github.com/longcw))

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

## 0.10.12

### Patch Changes

- fix unknown `metadata` & `store` fields on OpenAI-like API - [#1276](https://github.com/livekit/agents/pull/1276) ([@theomonnom](https://github.com/theomonnom))

## 0.10.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.10.11"
__version__ = "0.10.12"
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.11"
"version": "0.10.12"
}

0 comments on commit 0f68545

Please sign in to comment.