From a9678110f87be0f8e46d6b47ffd79d3b4dcb9d71 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Fri, 8 Aug 2025 08:10:59 -0600 Subject: [PATCH] feat!: bump stac-fastapi-pgstac dependency This gets us a lot of stuff, including the ability to enable transaction extension via envvar, disabling transaction extensions by default, and better CORS configuration. For a full list: https://github.com/stac-utils/stac-fastapi-pgstac/releases/tag/6.0.0. This is breaking on the **pgstac** envvar renames. --- lib/stac-api/runtime/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stac-api/runtime/requirements.txt b/lib/stac-api/runtime/requirements.txt index 4694503..c92801c 100644 --- a/lib/stac-api/runtime/requirements.txt +++ b/lib/stac-api/runtime/requirements.txt @@ -1,2 +1,2 @@ -stac-fastapi-pgstac[awslambda]>=5.0,<5.1 +stac-fastapi-pgstac[awslambda]>=6.0,<6.1 starlette-cramjam>=0.4,<0.5