From 435b68c3dd8ef2000d8b7c17f4556353bc53330f Mon Sep 17 00:00:00 2001 From: Daniel Gaspar Date: Fri, 26 Jan 2024 13:42:31 +0000 Subject: [PATCH] fix: relax packaging dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f12f6c1..2077363 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "odelasticsearch.https = es.opendistro.sqlalchemy:ESHTTPSDialect", ] }, - install_requires=["elasticsearch>7, <7.14", "packaging>=21.0, <22.0", "sqlalchemy"], + install_requires=["elasticsearch>7, <7.14", "packaging>=21.0", "sqlalchemy"], extras_require={"opendistro": ["requests_aws4auth", "boto3"]}, author="Preset Inc.", author_email="daniel@preset.io",