We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fee427 commit 70ba3f2Copy full SHA for 70ba3f2
pyproject.toml
@@ -11,7 +11,7 @@ dependencies = [
11
"asyncpg>=0.30.0",
12
"langchain-core>=0.2.13,<0.4.0",
13
"pgvector>=0.2.5,<0.4",
14
- "psycopg>=3,<4",
+ "psycopg[binary]>=3,<4",
15
"psycopg-pool>=3.2.1,<4",
16
"sqlalchemy[asyncio]>=2,<3",
17
"numpy>=1.21,<3",
0 commit comments