feat(Agent): ChatAgent And AgentHub

1.Upgrade sqlalchemy to version 2.0
This commit is contained in:
yhjun1026
2023-10-16 12:00:46 +08:00
parent 1c90cbc64c
commit 0e8fe405b1
5 changed files with 9 additions and 6 deletions

View File

@@ -308,7 +308,7 @@ def core_requires():
"auto-gpt-plugin-template",
"gTTS==2.3.1",
"langchain>=0.0.286",
"SQLAlchemy",
"SQLAlchemy==2.0.22",
"pymysql",
"duckdb==0.8.1",
"duckdb-engine",