Skip to content

Commit 63e4d32

Browse files
committed
update es python, opensearch
1 parent ecf0037 commit 63e4d32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

stac_fastapi/elasticsearch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
install_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
]

0 commit comments

Comments
 (0)