diff --git a/CHANGES.md b/CHANGES.md index 6b96035..26a9152 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,8 +3,7 @@ ## [Unreleased] - Fix Docker compose file, so example data can be loaded into database (author @zstatmanweil, https://github.com/stac-utils/stac-fastapi-pgstac/pull/142) -- Handle `next` and `dev` tokens now returned as links from pgstac>=0.9.0 - +- Handle `next` and `dev` tokens now returned as links from pgstac>=0.9.0 (author @zstatmanweil, https://github.com/stac-utils/stac-fastapi-pgstac/pull/140) - Fix `filter` extension implementation in `CoreCrudClient` ## [3.0.0] - 2024-08-02 diff --git a/setup.py b/setup.py index 76b5289..3736af0 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ extra_reqs = { "dev": [ "pystac[validation]", - "pypgstac[psycopg]==0.8.*", + "pypgstac[psycopg]==0.9.*", "pytest-postgresql", "pytest", "pytest-cov",