Skip to content

Commit 68869de

Browse files
committed
bump version of typing-extensions
1 parent 7e63278 commit 68869de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datamodel/version.py

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def readme():
142142
"faust-cchardet==2.1.18",
143143
"objectpath==0.6.1",
144144
"orjson==3.8.10",
145-
'typing_extensions==4.5.0',
145+
'typing_extensions==4.8.0',
146146
"asyncpg==0.27.0",
147147
"python-dateutil==2.8.2",
148148
"pendulum==2.1.2"

0 commit comments

Comments
 (0)