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 backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"psycopg2-binary==2.9.10",
"PyJWT>=2.8.0",
"sqlalchemy~=2.0.37",
"greenlet<3.5.0",
"greenlet<3.6.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.

greenlet 上限从 <3.5.0 放宽到 <3.6.0。greenlet 是 SQLAlchemy 的底层依赖,这个 minor version 放宽通常是安全的。但建议确认 greenlet 3.5.x 的 changelog 中是否有影响 SQLAlchemy 协程行为的变更。

"supabase>=2.18.1",
"websocket-client>=1.8.0",
"pyyaml>=6.0.2",
Expand Down
Loading