Skip to content

Commit

Permalink
feat: Upgrade to elasticsearch 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Upgrade to elasticsearch 8
  • Loading branch information
jrdh committed Nov 1, 2023
1 parent 42d5040 commit 0061807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- "./docs:/usr/src/app/docs"

es:
image: elasticsearch:7.17.10
image: elasticsearch:8.10.2
environment:
- "discovery.type=single-node"
- "ES_JAVA_OPTS=-Xms2g -Xmx2g"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ classifiers = [
dependencies = [
# TODO: switch to pypi once stable
"splitgill@git+https://github.com/NaturalHistoryMuseum/splitgill@josh/vNext",
"elasticsearch>=7.0.0,<8.0.0",
"elasticsearch-dsl>=7.0.0,<8.0.0",
"elasticsearch==8.10.1",
"elasticsearch-dsl==8.9.0",
"pymongo==4.4.1",
"plyvel==1.5.0",
"cytoolz==0.12.2",
Expand Down

0 comments on commit 0061807

Please sign in to comment.