Fix agentscope-runtime version to 0.1.6 (#31)
This commit is contained in:
@@ -47,7 +47,7 @@ dependencies = [
|
|||||||
"opentelemetry-instrumentation-sqlalchemy==0.48b0",
|
"opentelemetry-instrumentation-sqlalchemy==0.48b0",
|
||||||
"opentelemetry-instrumentation-redis==0.48b0",
|
"opentelemetry-instrumentation-redis==0.48b0",
|
||||||
"sentry-sdk[fastapi]===2.30.0",
|
"sentry-sdk[fastapi]===2.30.0",
|
||||||
"agentscope-runtime>=0.1.6",
|
"agentscope-runtime==0.1.6",
|
||||||
"aiosqlite>=0.21.0",
|
"aiosqlite>=0.21.0",
|
||||||
"asyncpg>=0.30.0"
|
"asyncpg>=0.30.0"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
pyyaml>=6.0.2
|
pyyaml>=6.0.2
|
||||||
quart>=0.8.0
|
quart>=0.8.0
|
||||||
quart-cors>=0.8.0
|
quart-cors>=0.8.0
|
||||||
agentscope-runtime>=0.1.6
|
agentscope-runtime==0.1.6
|
||||||
agentscope[full]>=1.0.5
|
agentscope[full]>=1.0.5
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
flask>=3.1.2
|
flask>=3.1.2
|
||||||
flask_cors>=6.0.1
|
flask_cors>=6.0.1
|
||||||
agentscope-runtime>=0.1.5
|
agentscope-runtime==0.1.6
|
||||||
agentscope-runtime[agentscope]
|
agentscope-runtime[agentscope]
|
||||||
flask_sqlalchemy>=3.1.1
|
flask_sqlalchemy>=3.1.1
|
||||||
@@ -7,4 +7,4 @@ langgraph-api>=0.4.43
|
|||||||
dashscope>=1.24.6
|
dashscope>=1.24.6
|
||||||
openai>=2.4.0
|
openai>=2.4.0
|
||||||
pandas>=2.3.3
|
pandas>=2.3.3
|
||||||
agentscope-runtime>=0.1.5
|
agentscope-runtime==0.1.6
|
||||||
Reference in New Issue
Block a user