Skip to content

Commit 1b688be

Browse files
authored
livekit-agents v1.0.22 (#2320)
1 parent 65263da commit 1b688be

File tree

57 files changed

+82
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+82
-82
lines changed

livekit-agents/livekit/agents/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-agents/pyproject.toml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -48,32 +48,32 @@ dependencies = [
4848
mcp = ["mcp>=1.6.0, <2; python_version >= '3.10'"]
4949
codecs = ["av>=12.0.0", "numpy>=1.26.0"]
5050
images = ["pillow>=10.3.0"]
51-
aws = ["livekit-plugins-aws>=1.0.21"]
52-
neuphonic = ["livekit-plugins-neuphonic>=1.0.21"]
53-
playai = ["livekit-plugins-playai>=1.0.21"]
54-
turn-detector = ["livekit-plugins-turn-detector>=1.0.21"]
55-
assemblyai = ["livekit-plugins-assemblyai>=1.0.21"]
56-
rime = ["livekit-plugins-rime>=1.0.21"]
57-
nltk = ["livekit-plugins-nltk>=1.0.21"]
58-
anthropic = ["livekit-plugins-anthropic>=1.0.21"]
59-
openai = ["livekit-plugins-openai>=1.0.21"]
60-
groq = ["livekit-plugins-groq>=1.0.21"]
61-
elevenlabs = ["livekit-plugins-elevenlabs>=1.0.21"]
62-
azure = ["livekit-plugins-azure>=1.0.21"]
63-
fal = ["livekit-plugins-fal>=1.0.21"]
64-
clova = ["livekit-plugins-clova>=1.0.21"]
65-
deepgram = ["livekit-plugins-deepgram>=1.0.21"]
66-
silero = ["livekit-plugins-silero>=1.0.21"]
67-
cartesia = ["livekit-plugins-cartesia>=1.0.21"]
68-
speechmatics = ["livekit-plugins-speechmatics>=1.0.21"]
69-
google = ["livekit-plugins-google>=1.0.21"]
70-
gladia = ["livekit-plugins-gladia>=1.0.21"]
71-
resemble = ["livekit-plugins-resemble>=1.0.21"]
72-
bey = ["livekit-plugins-bey>=1.0.21"]
73-
bithuman = ["livekit-plugins-bithuman>=1.0.21"]
74-
speechify = ["livekit-plugins-speechify>=1.0.21"]
75-
tavus = ["livekit-plugins-tavus>=1.0.21"]
76-
hume = ["livekit-plugins-hume>=1.0.21"]
51+
aws = ["livekit-plugins-aws>=1.0.22"]
52+
neuphonic = ["livekit-plugins-neuphonic>=1.0.22"]
53+
playai = ["livekit-plugins-playai>=1.0.22"]
54+
turn-detector = ["livekit-plugins-turn-detector>=1.0.22"]
55+
assemblyai = ["livekit-plugins-assemblyai>=1.0.22"]
56+
rime = ["livekit-plugins-rime>=1.0.22"]
57+
nltk = ["livekit-plugins-nltk>=1.0.22"]
58+
anthropic = ["livekit-plugins-anthropic>=1.0.22"]
59+
openai = ["livekit-plugins-openai>=1.0.22"]
60+
groq = ["livekit-plugins-groq>=1.0.22"]
61+
elevenlabs = ["livekit-plugins-elevenlabs>=1.0.22"]
62+
azure = ["livekit-plugins-azure>=1.0.22"]
63+
fal = ["livekit-plugins-fal>=1.0.22"]
64+
clova = ["livekit-plugins-clova>=1.0.22"]
65+
deepgram = ["livekit-plugins-deepgram>=1.0.22"]
66+
silero = ["livekit-plugins-silero>=1.0.22"]
67+
cartesia = ["livekit-plugins-cartesia>=1.0.22"]
68+
speechmatics = ["livekit-plugins-speechmatics>=1.0.22"]
69+
google = ["livekit-plugins-google>=1.0.22"]
70+
gladia = ["livekit-plugins-gladia>=1.0.22"]
71+
resemble = ["livekit-plugins-resemble>=1.0.22"]
72+
bey = ["livekit-plugins-bey>=1.0.22"]
73+
bithuman = ["livekit-plugins-bithuman>=1.0.22"]
74+
speechify = ["livekit-plugins-speechify>=1.0.22"]
75+
tavus = ["livekit-plugins-tavus>=1.0.22"]
76+
hume = ["livekit-plugins-hume>=1.0.22"]
7777

7878

7979
[project.urls]

livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-anthropic/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3 :: Only",
2424
]
25-
dependencies = ["livekit-agents>=1.0.21", "anthropic>=0.41"]
25+
dependencies = ["livekit-agents>=1.0.22", "anthropic>=0.41"]
2626

2727
[project.urls]
2828
Documentation = "https://docs.livekit.io"

livekit-plugins/livekit-plugins-assemblyai/livekit/plugins/assemblyai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-assemblyai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3 :: Only",
2424
]
25-
dependencies = ["livekit-agents>=1.0.21"]
25+
dependencies = ["livekit-agents>=1.0.22"]
2626

2727
[project.urls]
2828
Documentation = "https://docs.livekit.io"

livekit-plugins/livekit-plugins-aws/livekit/plugins/aws/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-aws/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3 :: Only",
2424
]
2525
dependencies = [
26-
"livekit-agents>=1.0.21",
26+
"livekit-agents>=1.0.22",
2727
"aioboto3>=14.1.0",
2828
"amazon-transcribe>=0.6.2",
2929
]

livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-azure/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3 :: Only",
2424
]
2525
dependencies = [
26-
"livekit-agents>=1.0.21",
26+
"livekit-agents>=1.0.22",
2727
"azure-cognitiveservices-speech>=1.43.0",
2828
]
2929

livekit-plugins/livekit-plugins-bey/livekit/plugins/bey/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-bey/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3 :: Only",
2424
]
25-
dependencies = ["livekit-agents>=1.0.21"]
25+
dependencies = ["livekit-agents>=1.0.22"]
2626

2727
[project.urls]
2828
Documentation = "https://docs.livekit.io"

livekit-plugins/livekit-plugins-bithuman/livekit/plugins/bithuman/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-bithuman/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3 :: Only",
2323
]
24-
dependencies = ["livekit-agents>=1.0.21", "bithuman>=0.5.5"]
24+
dependencies = ["livekit-agents>=1.0.22", "bithuman>=0.5.5"]
2525

2626
[project.urls]
2727
Documentation = "https://docs.livekit.io"

livekit-plugins/livekit-plugins-browser/livekit/plugins/browser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-cartesia/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3 :: Only",
2424
]
25-
dependencies = ["livekit-agents>=1.0.21"]
25+
dependencies = ["livekit-agents>=1.0.22"]
2626

2727
[project.urls]
2828
Documentation = "https://docs.livekit.io"

livekit-plugins/livekit-plugins-clova/livekit/plugins/clova/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-clova/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3 :: Only",
2424
]
25-
dependencies = ["livekit-agents>=1.0.21", "pydub~=0.25.1"]
25+
dependencies = ["livekit-agents>=1.0.22", "pydub~=0.25.1"]
2626

2727
[project.urls]
2828
Documentation = "https://docs.livekit.io"

livekit-plugins/livekit-plugins-deepgram/livekit/plugins/deepgram/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-deepgram/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3 :: Only",
2424
]
25-
dependencies = ["livekit-agents[codecs]>=1.0.21", "numpy>=1.26"]
25+
dependencies = ["livekit-agents[codecs]>=1.0.22", "numpy>=1.26"]
2626

2727
[project.urls]
2828
Documentation = "https://docs.livekit.io"

livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-elevenlabs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3 :: Only",
2424
]
25-
dependencies = ["livekit-agents[codecs]>=1.0.21"]
25+
dependencies = ["livekit-agents[codecs]>=1.0.22"]
2626

2727
[project.urls]
2828
Documentation = "https://docs.livekit.io"

livekit-plugins/livekit-plugins-fal/livekit/plugins/fal/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-fal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3 :: Only",
2424
]
25-
dependencies = ["livekit-agents>=1.0.21", "fal_client"]
25+
dependencies = ["livekit-agents>=1.0.22", "fal_client"]
2626

2727
[project.urls]
2828
Documentation = "https://docs.livekit.io"

livekit-plugins/livekit-plugins-gladia/livekit/plugins/gladia/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-gladia/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3 :: Only",
3232
]
3333
dependencies = [
34-
"livekit-agents[codecs]>=1.0.21",
34+
"livekit-agents[codecs]>=1.0.22",
3535
"numpy>=1.26",
3636
"aiohttp>=3.8.0",
3737
]

livekit-plugins/livekit-plugins-google/livekit/plugins/google/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-google/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"google-cloud-speech >= 2, < 3",
2828
"google-cloud-texttospeech >= 2.24, < 3",
2929
"google-genai >= 1.14.0",
30-
"livekit-agents>=1.0.21",
30+
"livekit-agents>=1.0.22",
3131
]
3232

3333
[project.urls]

livekit-plugins/livekit-plugins-groq/livekit/plugins/groq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-groq/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3 :: Only",
2222
]
2323
dependencies = [
24-
"livekit-agents[codecs]>=1.0.21",
24+
"livekit-agents[codecs]>=1.0.22",
2525
"livekit-plugins-openai>=1.0.0.dev5",
2626
"aiohttp",
2727
"livekit",

livekit-plugins/livekit-plugins-hume/livekit/plugins/hume/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-hume/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"aiohttp>=3.8.0",
27-
"livekit-agents>=1.0.21",
27+
"livekit-agents>=1.0.22",
2828
"hume>=0.8.3"
2929
]
3030

livekit-plugins/livekit-plugins-minimal/livekit/plugins/minimal/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-minimal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3 :: Only",
2424
]
25-
dependencies = ["livekit-agents>=1.0.21"]
25+
dependencies = ["livekit-agents>=1.0.22"]
2626

2727
[project.urls]
2828
Documentation = "https://docs.livekit.io"

livekit-plugins/livekit-plugins-neuphonic/livekit/plugins/neuphonic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-neuphonic/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3 :: Only",
2222
]
2323
dependencies = [
24-
"livekit-agents>=1.0.21",
24+
"livekit-agents>=1.0.22",
2525
]
2626

2727
[project.urls]

livekit-plugins/livekit-plugins-nltk/livekit/plugins/nltk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-nltk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3 :: Only",
2323
]
24-
dependencies = ["livekit-agents>=1.0.21", "nltk >= 3.9.1, < 4"]
24+
dependencies = ["livekit-agents>=1.0.22", "nltk >= 3.9.1, < 4"]
2525

2626
[project.urls]
2727
Documentation = "https://docs.livekit.io"

livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-openai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3 :: Only",
2424
]
2525
dependencies = [
26-
"livekit-agents[codecs, images]>=1.0.21",
26+
"livekit-agents[codecs, images]>=1.0.22",
2727
"openai[realtime]>=1.68.2",
2828
]
2929

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.21"
1+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-playai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3 :: Only",
2222
]
2323
dependencies = [
24-
"livekit-agents[codecs]>=1.0.21",
24+
"livekit-agents[codecs]>=1.0.22",
2525
"pyht>=0.1.14",
2626
"aiohttp",
2727
"livekit",

livekit-plugins/livekit-plugins-resemble/livekit/plugins/resemble/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-resemble/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3 :: Only",
2424
]
2525
dependencies = [
26-
"livekit-agents>=1.0.21",
26+
"livekit-agents>=1.0.22",
2727
]
2828

2929
[project.urls]

livekit-plugins/livekit-plugins-rime/livekit/plugins/rime/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.21"
15+
__version__ = "1.0.22"

livekit-plugins/livekit-plugins-rime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.12",
2121
"Programming Language :: Python :: 3 :: Only",
2222
]
23-
dependencies = ["livekit-agents[codecs]>=1.0.21"]
23+
dependencies = ["livekit-agents[codecs]>=1.0.22"]
2424

2525
[project.urls]
2626
Documentation = "https://docs.livekit.io"

0 commit comments

Comments
 (0)