Skip to content

Commit fd2b5ec

Browse files
committed
Fix psycopg 3 driver args
1 parent 0b8ecde commit fd2b5ec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
services:
2222
postgres:
23-
image: postgis/postgis:12-3.2
23+
image: postgis/postgis:18-3.6
2424
env:
2525
POSTGRES_PASSWORD: postgres
2626
POSTGRES_DB: test

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
dependencies = [
3636
"click>=6.0",
3737
"emmett-core[granian,rapidjson]~=1.3.0",
38-
"emmett-pydal==17.3.2",
38+
"emmett-pydal==17.3.3",
3939
"pendulum~=3.0",
4040
"pyyaml~=6.0",
4141
"renoir~=1.6",
@@ -136,6 +136,6 @@ dev-dependencies = [
136136
"ipaddress>=1.0",
137137
"pytest>=7.1",
138138
"pytest-asyncio>=0.15",
139-
"psycopg2-binary~=2.9",
139+
"psycopg[binary]~=3.3",
140140
"ruff~=0.11.0",
141141
]

0 commit comments

Comments
 (0)