Skip to content

Commit b06c9c0

Browse files
Merge pull request #51 from developmentseed/feat/pgstac-v0.9.7
feat: upgrade to pgstac==0.9.7
2 parents e0a6fcc + 8bfa598 commit b06c9c0

File tree

4 files changed

+297
-294
lines changed

4 files changed

+297
-294
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ services:
144144
- ./dockerfiles/scripts:/tmp/scripts
145145

146146
database:
147-
image: ghcr.io/stac-utils/pgstac:v0.9.3
147+
image: ghcr.io/stac-utils/pgstac:v0.9.8
148148
environment:
149149
- POSTGRES_USER=username
150150
- POSTGRES_PASSWORD=password

infrastructure/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def __init__(
127127
"context": True,
128128
"mosaic_index": True,
129129
},
130-
pgstac_version="0.9.3",
130+
pgstac_version="0.9.8",
131131
)
132132

133133
# allow connections from any ipv4 to pgbouncer instance security group

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dev = [
1919
"httpx>=0.28.1",
2020
"pre-commit>=4.1.0",
2121
"psycopg[pool]>=3.2.4",
22-
"pypgstac==0.9.3",
22+
"pypgstac==0.9.8",
2323
"pytest>=8.3.4",
2424
]
2525
load = [

0 commit comments

Comments
 (0)