Skip to content

Commit 2ce5d83

Browse files
committed
v2.1.1 Relax elasticsearch dependency
1 parent 655c476 commit 2ce5d83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(*paths):
2222
NAME = PACKAGE.replace('_', '-')
2323
INSTALL_REQUIRES = [
2424
'six>=1.9',
25-
'elasticsearch>=7.0,<7.14',
25+
'elasticsearch>=7.0,<9.0',
2626
]
2727
TESTS_REQUIRE = [
2828
'coverage',

tableschema_elasticsearch/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

0 commit comments

Comments
 (0)