Skip to content

Commit cc94e5c

Browse files
authored
fix a2a version (#460)
1 parent 9c18906 commit cc94e5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentscope-runtime"
3-
version = "1.1.1a1"
3+
version = "1.1.1"
44
description = "A production-ready runtime framework for agent applications, providing secure sandboxed execution environments and scalable deployment solutions with multi-framework support."
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -20,7 +20,7 @@ dependencies = [
2020
"kubernetes>=33.1.0",
2121
"shortuuid>=1.0.13",
2222
"celery[redis]>=5.3.1",
23-
"a2a-sdk>=0.3.0",
23+
"a2a-sdk>=0.3.0,<1.0.0",
2424
"jinja2",
2525
"psutil",
2626
"dashscope>=1.25.0",

src/agentscope_runtime/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "v1.1.1a1"
2+
__version__ = "v1.1.1"

0 commit comments

Comments
 (0)