File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed
stac_fastapi/elasticsearch Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 environment :
1010 - STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
1111 - STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Elasticsearch backend
12- - STAC_FASTAPI_VERSION=4.0.0a1
12+ - STAC_FASTAPI_VERSION=4.0.0a2
1313 - APP_HOST=0.0.0.0
1414 - APP_PORT=8080
1515 - RELOAD=true
@@ -41,7 +41,7 @@ services:
4141 environment :
4242 - STAC_FASTAPI_TITLE=stac-fastapi-opensearch
4343 - STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend
44- - STAC_FASTAPI_VERSION=4.0.0a1
44+ - STAC_FASTAPI_VERSION=4.0.0a2
4545 - APP_HOST=0.0.0.0
4646 - APP_PORT=8082
4747 - RELOAD=true
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 environment :
1010 - STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
1111 - STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Elasticsearch backend
12- - STAC_FASTAPI_VERSION=4.0.0a1
12+ - STAC_FASTAPI_VERSION=4.0.0a2
1313 - APP_HOST=0.0.0.0
1414 - APP_PORT=8080
1515 - RELOAD=true
@@ -42,7 +42,7 @@ services:
4242 environment :
4343 - STAC_FASTAPI_TITLE=stac-fastapi-opensearch
4444 - STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend
45- - STAC_FASTAPI_VERSION=4.0.0a1
45+ - STAC_FASTAPI_VERSION=4.0.0a2
4646 - APP_HOST=0.0.0.0
4747 - APP_PORT=8082
4848 - RELOAD=true
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 environment :
1010 - STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
1111 - STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Elasticsearch backend
12- - STAC_FASTAPI_VERSION=4.0.0a1
12+ - STAC_FASTAPI_VERSION=4.0.0a2
1313 - APP_HOST=0.0.0.0
1414 - APP_PORT=8080
1515 - RELOAD=true
@@ -43,7 +43,7 @@ services:
4343 environment :
4444 - STAC_FASTAPI_TITLE=stac-fastapi-opensearch
4545 - STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend
46- - STAC_FASTAPI_VERSION=4.0.0a1
46+ - STAC_FASTAPI_VERSION=4.0.0a2
4747 - APP_HOST=0.0.0.0
4848 - APP_PORT=8082
4949 - RELOAD=true
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 environment :
1010 - STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
1111 - STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Elasticsearch backend
12- - STAC_FASTAPI_VERSION=4.0.0a1
12+ - STAC_FASTAPI_VERSION=4.0.0a2
1313 - APP_HOST=0.0.0.0
1414 - APP_PORT=8080
1515 - RELOAD=true
@@ -42,7 +42,7 @@ services:
4242 environment :
4343 - STAC_FASTAPI_TITLE=stac-fastapi-opensearch
4444 - STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend
45- - STAC_FASTAPI_VERSION=4.0.0a1
45+ - STAC_FASTAPI_VERSION=4.0.0a2
4646 - APP_HOST=0.0.0.0
4747 - APP_PORT=8082
4848 - RELOAD=true
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 environment :
1010 - STAC_FASTAPI_TITLE=stac-fastapi-elasticsearch
1111 - STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Elasticsearch backend
12- - STAC_FASTAPI_VERSION=4.0.0a1
12+ - STAC_FASTAPI_VERSION=4.0.0a2
1313 - APP_HOST=0.0.0.0
1414 - APP_PORT=8080
1515 - RELOAD=true
@@ -42,7 +42,7 @@ services:
4242 environment :
4343 - STAC_FASTAPI_TITLE=stac-fastapi-opensearch
4444 - STAC_FASTAPI_DESCRIPTION=A STAC FastAPI with an Opensearch backend
45- - STAC_FASTAPI_VERSION=4.0.0a1
45+ - STAC_FASTAPI_VERSION=4.0.0a2
4646 - APP_HOST=0.0.0.0
4747 - APP_PORT=8082
4848 - RELOAD=true
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "4.0.0a1 "
2+ __version__ = "4.0.0a2 "
Original file line number Diff line number Diff line change 66 desc = f .read ()
77
88install_requires = [
9- "stac-fastapi-core==4.0.0a1 " ,
9+ "stac-fastapi-core==4.0.0a2 " ,
1010 "elasticsearch[async]~=8.18.0" ,
1111 "uvicorn~=0.23.0" ,
1212 "starlette>=0.35.0,<0.36.0" ,
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "4.0.0a1 "
2+ __version__ = "4.0.0a2 "
Original file line number Diff line number Diff line change 66 desc = f .read ()
77
88install_requires = [
9- "stac-fastapi-core==4.0.0a1 " ,
9+ "stac-fastapi-core==4.0.0a2 " ,
1010 "opensearch-py~=2.8.0" ,
1111 "opensearch-py[async]~=2.8.0" ,
1212 "uvicorn~=0.23.0" ,
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "4.0.0a1 "
2+ __version__ = "4.0.0a2 "
You can’t perform that action at this time.
0 commit comments