Skip to content

livekit-agents 1.5.0#5165

Merged
theomonnom merged 1 commit intomainfrom
theo/1.5.0
Mar 19, 2026
Merged

livekit-agents 1.5.0#5165
theomonnom merged 1 commit intomainfrom
theo/1.5.0

Conversation

@theomonnom
Copy link
Member

No description provided.

@chenghao-mou chenghao-mou requested a review from a team March 19, 2026 16:55
@theomonnom theomonnom merged commit 760504e into main Mar 19, 2026
21 of 22 checks passed
@theomonnom theomonnom deleted the theo/1.5.0 branch March 19, 2026 16:56
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 3 additional findings in Devin Review.

Open in Devin Review

@@ -1 +1 @@
__version__ = "0.1.1.rc1"
__version__ = "1.5.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Telnyx plugin version.py incorrectly bumped from 0.1.1.rc1 to 1.5.0 instead of 0.1.1

The telnyx plugin's version.py was changed from 0.1.1.rc1 to 1.5.0, but a "release" bump (stripping the pre-release suffix) should produce 0.1.1. Verified: packaging.version.Version("0.1.1.rc1").base_version returns "0.1.1". This also creates a mismatch with the telnyx pyproject.toml which hardcodes version = "0.1.0" at livekit-plugins/livekit-plugins-telnyx/pyproject.toml:7 (it doesn't use dynamic = ["version"]), so the published package version would be 0.1.0 regardless, but the version.py is still wrong and misleading.

Suggested change
__version__ = "1.5.0"
__version__ = "0.1.1"
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant