Skip to content

Commit c5e2e6e

Browse files
Merge pull request #596 from geoadmin/fix-PB-1785-psycopg
PB-1785: upgrade to psycopg 3.
2 parents c423d39 + fc21da1 commit c5e2e6e

File tree

2 files changed

+395
-346
lines changed

2 files changed

+395
-346
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pytest-xdist = "*"
2828
[packages]
2929
gevent = "~=25.5"
3030
gunicorn = "~=23.0"
31-
psycopg2-binary = "~=2.9"
31+
psycopg = {extras = ["binary"], version = "~=3.2"}
3232
numpy = "~=2.3"
3333
python-dotenv = "~=1.1"
3434
djangorestframework = "~=3.16"

0 commit comments

Comments
 (0)