Skip to content

Commit

Permalink
fix: bump min version of elastic search (#21274)
Browse files Browse the repository at this point in the history
* dataset exists error

* change min version of elasticsearch
  • Loading branch information
AAfghahi committed Aug 31, 2022
1 parent 3f2e894 commit 9c4ae2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def get_git_sha() -> str:
"drill": ["sqlalchemy-drill==0.1.dev"],
"druid": ["pydruid>=0.6.1,<0.7"],
"solr": ["sqlalchemy-solr >= 0.2.0"],
"elasticsearch": ["elasticsearch-dbapi>=0.2.0, <0.3.0"],
"elasticsearch": ["elasticsearch-dbapi>=0.2.9, <0.3.0"],
"exasol": ["sqlalchemy-exasol >= 2.4.0, <3.0"],
"excel": ["xlrd>=1.2.0, <1.3"],
"firebird": ["sqlalchemy-firebird>=0.7.0, <0.8"],
Expand Down

0 comments on commit 9c4ae2a

Please sign in to comment.