-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
I am attempting to upgrade from stac-fastapi v3 backed by pgstac to v4, resulting a diff like so in pyproject.toml (using Poetry):
-"stac-fastapi.api" = ">=3, <4"
-"stac-fastapi.types" = ">=3, <4"
-"stac-fastapi.extensions" = ">=3, <4"
-"stac-fastapi.pgstac" = ">=3, <4"
+"stac-fastapi.api" = ">=4, <5"
+"stac-fastapi.types" = ">=4, <5"
+"stac-fastapi.extensions" = ">=4, <5"
+"stac-fastapi.pgstac" = ">=4, <5"However, dependencies are failing to resolve since it appears to be the case that all stac-fastapi-pgstac v4 versions depends on stac-fastapi 5+:
- https://github.com/stac-utils/stac-fastapi-pgstac/blob/4.0.0/setup.py
- https://github.com/stac-utils/stac-fastapi-pgstac/blob/4.0.1/setup.py
- https://github.com/stac-utils/stac-fastapi-pgstac/blob/4.0.2/setup.py
- https://github.com/stac-utils/stac-fastapi-pgstac/blob/4.0.3/setup.py
Is it possible to use stac-fastapi-pgstac v4.* with stac-fastapi v4.*? I can't seem to find any version of stac-fastapi-pgstac that accepts stac-fastapi v4.
If this is an oversight, would it be possible to publish a new patch version 4.0.4 of stac-fastapi-pgstac that allows usage of stac-fastapi v4+?
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels