File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
stac_fastapi/elasticsearch Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 - 9200:9200
3434
3535 opensearch_2_11 :
36- image : opensearchproject/opensearch:2.11.1
36+ image : opensearchproject/opensearch:2.19.3
3737 env :
3838 cluster.name : stac-cluster
3939 node.name : os01
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ services:
8484
8585 opensearch :
8686 container_name : os-container
87- image : opensearchproject/opensearch:${OPENSEARCH_VERSION:-2.11.1 }
87+ image : opensearchproject/opensearch:${OPENSEARCH_VERSION:-2.19.3 }
8888 hostname : opensearch
8989 environment :
9090 - discovery.type=single-node
Original file line number Diff line number Diff line change 88install_requires = [
99 "stac-fastapi-core==6.5.1" ,
1010 "sfeos-helpers==6.5.1" ,
11- "elasticsearch[async]~=8.18.0 " ,
11+ "elasticsearch[async]~=8.19.1 " ,
1212 "uvicorn~=0.23.0" ,
1313 "starlette>=0.35.0,<0.36.0" ,
1414]
You can’t perform that action at this time.
0 commit comments