Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/update_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ def write_new_version(f: pathlib.Path, new_version: str) -> None:

def bump_version(cur: str, bump_type: str) -> str:
v = Version(cur)
if bump_type == "release":
return v.base_version
if bump_type == "patch":
return f"{v.major}.{v.minor}.{v.micro + 1}"
if bump_type == "minor":
Expand Down Expand Up @@ -257,9 +259,9 @@ def update_prerelease(prerelease_type: str) -> None:
)
@click.option(
"--bump-type",
type=click.Choice(["patch", "minor", "major"]),
type=click.Choice(["patch", "minor", "major", "release"]),
default="patch",
help="Type of version bump to apply when ignoring changesets. Defaults to patch."
help="Type of version bump to apply when ignoring changesets. Use 'release' to strip pre-release suffixes. Defaults to patch."
)
def bump(pre: str, ignore_changesets: bool, bump_type: str) -> None:
"""
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
110 changes: 55 additions & 55 deletions livekit-agents/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,62 +60,62 @@ dependencies = [
mcp = ["mcp>=1.10.0, <2"]
codecs = ["numpy>=1.26.0"]
images = ["pillow>=10.3.0"]
anam = ["livekit-plugins-anam>=1.5.0.rc2"]
anthropic = ["livekit-plugins-anthropic>=1.5.0.rc2"]
assemblyai = ["livekit-plugins-assemblyai>=1.5.0.rc2"]
asyncai = ["livekit-plugins-asyncai>=1.4.0.rc2"]
avatario = ["livekit-plugins-avatario>=1.5.0.rc2"]
aws = ["livekit-plugins-aws>=1.5.0.rc2"]
azure = ["livekit-plugins-azure>=1.5.0.rc2"]
baseten = ["livekit-plugins-baseten>=1.5.0.rc2"]
bey = ["livekit-plugins-bey>=1.5.0.rc2"]
bithuman = ["livekit-plugins-bithuman>=1.5.0.rc2"]
browser = ["livekit-plugins-browser>=0.1.5.rc1"]
cambai = ["livekit-plugins-cambai>=1.5.0.rc2"]
cartesia = ["livekit-plugins-cartesia>=1.5.0.rc2"]
clova = ["livekit-plugins-clova>=1.5.0.rc2"]
deepgram = ["livekit-plugins-deepgram>=1.5.0.rc2"]
elevenlabs = ["livekit-plugins-elevenlabs>=1.5.0.rc2"]
fal = ["livekit-plugins-fal>=1.5.0.rc2"]
fishaudio = ["livekit-plugins-fishaudio>=1.5.0.rc2"]
fireworksai = ["livekit-plugins-fireworksai>=1.5.0.rc2"]
gladia = ["livekit-plugins-gladia>=1.5.0.rc2"]
google = ["livekit-plugins-google>=1.5.0.rc2"]
groq = ["livekit-plugins-groq>=1.5.0.rc2"]
hedra = ["livekit-plugins-hedra>=1.5.0.rc2"]
hume = ["livekit-plugins-hume>=1.5.0.rc2"]
inworld = ["livekit-plugins-inworld>=1.5.0.rc2"]
keyframe = ["livekit-plugins-keyframe>=1.4.4.rc1"]
langchain = ["livekit-plugins-langchain>=1.5.0.rc2"]
lemonslice = ["livekit-plugins-lemonslice>=1.5.0.rc2"]
liveavatar = ["livekit-plugins-liveavatar>=1.5.0.rc2"]
lmnt = ["livekit-plugins-lmnt>=1.5.0.rc2"]
anam = ["livekit-plugins-anam>=1.5.0"]
anthropic = ["livekit-plugins-anthropic>=1.5.0"]
assemblyai = ["livekit-plugins-assemblyai>=1.5.0"]
asyncai = ["livekit-plugins-asyncai>=1.5.0"]
avatario = ["livekit-plugins-avatario>=1.5.0"]
aws = ["livekit-plugins-aws>=1.5.0"]
azure = ["livekit-plugins-azure>=1.5.0"]
baseten = ["livekit-plugins-baseten>=1.5.0"]
bey = ["livekit-plugins-bey>=1.5.0"]
bithuman = ["livekit-plugins-bithuman>=1.5.0"]
browser = ["livekit-plugins-browser>=0.1.5"]
cambai = ["livekit-plugins-cambai>=1.5.0"]
cartesia = ["livekit-plugins-cartesia>=1.5.0"]
clova = ["livekit-plugins-clova>=1.5.0"]
deepgram = ["livekit-plugins-deepgram>=1.5.0"]
elevenlabs = ["livekit-plugins-elevenlabs>=1.5.0"]
fal = ["livekit-plugins-fal>=1.5.0"]
fishaudio = ["livekit-plugins-fishaudio>=1.5.0"]
fireworksai = ["livekit-plugins-fireworksai>=1.5.0"]
gladia = ["livekit-plugins-gladia>=1.5.0"]
google = ["livekit-plugins-google>=1.5.0"]
groq = ["livekit-plugins-groq>=1.5.0"]
hedra = ["livekit-plugins-hedra>=1.5.0"]
hume = ["livekit-plugins-hume>=1.5.0"]
inworld = ["livekit-plugins-inworld>=1.5.0"]
keyframe = ["livekit-plugins-keyframe>=1.5.0"]
langchain = ["livekit-plugins-langchain>=1.5.0"]
lemonslice = ["livekit-plugins-lemonslice>=1.5.0"]
liveavatar = ["livekit-plugins-liveavatar>=1.5.0"]
lmnt = ["livekit-plugins-lmnt>=1.5.0"]
minimax = ["livekit-plugins-minimax-ai>=1.2.15"]
mistralai = ["livekit-plugins-mistralai>=1.5.0.rc2"]
neuphonic = ["livekit-plugins-neuphonic>=1.5.0.rc2"]
nltk = ["livekit-plugins-nltk>=1.5.0.rc2"]
nvidia = ["livekit-plugins-nvidia>=1.5.0.rc2"]
openai = ["livekit-plugins-openai>=1.5.0.rc2"]
resemble = ["livekit-plugins-resemble>=1.5.0.rc2"]
rime = ["livekit-plugins-rime>=1.5.0.rc2"]
rtzr = ["livekit-plugins-rtzr>=1.5.0.rc2"]
sarvam = ["livekit-plugins-sarvam>=1.5.0.rc2"]
silero = ["livekit-plugins-silero>=1.5.0.rc2"]
simli = ["livekit-plugins-simli>=1.5.0.rc2"]
smallestai = ["livekit-plugins-smallestai>=1.5.0.rc2"]
simplismart = ["livekit-plugins-simplismart>=1.5.0.rc2"]
soniox = ["livekit-plugins-soniox>=1.5.0.rc2"]
speechify = ["livekit-plugins-speechify>=1.5.0.rc2"]
speechmatics = ["livekit-plugins-speechmatics>=1.5.0.rc2"]
spitch = ["livekit-plugins-spitch>=1.5.0.rc2"]
tavus = ["livekit-plugins-tavus>=1.5.0.rc2"]
trugen = ["livekit-plugins-trugen>=1.4.0.rc2"]
turn-detector = ["livekit-plugins-turn-detector>=1.5.0.rc2"]
ultravox = ["livekit-plugins-ultravox>=1.5.0.rc2"]
upliftai = ["livekit-plugins-upliftai>=1.5.0.rc2"]
gradium = ["livekit-plugins-gradium>=1.5.0.rc2"]
xai = ["livekit-plugins-xai>=1.5.0.rc2"]
phonic = ["livekit-plugins-phonic>=1.4.4.rc1"]
mistralai = ["livekit-plugins-mistralai>=1.5.0"]
neuphonic = ["livekit-plugins-neuphonic>=1.5.0"]
nltk = ["livekit-plugins-nltk>=1.5.0"]
nvidia = ["livekit-plugins-nvidia>=1.5.0"]
openai = ["livekit-plugins-openai>=1.5.0"]
resemble = ["livekit-plugins-resemble>=1.5.0"]
rime = ["livekit-plugins-rime>=1.5.0"]
rtzr = ["livekit-plugins-rtzr>=1.5.0"]
sarvam = ["livekit-plugins-sarvam>=1.5.0"]
silero = ["livekit-plugins-silero>=1.5.0"]
simli = ["livekit-plugins-simli>=1.5.0"]
smallestai = ["livekit-plugins-smallestai>=1.5.0"]
simplismart = ["livekit-plugins-simplismart>=1.5.0"]
soniox = ["livekit-plugins-soniox>=1.5.0"]
speechify = ["livekit-plugins-speechify>=1.5.0"]
speechmatics = ["livekit-plugins-speechmatics>=1.5.0"]
spitch = ["livekit-plugins-spitch>=1.5.0"]
tavus = ["livekit-plugins-tavus>=1.5.0"]
trugen = ["livekit-plugins-trugen>=1.5.0"]
turn-detector = ["livekit-plugins-turn-detector>=1.5.0"]
ultravox = ["livekit-plugins-ultravox>=1.5.0"]
upliftai = ["livekit-plugins-upliftai>=1.5.0"]
gradium = ["livekit-plugins-gradium>=1.5.0"]
xai = ["livekit-plugins-xai>=1.5.0"]
phonic = ["livekit-plugins-phonic>=1.5.0"]


[project.urls]
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-anam/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = ["livekit-agents>=1.5.0.rc2"]
dependencies = ["livekit-agents>=1.5.0"]

[project.urls]
Documentation = "https://docs.livekit.io"
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-anthropic/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = ["livekit-agents>=1.5.0.rc2", "anthropic>=0.41", "httpx"]
dependencies = ["livekit-agents>=1.5.0", "anthropic>=0.41", "httpx"]

[project.urls]
Documentation = "https://docs.livekit.io"
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-assemblyai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = ["livekit-agents>=1.5.0.rc2"]
dependencies = ["livekit-agents>=1.5.0"]

[project.urls]
Documentation = "https://docs.livekit.io"
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-asyncai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
]
dependencies = [
"livekit-agents>=1.5.0.rc2",
"livekit-agents>=1.5.0",
"aiohttp"
]

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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-avatario/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = ["livekit-agents>=1.5.0.rc2"]
dependencies = ["livekit-agents>=1.5.0"]

[project.urls]
Documentation = "https://docs.livekit.io"
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-avatartalk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = ["livekit-agents>=1.5.0.rc2"]
dependencies = ["livekit-agents>=1.5.0"]

[project.urls]
Documentation = "https://docs.livekit.io"
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
]
dependencies = [
"livekit-agents>=1.5.0.rc2",
"livekit-agents>=1.5.0",
"aioboto3>=14.1.0",
"aws_sdk_transcribe_streaming>=0.2.0; python_version >= '3.12'",
]
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
]
dependencies = [
"livekit-agents>=1.5.0.rc2",
"livekit-agents>=1.5.0",
"azure-cognitiveservices-speech>=1.43.0",
]

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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-baseten/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]

dependencies = [
"livekit-agents>=1.5.0.rc2",
"livekit-agents>=1.5.0",
"aiohttp",
"livekit",
]
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-bey/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = ["livekit-agents>=1.5.0.rc2"]
dependencies = ["livekit-agents>=1.5.0"]

[project.urls]
Documentation = "https://docs.livekit.io"
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-bithuman/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
]

dependencies = ["livekit-agents>=1.5.0.rc2", "bithuman>=0.5.25"]
dependencies = ["livekit-agents>=1.5.0", "bithuman>=0.5.25"]

[project.urls]
Documentation = "https://docs.livekit.io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.5.rc1"
__version__ = "0.1.5"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-browser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
]
dependencies = [
"livekit-agents>=1.5.0.rc2",
"livekit-agents>=1.5.0",
"livekit-browser>=0.1.4",
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-cambai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
]
dependencies = [
"livekit-agents>=1.5.0.rc2",
"livekit-agents>=1.5.0",
]

[project.optional-dependencies]
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-cartesia/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = ["livekit-agents>=1.5.0.rc2"]
dependencies = ["livekit-agents>=1.5.0"]

[project.urls]
Documentation = "https://docs.livekit.io"
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-clova/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = ["livekit-agents>=1.5.0.rc2", "pydub~=0.25.1"]
dependencies = ["livekit-agents>=1.5.0", "pydub~=0.25.1"]

[project.urls]
Documentation = "https://docs.livekit.io"
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-deepgram/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = ["livekit-agents[codecs]>=1.5.0.rc2", "numpy>=1.26"]
dependencies = ["livekit-agents[codecs]>=1.5.0", "numpy>=1.26"]

[project.urls]
Documentation = "https://docs.livekit.io"
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-elevenlabs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = ["livekit-agents[codecs]>=1.5.0.rc2"]
dependencies = ["livekit-agents[codecs]>=1.5.0"]

[project.urls]
Documentation = "https://docs.livekit.io"
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__ = "1.5.0.rc2"
__version__ = "1.5.0"
Loading
Loading