Skip to content

Commit d5c9d6c

Browse files
upgrade to use pgstac/pypgstac 0.4.3 (#326)
Co-authored-by: Jeff Albrecht <[email protected]>
1 parent 6990df1 commit d5c9d6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
([#213](https://github.com/stac-utils/stac-fastapi/pull/213))
1111
* Change example data to use correct `type` for the example Joplin collection ([#314](https://github.com/stac-utils/stac-fastapi/pull/314))
1212
* Changed the geometry type in the Item model from Polygon to Geometry.
13-
* Upgrade pgstac backend to use version 0.4.2 ([#321](https://github.com/stac-utils/stac-fastapi/pull/321))
13+
* Upgrade pgstac backend to use version 0.4.3 ([#321](https://github.com/stac-utils/stac-fastapi/pull/321))
1414

1515
### Removed
1616

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ services:
7070

7171
database:
7272
container_name: stac-db
73-
image: ghcr.io/stac-utils/pgstac:v0.4.2
73+
image: ghcr.io/stac-utils/pgstac:v0.4.3
7474
environment:
7575
- POSTGRES_USER=username
7676
- POSTGRES_PASSWORD=password

stac_fastapi/pgstac/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"pytest-asyncio",
2626
"pre-commit",
2727
"requests",
28-
"pypgstac==0.4.2",
28+
"pypgstac==0.4.3",
2929
"httpx",
3030
"shapely",
3131
],

0 commit comments

Comments
 (0)