Skip to content

Commit

Permalink
Version Packages (#1278)
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 c7881f3 commit 799a53d
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-mails-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-rockets-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-rings-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-wasps-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-fishes-stare.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.12.4
livekit-agents>=0.12.5
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.4
livekit-agents>=0.12.5
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.4
livekit-agents>=0.12.5
livekit-plugins-deepgram>=0.6.15
python-dotenv~=1.0
2 changes: 1 addition & 1 deletion examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
livekit-agents>=0.12.4
livekit-agents>=0.12.5
livekit-plugins-openai>=0.10.12
livekit-plugins-cartesia>=0.4.5
livekit-plugins-elevenlabs>=0.7.9
Expand Down
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.4
livekit-agents>=0.12.5
livekit-plugins-deepgram>=0.6.15
livekit-plugins-google>=0.8.1
livekit-plugins-openai[vertex]>=0.10.10
Expand Down
12 changes: 12 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# livekit-agents

## 0.12.5

### Patch Changes

- make max_endpoint_delay configurable - [#1277](https://github.com/livekit/agents/pull/1277) ([@davidzhao](https://github.com/davidzhao))

- set USE_DOCSTRING as default for ai_callable - [#1266](https://github.com/livekit/agents/pull/1266) ([@longcw](https://github.com/longcw))

- fix: do not log process warning when process not found - [#1281](https://github.com/livekit/agents/pull/1281) ([@davidzhao](https://github.com/davidzhao))

- fix context when functions have been called - [#1279](https://github.com/livekit/agents/pull/1279) ([@jmugicagonz](https://github.com/jmugicagonz))

## 0.12.4

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

## 0.3.4

### Patch Changes

- add jinja2 dependency to turn detector - [#1277](https://github.com/livekit/agents/pull/1277) ([@davidzhao](https://github.com/davidzhao))

## 0.3.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.3.3"
__version__ = "0.3.4"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-turn-detector/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-turn-detector",
"private": true,
"version": "0.3.3"
"version": "0.3.4"
}

0 comments on commit 799a53d

Please sign in to comment.