Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [
"linkup-sdk",
"paramiko>=3.4.0",
"linkup-sdk",
"mem0ai==0.1.117",
"mem0ai==2.0.5",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

此 PR 将 mem0ai 升级到 2.0.5,而 PR #3278 将同一依赖升级到 2.0.7。两个 PR 存在冲突,应该只保留一个(建议保留较新的 2.0.7)。另外,从 0.1.x 到 2.x 是 major version bump,需要确认项目代码是否已适配 v2 API。

"pymysql>=1.1.0",
"psycopg2-binary>=2.9.9",
"pymssql>=2.2.11",
Expand Down
Loading