diff --git a/asyncdb/version.py b/asyncdb/version.py index cec92062..7791cb9c 100644 --- a/asyncdb/version.py +++ b/asyncdb/version.py @@ -3,7 +3,7 @@ __title__ = 'asyncdb' __description__ = ('Library for Asynchronous data source connections ' 'Collection of asyncio drivers.') -__version__ = '2.5.3' +__version__ = '2.5.4' __author__ = 'Jesus Lara' __author_email__ = 'jesuslarag@gmail.com' __license__ = 'BSD' diff --git a/setup.py b/setup.py index e2c3697f..c8acbe41 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ def readme(): "xlrd==2.0.1", "openpyxl==3.1.2", "lz4==4.3.2", - "typing_extensions==4.5.0", + "typing_extensions==4.8.0", "urllib3==1.26.14", "charset-normalizer>=2.0.7", "ciso8601==2.3.0",