mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-09 21:49:37 +00:00
fix(test):fix the unit test error on the main
This commit is contained in:
parent
a665295635
commit
23695a07a6
@ -208,7 +208,7 @@ class TestHarnessPackaging:
|
||||
assert "postgres" in optional_dependencies
|
||||
assert optional_dependencies["postgres"] == [
|
||||
"asyncpg>=0.29",
|
||||
"langgraph-checkpoint-postgres>=3.1.0,<3.2",
|
||||
"langgraph-checkpoint-postgres>=3.1.1,<3.2",
|
||||
"psycopg[binary]>=3.3.3",
|
||||
"psycopg-pool>=3.3.0",
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user