Skip to content

Commit 0ccc4b0

Browse files
Revert to upload-artifacts@v3, update dependency versions (#1267)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7941263 commit 0ccc4b0

File tree

19 files changed

+44
-19
lines changed

19 files changed

+44
-19
lines changed

.changeset/pre.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"mode": "pre",
3+
"tag": "dev",
4+
"initialVersions": {
5+
"livekit-agents": "0.12.3",
6+
"livekit-plugins-anthropic": "0.2.8",
7+
"livekit-plugins-assemblyai": "0.2.1",
8+
"livekit-plugins-azure": "0.5.1",
9+
"livekit-plugins-browser": "0.0.5",
10+
"livekit-plugins-cartesia": "0.4.5",
11+
"livekit-plugins-deepgram": "0.6.15",
12+
"livekit-plugins-elevenlabs": "0.7.9",
13+
"livekit-plugins-fal": "0.2.2",
14+
"livekit-plugins-google": "0.8.1",
15+
"livekit-plugins-llama-index": "0.2.2",
16+
"livekit-plugins-minimal": "0.2.1",
17+
"livekit-plugins-nltk": "0.7.3",
18+
"livekit-plugins-openai": "0.10.11",
19+
"livekit-plugins-playht": "1.0.3",
20+
"livekit-plugins-rag": "0.2.3",
21+
"livekit-plugins-silero": "0.7.4",
22+
"livekit-plugins-turn-detector": "0.3.3"
23+
},
24+
"changesets": []
25+
}

.github/workflows/build-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: python -m build
4848

4949
- name: Upload distribution package
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v3
5151
with:
5252
name: ${{ inputs.artifact_name }}
5353
path: "${{ startsWith(inputs.package, 'livekit-plugin') && 'livekit-plugins/' || '' }}${{ inputs.package }}/dist/"
@@ -82,7 +82,7 @@ jobs:
8282
CIBW_BUILD_VERBOSITY: 3
8383

8484
- name: Upload distribution package
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v3
8686
with:
8787
name: ${{ inputs.artifact_name }}
8888
path: livekit-plugins/livekit-plugins-browser/dist/

.github/workflows/publish-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
steps:
9898
- name: Download all the dists
99-
uses: actions/download-artifact@v4
99+
uses: actions/download-artifact@v3
100100
with:
101101
name: python-package-distributions
102102
path: dist/

livekit-plugins/livekit-plugins-anthropic/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
license="Apache-2.0",
5050
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
5151
python_requires=">=3.9.0",
52-
install_requires=["livekit-agents>=0.11", "anthropic>=0.34"],
52+
install_requires=["livekit-agents>=0.12.3", "anthropic>=0.34"],
5353
package_data={"livekit.plugins.anthropic": ["py.typed"]},
5454
project_urls={
5555
"Documentation": "https://docs.livekit.io",

livekit-plugins/livekit-plugins-assemblyai/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
4949
python_requires=">=3.9.0",
5050
install_requires=[
51-
"livekit-agents>=0.11",
51+
"livekit-agents>=0.12.3",
5252
],
5353
package_data={},
5454
project_urls={

livekit-plugins/livekit-plugins-azure/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
4747
python_requires=">=3.9.0",
4848
install_requires=[
49-
"livekit-agents>=0.11",
49+
"livekit-agents>=0.12.3",
5050
"azure-cognitiveservices-speech>=1.41.0",
5151
],
5252
package_data={},

livekit-plugins/livekit-plugins-browser/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
113113
cmdclass={"build_ext": CMakeBuild},
114114
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
115115
python_requires=">=3.9.0",
116-
install_requires=["livekit-agents>=0.11"],
116+
install_requires=["livekit-agents>=0.12.3"],
117117
package_data={
118118
"livekit.plugins.browser": ["py.typed"],
119119
"livekit.plugins.browser.resources": ["**", "lkcef_app.app"],

livekit-plugins/livekit-plugins-cartesia/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
license="Apache-2.0",
4848
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
4949
python_requires=">=3.9.0",
50-
install_requires=["livekit-agents>=0.11"],
50+
install_requires=["livekit-agents>=0.12.3"],
5151
project_urls={
5252
"Documentation": "https://docs.livekit.io",
5353
"Website": "https://livekit.io/",

livekit-plugins/livekit-plugins-clova/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
license="Apache-2.0",
4848
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
4949
python_requires=">=3.9.0",
50-
install_requires=["livekit-agents>=0.11", "pydub~=0.25.1"],
50+
install_requires=["livekit-agents>=0.12.3", "pydub~=0.25.1"],
5151
project_urls={
5252
"Documentation": "https://docs.livekit.io",
5353
"Website": "https://livekit.io/",

livekit-plugins/livekit-plugins-deepgram/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
license="Apache-2.0",
4848
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
4949
python_requires=">=3.9.0",
50-
install_requires=["livekit-agents>=0.12.2", "numpy>=1.26"],
50+
install_requires=["livekit-agents>=0.12.3", "numpy>=1.26"],
5151
package_data={"livekit.plugins.deepgram": ["py.typed"]},
5252
project_urls={
5353
"Documentation": "https://docs.livekit.io",

livekit-plugins/livekit-plugins-elevenlabs/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
license="Apache-2.0",
5050
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
5151
python_requires=">=3.9.0",
52-
install_requires=["livekit-agents[codecs]>=0.11"],
52+
install_requires=["livekit-agents[codecs]>=0.12.3"],
5353
package_data={"livekit.plugins.elevenlabs": ["py.typed"]},
5454
project_urls={
5555
"Documentation": "https://docs.livekit.io",

livekit-plugins/livekit-plugins-fal/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
license="Apache-2.0",
4848
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
4949
python_requires=">=3.9.0",
50-
install_requires=["livekit-agents>=0.11", "fal_client"],
50+
install_requires=["livekit-agents>=0.12.3", "fal_client"],
5151
package_data={"livekit.plugins.fal": ["py.typed"]},
5252
project_urls={
5353
"Documentation": "https://docs.livekit.io",

livekit-plugins/livekit-plugins-google/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"google-auth >= 2, < 3",
5252
"google-cloud-speech >= 2, < 3",
5353
"google-cloud-texttospeech >= 2, < 3",
54-
"livekit-agents>=0.11",
54+
"livekit-agents>=0.12.3",
5555
],
5656
package_data={"livekit.plugins.google": ["py.typed"]},
5757
project_urls={

livekit-plugins/livekit-plugins-llama-index/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
license="Apache-2.0",
5050
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
5151
python_requires=">=3.9.0",
52-
install_requires=["livekit-agents>=0.11"],
52+
install_requires=["livekit-agents>=0.12.3"],
5353
package_data={"livekit.plugins.llama_index": ["py.typed"]},
5454
project_urls={
5555
"Documentation": "https://docs.livekit.io",

livekit-plugins/livekit-plugins-openai/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
4949
python_requires=">=3.9.0",
5050
install_requires=[
51-
"livekit-agents[codecs, images]>=0.11",
51+
"livekit-agents[codecs, images]>=0.12.3",
5252
"openai>=1.50",
5353
],
5454
extras_require={

livekit-plugins/livekit-plugins-playht/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
3333
python_requires=">=3.9.0",
3434
install_requires=[
35-
"livekit-agents[codecs]>=0.11",
35+
"livekit-agents[codecs]>=0.12.3",
3636
"pyht",
3737
"aiohttp",
3838
"livekit",

livekit-plugins/livekit-plugins-rag/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
license="Apache-2.0",
4848
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
4949
python_requires=">=3.9.0",
50-
install_requires=["livekit-agents>=0.11", "annoy>=1.17"],
50+
install_requires=["livekit-agents>=0.12.3", "annoy>=1.17"],
5151
package_data={"livekit.plugins.rag": ["py.typed"]},
5252
project_urls={
5353
"Documentation": "https://docs.livekit.io",

livekit-plugins/livekit-plugins-silero/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
license="Apache-2.0",
4848
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
4949
python_requires=">=3.9.0",
50-
install_requires=["livekit-agents>=0.11", "onnxruntime>=1.18", "numpy>=1.26"],
50+
install_requires=["livekit-agents>=0.12.3", "onnxruntime>=1.18", "numpy>=1.26"],
5151
package_data={
5252
"livekit.plugins.silero.resources": ["silero_vad.onnx"],
5353
"livekit.plugins.silero": ["py.typed"],

livekit-plugins/livekit-plugins-turn-detector/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
5151
python_requires=">=3.9.0",
5252
install_requires=[
53-
"livekit-agents>=0.11",
53+
"livekit-agents>=0.12.3",
5454
"transformers>=4.47.1",
5555
"numpy>=1.26",
5656
"onnxruntime>=1.18",

0 commit comments

Comments
 (0)