We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
psycopg
1 parent 0b8ecde commit fd2b5ecCopy full SHA for fd2b5ec
2 files changed
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
21
services:
22
postgres:
23
- image: postgis/postgis:12-3.2
+ image: postgis/postgis:18-3.6
24
env:
25
POSTGRES_PASSWORD: postgres
26
POSTGRES_DB: test
pyproject.toml
@@ -35,7 +35,7 @@ classifiers = [
35
dependencies = [
36
"click>=6.0",
37
"emmett-core[granian,rapidjson]~=1.3.0",
38
- "emmett-pydal==17.3.2",
+ "emmett-pydal==17.3.3",
39
"pendulum~=3.0",
40
"pyyaml~=6.0",
41
"renoir~=1.6",
@@ -136,6 +136,6 @@ dev-dependencies = [
136
"ipaddress>=1.0",
137
"pytest>=7.1",
138
"pytest-asyncio>=0.15",
139
- "psycopg2-binary~=2.9",
+ "psycopg[binary]~=3.3",
140
"ruff~=0.11.0",
141
]
0 commit comments