Skip to content

Commit 2ffa321

Browse files
committed
upgraded version of typing extensions
1 parent 6a2916a commit 2ffa321

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

datamodel/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__title__ = 'python-datamodel'
55
__description__ = ('simple library based on python +3.8 to use Dataclass-syntax'
66
'for interacting with Data')
7-
__version__ = '0.6.26'
7+
__version__ = '0.6.27'
88
__author__ = 'Jesus Lara'
99
__author_email__ = '[email protected]'
1010
__license__ = 'BSD'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ def readme():
143143
"ciso8601==2.3.1",
144144
"objectpath==0.6.1",
145145
"orjson==3.10.3",
146-
'typing_extensions==4.9.0',
147-
"asyncpg==0.29.0",
146+
'typing_extensions>=4.9.0',
147+
"asyncpg>=0.29.0",
148148
"python-dateutil==2.8.2",
149149
"pendulum==3.0.0",
150150
"python-slugify==8.0.1"

0 commit comments

Comments
 (0)