We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e63278 commit 68869deCopy full SHA for 68869de
datamodel/version.py
@@ -3,7 +3,7 @@
3
__title__ = 'python-datamodel'
4
__description__ = ('simple library based on python +3.8 to use Dataclass-syntax'
5
'for interacting with Data')
6
-__version__ = '0.3.14'
+__version__ = '0.3.15'
7
__author__ = 'Jesus Lara'
8
__author_email__ = '[email protected]'
9
__license__ = 'BSD'
setup.py
@@ -142,7 +142,7 @@ def readme():
142
"faust-cchardet==2.1.18",
143
"objectpath==0.6.1",
144
"orjson==3.8.10",
145
- 'typing_extensions==4.5.0',
+ 'typing_extensions==4.8.0',
146
"asyncpg==0.27.0",
147
"python-dateutil==2.8.2",
148
"pendulum==2.1.2"
0 commit comments