-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Currently, stac-fastapi-pgstac==5.0.2 pins stac_pydantic==3.1.*, which conflicts with dependencies requiring stac_pydantic>=3.3. Please consider updating the stac_pydantic requirement to support newer versions. Using the main branch works, but a new release with updated dependencies would be helpful.
I am facing this error :
"Because stac-fastapi-pgstac (5.0.2) depends on stac_pydantic (==3.1.)
and no versions of stac-fastapi-pgstac match >5.0.2,<6.0.0, stac-fastapi-pgstac (>=5.0.2,<6.0.0) requires stac_pydantic (==3.1.).
And because rs-server-common (0.2a13.post84.dev0) @ file:///home/abutu/cs-projects/rs-python/rs-server/services/common depends on stac-fastapi-pgstac (^5.0.2), rs-server-common (0.2a13.post84.dev0) @ file:///home/abutu/cs-projects/rs-python/rs-server/services/common requires stac_pydantic (==3.1.*).
So, because rs-server depends on rs-server-common (0.2a13.post84.dev0) @ file:///home/abutu/cs-projects/rs-python/rs-server/services/common which depends on stac-pydantic (3.3.1), version solving failed."
Thanks!