Skip to content

Commit

Permalink
Version Packages (#919)
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: Théo Monnom <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2024
1 parent ee0ca5a commit adf685e
Show file tree
Hide file tree
Showing 82 changed files with 202 additions and 202 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-tables-speak.md

This file was deleted.

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/eleven-items-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-cats-try.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/gold-eagles-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-monkeys-march.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/hot-toys-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-kids-walk.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/proud-wombats-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-worms-tap.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/smart-kiwis-bathe.md

This file was deleted.

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

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/strange-wolves-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-eggs-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-poems-whisper.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-cougars-decide.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.10.2
livekit-agents>=0.11.0
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.10.2
livekit-agents>=0.11.0
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.10.2
livekit-plugins-deepgram>=0.6.8
livekit-agents>=0.11.0
livekit-plugins-deepgram>=0.6.9
python-dotenv~=1.0
8 changes: 4 additions & 4 deletions examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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.11.0
livekit-plugins-openai>=0.10.5
livekit-plugins-cartesia>=0.4.3
livekit-plugins-elevenlabs>=0.7.6
python-dotenv~=1.0
8 changes: 4 additions & 4 deletions examples/voice-pipeline-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
livekit-agents>=0.10.2
livekit-plugins-openai>=0.10.4
livekit-plugins-deepgram>=0.6.8
livekit-plugins-silero>=0.7.2
livekit-agents>=0.11.0
livekit-plugins-openai>=0.10.5
livekit-plugins-deepgram>=0.6.9
livekit-plugins-silero>=0.7.3
livekit-plugins-rag>=0.2.2
python-dotenv~=1.0
aiofile~=3.8.8
38 changes: 38 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# livekit-agents

## 0.11.0

### Minor Changes

- prepare for release - [#1007](https://github.com/livekit/agents/pull/1007) ([@theomonnom](https://github.com/theomonnom))

### Patch Changes

- Fix race in load calc initialization - [#969](https://github.com/livekit/agents/pull/969) ([@martin-purplefish](https://github.com/martin-purplefish))

- Fix incorrect load computation on docker instances - [#972](https://github.com/livekit/agents/pull/972) ([@martin-purplefish](https://github.com/martin-purplefish))

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

- Reorganized metrics, added create_metrics_logger - [#1009](https://github.com/livekit/agents/pull/1009) ([@davidzhao](https://github.com/davidzhao))

- pipelineagent: expose timing metrics & api errors wip - [#957](https://github.com/livekit/agents/pull/957) ([@theomonnom](https://github.com/theomonnom))

- Allow kind to be list or single value - [#1006](https://github.com/livekit/agents/pull/1006) ([@keepingitneil](https://github.com/keepingitneil))

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

- expose transcriptions for multimodal agents - [#1001](https://github.com/livekit/agents/pull/1001) ([@longcw](https://github.com/longcw))

- Fix stack dump on room shutdown - [#989](https://github.com/livekit/agents/pull/989) ([@martin-purplefish](https://github.com/martin-purplefish))

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

- Skip egress by default in participant-related utilities on JobContext - [#1005](https://github.com/livekit/agents/pull/1005) ([@keepingitneil](https://github.com/keepingitneil))

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

- expose usage metrics - [#984](https://github.com/livekit/agents/pull/984) ([@theomonnom](https://github.com/theomonnom))

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

- voicepipeline: support recursive/chained function calls - [#970](https://github.com/livekit/agents/pull/970) ([@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.11.0"
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.11.0"
}
2 changes: 1 addition & 1 deletion livekit-agents/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
python_requires=">=3.9.0",
install_requires=[
"click~=8.1",
"livekit>=0.17.5",
"livekit>=0.17.6",
"livekit-api~=0.6",
"livekit-protocol~=0.6",
"protobuf>=3",
Expand Down
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.2

### Patch Changes

- pipelineagent: expose timing metrics & api errors wip - [#957](https://github.com/livekit/agents/pull/957) ([@theomonnom](https://github.com/theomonnom))

## 0.2.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.2.1"
__version__ = "0.2.2"
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.1"
"version": "0.2.2"
}
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-anthropic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
license="Apache-2.0",
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
python_requires=">=3.9.0",
install_requires=["livekit-agents~=0.8", "anthropic>=0.34"],
install_requires=["livekit-agents>=0.11", "anthropic>=0.34"],
package_data={"livekit.plugins.anthropic": ["py.typed"]},
project_urls={
"Documentation": "https://docs.livekit.io",
Expand Down
14 changes: 14 additions & 0 deletions livekit-plugins/livekit-plugins-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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))

- pipelineagent: expose timing metrics & api errors wip - [#957](https://github.com/livekit/agents/pull/957) ([@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))

- expose usage metrics - [#984](https://github.com/livekit/agents/pull/984) ([@theomonnom](https://github.com/theomonnom))

## 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"
}
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-azure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
python_requires=">=3.9.0",
install_requires=[
"livekit-agents>=0.8.0.dev0",
"livekit-agents>=0.11",
"azure-cognitiveservices-speech >= 1.35.0",
],
package_data={},
Expand Down
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-browser

## 0.0.3

### Patch Changes

- pipelineagent: expose timing metrics & api errors wip - [#957](https://github.com/livekit/agents/pull/957) ([@theomonnom](https://github.com/theomonnom))

## 0.0.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.0.2"
__version__ = "0.0.3"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-browser",
"private": true,
"version": "0.0.2"
"version": "0.0.3"
}
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-browser/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
cmdclass={"build_ext": CMakeBuild},
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
python_requires=">=3.9.0",
install_requires=["livekit-agents>=0.8.0"],
install_requires=["livekit-agents>=0.11"],
package_data={
"livekit.plugins.browser": ["py.typed"],
"livekit.plugins.browser.resources": ["**", "lkcef_app.app"],
Expand Down
Loading

0 comments on commit adf685e

Please sign in to comment.