We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c18906 commit cc94e5cCopy full SHA for cc94e5c
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "agentscope-runtime"
3
-version = "1.1.1a1"
+version = "1.1.1"
4
description = "A production-ready runtime framework for agent applications, providing secure sandboxed execution environments and scalable deployment solutions with multi-framework support."
5
readme = "README.md"
6
requires-python = ">=3.10"
@@ -20,7 +20,7 @@ dependencies = [
20
"kubernetes>=33.1.0",
21
"shortuuid>=1.0.13",
22
"celery[redis]>=5.3.1",
23
- "a2a-sdk>=0.3.0",
+ "a2a-sdk>=0.3.0,<1.0.0",
24
"jinja2",
25
"psutil",
26
"dashscope>=1.25.0",
src/agentscope_runtime/version.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
-__version__ = "v1.1.1a1"
+__version__ = "v1.1.1"
0 commit comments