Skip to content

Commit

Permalink
bump version of typing-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Oct 20, 2023
1 parent e427895 commit afeff12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asyncdb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = '[email protected]'
__license__ = 'BSD'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit afeff12

Please sign in to comment.