Skip to content

Commit c39694c

Browse files
plutolessclaude
andcommitted
chore: bump packages to v2.5.0
The v2.5.0 tag was cut without bumping the package versions, so the publish job failed its "Verify package versions match release tag" check with 2.4.1 != 2.5.0. Bump the root package, the compat package, and the compat package's agora-agents constraint. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 042be08 commit c39694c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

compat/agora-agent-server-sdk/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "agora-agent-server-sdk"
33

44
[tool.poetry]
55
name = "agora-agent-server-sdk"
6-
version = "v2.4.1"
6+
version = "v2.5.0"
77
description = "Compatibility shim for the renamed agora-agents package."
88
readme = "README.md"
99
authors = []
@@ -35,7 +35,7 @@ Repository = 'https://github.com/AgoraIO-Conversational-AI/agent-server-sdk-pyth
3535

3636
[tool.poetry.dependencies]
3737
python = "^3.8"
38-
agora-agents = ">=2.4.1,<3.0.0"
38+
agora-agents = ">=2.5.0,<3.0.0"
3939

4040
[build-system]
4141
requires = ["poetry-core"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "agora-agents"
33

44
[tool.poetry]
55
name = "agora-agents"
6-
version = "v2.4.1"
6+
version = "v2.5.0"
77
description = ""
88
readme = "README.md"
99
authors = []

0 commit comments

Comments
 (0)