Skip to content

Commit 3a72fff

Browse files
authored
Merge f853361 into 02959e9
2 parents 02959e9 + f853361 commit 3a72fff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile
66
#
7-
elasticsearch==7.0.5
7+
elasticsearch==7.13.4
88
# via elasticsearch-dbapi (setup.py)
99
greenlet==1.0.0
1010
# via sqlalchemy

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"odelasticsearch.https = es.opendistro.sqlalchemy:ESHTTPSDialect",
2929
]
3030
},
31-
install_requires=["elasticsearch>7", "packaging==21.0", "sqlalchemy"],
31+
install_requires=["elasticsearch>7, <7.14", "packaging==21.0", "sqlalchemy"],
3232
extras_require={"opendistro": ["requests_aws4auth", "boto3"]},
3333
author="Preset Inc.",
3434
author_email="[email protected]",

0 commit comments

Comments
 (0)