Skip to content

Commit e949495

Browse files
authored
release livekit-agents 1.3.1 (#3957)
1 parent 8c2b967 commit e949495

File tree

96 files changed

+134
-135
lines changed

Some content is hidden

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

96 files changed

+134
-135
lines changed

livekit-agents/livekit/agents/cli/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,6 @@ def download_files() -> None:
15031503
plugin.download_files()
15041504
logger.info(f"Finished downloading files for {plugin.package}")
15051505

1506-
15071506
except CLIError as e:
15081507
c.print(" ")
15091508
c.print(f"[error]{e}")

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.3.0.rc2"
15+
__version__ = "1.3.1"

livekit-agents/pyproject.toml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -60,48 +60,48 @@ dependencies = [
6060
mcp = ["mcp>=1.10.0, <2; python_version >= '3.10'"]
6161
codecs = ["av>=12.0.0", "numpy>=1.26.0"]
6262
images = ["pillow>=10.3.0"]
63-
anam = ["livekit-plugins-anam>=1.3.0.rc2"]
64-
anthropic = ["livekit-plugins-anthropic>=1.3.0.rc2"]
65-
assemblyai = ["livekit-plugins-assemblyai>=1.3.0.rc2"]
66-
aws = ["livekit-plugins-aws>=1.3.0.rc2"]
67-
azure = ["livekit-plugins-azure>=1.3.0.rc2"]
68-
baseten = ["livekit-plugins-baseten>=1.3.0.rc2"]
69-
bey = ["livekit-plugins-bey>=1.3.0.rc2"]
70-
bithuman = ["livekit-plugins-bithuman>=1.3.0.rc2"]
71-
cartesia = ["livekit-plugins-cartesia>=1.3.0.rc2"]
72-
clova = ["livekit-plugins-clova>=1.3.0.rc2"]
73-
deepgram = ["livekit-plugins-deepgram>=1.3.0.rc2"]
74-
elevenlabs = ["livekit-plugins-elevenlabs>=1.3.0.rc2"]
75-
fal = ["livekit-plugins-fal>=1.3.0.rc2"]
63+
anam = ["livekit-plugins-anam>=1.3.1"]
64+
anthropic = ["livekit-plugins-anthropic>=1.3.1"]
65+
assemblyai = ["livekit-plugins-assemblyai>=1.3.1"]
66+
aws = ["livekit-plugins-aws>=1.3.1"]
67+
azure = ["livekit-plugins-azure>=1.3.1"]
68+
baseten = ["livekit-plugins-baseten>=1.3.1"]
69+
bey = ["livekit-plugins-bey>=1.3.1"]
70+
bithuman = ["livekit-plugins-bithuman>=1.3.1"]
71+
cartesia = ["livekit-plugins-cartesia>=1.3.1"]
72+
clova = ["livekit-plugins-clova>=1.3.1"]
73+
deepgram = ["livekit-plugins-deepgram>=1.3.1"]
74+
elevenlabs = ["livekit-plugins-elevenlabs>=1.3.1"]
75+
fal = ["livekit-plugins-fal>=1.3.1"]
7676
fishaudio = ["livekit-plugins-fishaudio>=1.2.17; python_version >= '3.10'"]
77-
fireworksai = ["livekit-plugins-fireworksai>=1.3.0.rc2"]
78-
gladia = ["livekit-plugins-gladia>=1.3.0.rc2"]
79-
google = ["livekit-plugins-google>=1.3.0.rc2"]
80-
groq = ["livekit-plugins-groq>=1.3.0.rc2"]
81-
hedra = ["livekit-plugins-hedra>=1.3.0.rc2"]
82-
hume = ["livekit-plugins-hume>=1.3.0.rc2"]
83-
inworld = ["livekit-plugins-inworld>=1.3.0.rc2"]
84-
langchain = ["livekit-plugins-langchain>=1.3.0.rc2"]
85-
lmnt = ["livekit-plugins-lmnt>=1.3.0.rc2"]
77+
fireworksai = ["livekit-plugins-fireworksai>=1.3.1"]
78+
gladia = ["livekit-plugins-gladia>=1.3.1"]
79+
google = ["livekit-plugins-google>=1.3.1"]
80+
groq = ["livekit-plugins-groq>=1.3.1"]
81+
hedra = ["livekit-plugins-hedra>=1.3.1"]
82+
hume = ["livekit-plugins-hume>=1.3.1"]
83+
inworld = ["livekit-plugins-inworld>=1.3.1"]
84+
langchain = ["livekit-plugins-langchain>=1.3.1"]
85+
lmnt = ["livekit-plugins-lmnt>=1.3.1"]
8686
minimax = ["livekit-plugins-minimax-ai>=1.2.15"]
87-
mistralai = ["livekit-plugins-mistralai>=1.3.0.rc2"]
88-
neuphonic = ["livekit-plugins-neuphonic>=1.3.0.rc2"]
89-
nltk = ["livekit-plugins-nltk>=1.3.0.rc2"]
90-
openai = ["livekit-plugins-openai>=1.3.0.rc2"]
91-
resemble = ["livekit-plugins-resemble>=1.3.0.rc2"]
92-
rime = ["livekit-plugins-rime>=1.3.0.rc2"]
93-
sarvam = ["livekit-plugins-sarvam>=1.3.0.rc2"]
94-
silero = ["livekit-plugins-silero>=1.3.0.rc2"]
95-
simli = ["livekit-plugins-simli>=1.3.0.rc2"]
96-
smallestai = ["livekit-plugins-smallestai>=1.3.0.rc2"]
97-
soniox = ["livekit-plugins-soniox>=1.3.0.rc2"]
98-
speechify = ["livekit-plugins-speechify>=1.3.0.rc2"]
99-
speechmatics = ["livekit-plugins-speechmatics>=1.3.0.rc2"]
100-
spitch = ["livekit-plugins-spitch>=1.3.0.rc2"]
101-
tavus = ["livekit-plugins-tavus>=1.3.0.rc2"]
102-
turn-detector = ["livekit-plugins-turn-detector>=1.3.0.rc2"]
103-
ultravox = ["livekit-plugins-ultravox>=1.3.0.rc2"]
104-
upliftai = ["livekit-plugins-upliftai>=1.3.0.rc2"]
87+
mistralai = ["livekit-plugins-mistralai>=1.3.1"]
88+
neuphonic = ["livekit-plugins-neuphonic>=1.3.1"]
89+
nltk = ["livekit-plugins-nltk>=1.3.1"]
90+
openai = ["livekit-plugins-openai>=1.3.1"]
91+
resemble = ["livekit-plugins-resemble>=1.3.1"]
92+
rime = ["livekit-plugins-rime>=1.3.1"]
93+
sarvam = ["livekit-plugins-sarvam>=1.3.1"]
94+
silero = ["livekit-plugins-silero>=1.3.1"]
95+
simli = ["livekit-plugins-simli>=1.3.1"]
96+
smallestai = ["livekit-plugins-smallestai>=1.3.1"]
97+
soniox = ["livekit-plugins-soniox>=1.3.1"]
98+
speechify = ["livekit-plugins-speechify>=1.3.1"]
99+
speechmatics = ["livekit-plugins-speechmatics>=1.3.1"]
100+
spitch = ["livekit-plugins-spitch>=1.3.1"]
101+
tavus = ["livekit-plugins-tavus>=1.3.1"]
102+
turn-detector = ["livekit-plugins-turn-detector>=1.3.1"]
103+
ultravox = ["livekit-plugins-ultravox>=1.3.1"]
104+
upliftai = ["livekit-plugins-upliftai>=1.3.1"]
105105

106106

107107
[project.urls]

livekit-plugins/livekit-plugins-anam/livekit/plugins/anam/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.3.0.rc2"
15+
__version__ = "1.3.1"

livekit-plugins/livekit-plugins-anam/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.3.0.rc2"]
25+
dependencies = ["livekit-agents>=1.3.1"]
2626

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

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.3.0.rc2"
15+
__version__ = "1.3.1"

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.3.0.rc2", "anthropic>=0.41", "httpx"]
25+
dependencies = ["livekit-agents>=1.3.1", "anthropic>=0.41", "httpx"]
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.3.0.rc2"
15+
__version__ = "1.3.1"

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.3.0.rc2"]
25+
dependencies = ["livekit-agents>=1.3.1"]
2626

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

livekit-plugins/livekit-plugins-avatartalk/livekit/plugins/avatartalk/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.0"
15+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)