refactor: update agentscope[full] to 1.0.11 (#92)

This commit is contained in:
MeiXin Chen
2026-01-09 17:03:35 +08:00
committed by GitHub
parent fe4b7f53b0
commit 72991cdddb
15 changed files with 312 additions and 190 deletions

View File

@@ -31,7 +31,7 @@ dependencies = [
"elasticsearch>=9.0.0",
"jinja2>=3.1.6",
"bcrypt==4.0.1",
"agentscope[full]==1.0.7",
"agentscope[full]==1.0.11",
"tenacity>=8.5.0",
"apscheduler>=3.11.0",
"chardet>=5.2.0",
@@ -42,7 +42,7 @@ dependencies = [
"alembic>=1.16.1",
"openpyxl>=3.1.5",
"sentry-sdk[fastapi]===2.30.0",
"agentscope-runtime==0.2.0",
"agentscope-runtime>=1.0.0",
"aiosqlite>=0.21.0",
"asyncpg>=0.30.0",
"itsdangerous>=2.2.0"