Skip to content

Commit a26b779

Browse files
Merge 4ea2544 into b47e71f
2 parents b47e71f + 4ea2544 commit a26b779

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change log
22

3+
### 0.2.5
4+
5+
- fix: Bump packaging [Beto Dealmeida]
6+
37
### 0.2.4
48

59
- fix: Bump urllib3 from 1.25.6 to 1.26.5 (#64) [dependabot]

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import find_packages, setup
55

6-
VERSION = "0.2.4"
6+
VERSION = "0.2.5"
77
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
88

99
with io.open("README.md", "r", encoding="utf-8") as f:
@@ -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", "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)