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 68869de commit 885bb03Copy full SHA for 885bb03
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.15'
+__version__ = '0.4.0'
7
__author__ = 'Jesus Lara'
8
__author_email__ = '[email protected]'
9
__license__ = 'BSD'
setup.py
@@ -141,9 +141,9 @@ def readme():
141
"asyncio==3.4.3",
142
"faust-cchardet==2.1.18",
143
"objectpath==0.6.1",
144
- "orjson==3.8.10",
+ "orjson==3.9.9",
145
'typing_extensions==4.8.0',
146
- "asyncpg==0.27.0",
+ "asyncpg==0.28.0",
147
"python-dateutil==2.8.2",
148
"pendulum==2.1.2"
149
],
0 commit comments