Skip to content

Commit

Permalink
Upgrade ES dependencies to match cluster version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Sep 15, 2023
1 parent 9e63905 commit 2105137
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 259 deletions.
3 changes: 2 additions & 1 deletion api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ django-tqdm = "~=1.3"
django-uuslug = "~=2.0"
djangorestframework = "~=3.14"
drf-spectacular = "*"
elasticsearch-dsl = "~=7.4"
elasticsearch = "==8.8.2"
elasticsearch-dsl = "~=8.9"
future = "~=0.18"
gunicorn = "~=21.2"
limit = "~=0.2"
Expand Down
Loading

0 comments on commit 2105137

Please sign in to comment.