Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

## [unreleased]

* update pgstac to 0.9.9
* update eoapi-cdk version to `10.4.2`

## [0.3.2] - 2025-10-30

* enable SnapStart on lambda functions
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ services:
- ./dockerfiles/scripts:/tmp/scripts

database:
image: ghcr.io/stac-utils/pgstac:v0.9.8
image: ghcr.io/stac-utils/pgstac:v0.9.9
environment:
- POSTGRES_USER=username
- POSTGRES_PASSWORD=password
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def __init__(
"context": True,
"mosaic_index": True,
},
pgstac_version="0.9.8",
pgstac_version="0.9.9",
)

# allow connections from any ipv4 to pgbouncer instance security group
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = []
[dependency-groups]
deploy = [
"boto3==1.24.15",
"eoapi-cdk==10.3.0",
"eoapi-cdk==10.4.2",
"pydantic-settings[yaml]==2.2.1",
"pydantic==2.7",
"typing-extensions>=4.12.2",
Expand All @@ -18,7 +18,7 @@ dev = [
"httpx>=0.28.1",
"pre-commit>=4.1.0",
"psycopg[pool]>=3.2.4",
"pypgstac==0.9.8",
"pypgstac==0.9.9",
"pytest>=8.3.4",
"bump-my-version"
]
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.