Skip to content

Commit 70ba3f2

Browse files
authored
chore: Add psycopg binary as a dependency (#254)
1 parent 7fee427 commit 70ba3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"asyncpg>=0.30.0",
1212
"langchain-core>=0.2.13,<0.4.0",
1313
"pgvector>=0.2.5,<0.4",
14-
"psycopg>=3,<4",
14+
"psycopg[binary]>=3,<4",
1515
"psycopg-pool>=3.2.1,<4",
1616
"sqlalchemy[asyncio]>=2,<3",
1717
"numpy>=1.21,<3",

0 commit comments

Comments
 (0)