Skip to content

Commit

Permalink
Version Packages (#1096)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Zhao <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2024
1 parent ba84963 commit 238d018
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/fair-chefs-complain.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.2
livekit-agents>=0.11.3
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.2
livekit-agents>=0.11.3
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.2
livekit-plugins-deepgram>=0.6.10
livekit-agents>=0.11.3
livekit-plugins-deepgram>=0.6.11
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.11.2
livekit-agents>=0.11.3
livekit-plugins-openai>=0.10.7
livekit-plugins-cartesia>=0.4.3
livekit-plugins-elevenlabs>=0.7.7
Expand Down
4 changes: 2 additions & 2 deletions examples/voice-pipeline-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
livekit-agents>=0.11.2
livekit-agents>=0.11.3
livekit-plugins-openai>=0.10.7
livekit-plugins-deepgram>=0.6.10
livekit-plugins-deepgram>=0.6.11
livekit-plugins-silero>=0.7.3
livekit-plugins-rag>=0.2.2
python-dotenv~=1.0
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.11.3

### Patch Changes

- add PeriodicCollector utility for metrics - [#1094](https://github.com/livekit/agents/pull/1094) ([@davidzhao](https://github.com/davidzhao))

## 0.11.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.11.2"
__version__ = "0.11.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.11.2"
"version": "0.11.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.11

### Patch Changes

- add PeriodicCollector utility for metrics - [#1094](https://github.com/livekit/agents/pull/1094) ([@davidzhao](https://github.com/davidzhao))

## 0.6.10

### 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.10"
__version__ = "0.6.11"
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.10"
"version": "0.6.11"
}
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-deepgram/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
license="Apache-2.0",
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
python_requires=">=3.9.0",
install_requires=["livekit-agents>=0.11.2", "numpy~=1.21"],
install_requires=["livekit-agents>=0.11.3", "numpy~=1.21"],
package_data={"livekit.plugins.deepgram": ["py.typed"]},
project_urls={
"Documentation": "https://docs.livekit.io",
Expand Down

0 comments on commit 238d018

Please sign in to comment.