fix(test):fix the unit test error on the main

This commit is contained in:
Willem Jiang 2026-08-11 21:04:55 +08:00
parent a665295635
commit 23695a07a6

View File

@ -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",
]