Skip to content
Open
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 @@ -19,7 +19,7 @@ classifiers = [
dependencies = [
"aiofiles>=24.1.0",
"elasticsearch==8.17.2",
"exa_py==1.14.0",
"exa_py==2.14.0",

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.

exa_py 从 1.14.0 升级到 2.14.0 是 major version bump,很可能包含 breaking API changes。Dependabot 只修改了版本号,没有更新调用 exa_py 的代码。请确认项目中是否有使用 exa_py 的代码需要适配 v2 API,并在合并前跑一遍相关测试。

"httpx[socks]>=0.28.1",
"numpy>=1.26.4",
"openai>=1.69.0",
Expand Down
Loading