Skip to content

Commit 9a42fd1

Browse files
authored
fix(stac): resolve duplicated root path bug (#498)
### Issue stac-utils/stac-fastapi-pgstac#262 NASA-IMPACT/veda-architecture#632 ### What? - Upgrade stac-fastapi.pgstac to root_path fix version to resolve duplicated root path in self and next links. ### Testing? - Deployed to test instance and confirmed that dynamic urls do not contain duplicated paths.
2 parents 4216a67 + fe8f47c commit 9a42fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_api/runtime/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"stac-fastapi.api~=5.0",
1313
"stac-fastapi.types~=5.0",
1414
"stac-fastapi.extensions~=5.0",
15-
"stac-fastapi.pgstac~=5.0",
15+
"stac-fastapi.pgstac>=5.0.3,<6.0",
1616
"jinja2>=2.11.2,<4.0.0",
1717
"starlette-cramjam>=0.3.2,<0.4",
1818
"importlib_resources>=1.1.0;python_version<='3.11'", # https://github.com/cogeotiff/rio-tiler/pull/379

0 commit comments

Comments
 (0)