Skip to content

Commit

Permalink
limiting elasticsearch library to 7.13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Aug 11, 2021
1 parent bf27e8c commit b85c7ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment-py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- certifi
- cmreshandler >1.0.0b4
- docutils
- elasticsearch <7.14
- elasticsearch-dsl
- future
- gitpython >=2.1.0
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- cmreshandler >1.0.0b4
- cachetools <4
- docutils
- elasticsearch <7.14
- elasticsearch-dsl ~=6.3.1
- fts-rest
- future
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ certifi
coverage
docutils
diraccfg
elasticsearch<7.14
elasticsearch-dsl~=6.3.1
CMRESHandler>=1.0.0b4
funcsigs
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ server =
# (it just installs into site-packages)
# arc
CMRESHandler
elasticsearch
elasticsearch <7.14
elasticsearch_dsl
GitPython
ldap3
Expand Down

0 comments on commit b85c7ca

Please sign in to comment.