Fix agentscope-runtime version to 0.1.6 (#31)

This commit is contained in:
Lamont Huffman
2025-11-07 10:38:51 +08:00
committed by GitHub
parent 1558fb86f9
commit 120ca6d814
4 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ dependencies = [
"opentelemetry-instrumentation-sqlalchemy==0.48b0",
"opentelemetry-instrumentation-redis==0.48b0",
"sentry-sdk[fastapi]===2.30.0",
"agentscope-runtime>=0.1.6",
"agentscope-runtime==0.1.6",
"aiosqlite>=0.21.0",
"asyncpg>=0.30.0"
]