File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
elasticsearch/stac_fastapi/elasticsearch
opensearch/stac_fastapi/opensearch Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8787api = StacApi (
8888 title = os .getenv ("STAC_FASTAPI_TITLE" , "stac-fastapi-elasticsearch" ),
8989 description = os .getenv ("STAC_FASTAPI_DESCRIPTION" , "stac-fastapi-elasticsearch" ),
90- api_version = os .getenv ("STAC_FASTAPI_VERSION" , "5.2.0 " ),
90+ api_version = os .getenv ("STAC_FASTAPI_VERSION" , "4.0.0a2 " ),
9191 settings = settings ,
9292 extensions = extensions ,
9393 client = CoreClient (
Original file line number Diff line number Diff line change 8787api = StacApi (
8888 title = os .getenv ("STAC_FASTAPI_TITLE" , "stac-fastapi-opensearch" ),
8989 description = os .getenv ("STAC_FASTAPI_DESCRIPTION" , "stac-fastapi-opensearch" ),
90- api_version = os .getenv ("STAC_FASTAPI_VERSION" , "5.2.0 " ),
90+ api_version = os .getenv ("STAC_FASTAPI_VERSION" , "4.0.0a2 " ),
9191 settings = settings ,
9292 extensions = extensions ,
9393 client = CoreClient (
You can’t perform that action at this time.
0 commit comments