feat(Agent): ChatAgent And AgentHub

1.Upgrade sqlalchemy to version 2.0
This commit is contained in:
yhjun1026
2023-10-18 17:33:11 +08:00
parent b06dbe3cf7
commit ac4b809b68
34 changed files with 210 additions and 20 deletions

View File

@@ -424,7 +424,7 @@ def default_requires():
"dashscope",
"chardet",
"GitPython",
"alembic",
"alembic==1.12.0",
]
setup_spec.extras["default"] += setup_spec.extras["framework"]
setup_spec.extras["default"] += setup_spec.extras["knowledge"]