Skip to content

How to use stac-fastapi-pgstac with stac-fastapi v4? #224

@pcaisse

Description

@pcaisse

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+:

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions