Skip to content

Commit d3b9c43

Browse files
authored
feat: upgrade pgstac and eoapi-cdk versions (#57)
1 parent 089cc66 commit d3b9c43

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

CHANGE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66

7+
* update pgstac to 0.9.9
8+
* update eoapi-cdk version to `10.4.2`
9+
710
## [0.3.2] - 2025-10-30
811

912
* enable SnapStart on lambda functions

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.8
147+
image: ghcr.io/stac-utils/pgstac:v0.9.9
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.8",
130+
pgstac_version="0.9.9",
131131
)
132132

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = []
99
[dependency-groups]
1010
deploy = [
1111
"boto3==1.24.15",
12-
"eoapi-cdk==10.3.0",
12+
"eoapi-cdk==10.4.2",
1313
"pydantic-settings[yaml]==2.2.1",
1414
"pydantic==2.7",
1515
"typing-extensions>=4.12.2",
@@ -18,7 +18,7 @@ dev = [
1818
"httpx>=0.28.1",
1919
"pre-commit>=4.1.0",
2020
"psycopg[pool]>=3.2.4",
21-
"pypgstac==0.9.8",
21+
"pypgstac==0.9.9",
2222
"pytest>=8.3.4",
2323
"bump-my-version"
2424
]

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)