Skip to content

Commit 76078b6

Browse files
plutolessclaude
andcommitted
chore: bump version to v2.4.1
The v2.4.1 tag was created on the PR #54 merge commit, but the package versions were never bumped, so the publish job's version verification failed. Bump root and compat packages to v2.4.1 and the compat dependency floor to >=2.4.1,<3.0.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent cd5a222 commit 76078b6

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.0"
6+
version = "v2.4.1"
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.0,<3.0.0"
38+
agora-agents = ">=2.4.1,<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.0"
6+
version = "v2.4.1"
77
description = ""
88
readme = "README.md"
99
authors = []

0 commit comments

Comments
 (0)