Skip to content

Commit 42c0bb9

Browse files
authored
pyproject: accept the regular flavor of psycopg (#1462)
Don't force the use of the `binary` package. It may not be available (e.g Python 3.13 Linux).
1 parent cda242a commit 42c0bb9

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
@@ -30,7 +30,7 @@ dependencies = [
3030
'langchain-ollama~=0.2.1',
3131
'launchdarkly-server-sdk~=8.3.0',
3232
'protobuf~=5.28.2',
33-
'psycopg[binary]~=3.1.8',
33+
'psycopg~=3.1.8',
3434
'PyDrive2~=1.20.0',
3535
'pydantic==2.*',
3636
'pytz',

0 commit comments

Comments
 (0)