Skip to content

Commit f873914

Browse files
committed
PB-1836: update psycopg to v3.2
1 parent e10cbee commit f873914

File tree

3 files changed

+164
-129
lines changed

3 files changed

+164
-129
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ logging-utilities = "~=5.0"
1414
python-dotenv = "~=1.1"
1515
shapely = "~=2.1"
1616
pyproj = "~=3.7"
17-
psycopg2-binary = "~=2.9"
17+
psycopg = {extras = ["binary"], version = "~=3.2"}
1818

1919
[dev-packages]
2020
gatilegrid = "*"

0 commit comments

Comments
 (0)