Skip to content

Commit 10e8f90

Browse files
authored
fix: unpin packaging dependency (#77)
1 parent 470f67c commit 10e8f90

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
#
55
# pip-compile
66
#
7+
certifi==2021.10.8
8+
# via elasticsearch
79
elasticsearch==7.13.4
810
# via elasticsearch-dbapi (setup.py)
911
greenlet==1.0.0
1012
# via sqlalchemy
1113
importlib-metadata==4.0.0
1214
# via sqlalchemy
13-
packaging==20.9
15+
packaging==21.3
1416
# via elasticsearch-dbapi (setup.py)
1517
pyparsing==2.4.7
1618
# via packaging

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, <7.14", "packaging==21.0", "sqlalchemy"],
31+
install_requires=["elasticsearch>7, <7.14", "packaging>=21.0, <22.0", "sqlalchemy"],
3232
extras_require={"opendistro": ["requests_aws4auth", "boto3"]},
3333
author="Preset Inc.",
3434
author_email="[email protected]",

0 commit comments

Comments
 (0)