File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
__title__ = 'python-datamodel'
5
5
__description__ = ('simple library based on python +3.8 to use Dataclass-syntax'
6
6
'for interacting with Data' )
7
- __version__ = '0.7.2 '
7
+ __version__ = '0.7.3 '
8
8
__author__ = 'Jesus Lara'
9
9
__author_email__ = '[email protected] '
10
10
__license__ = 'BSD'
Original file line number Diff line number Diff line change @@ -137,15 +137,15 @@ def readme():
137
137
],
138
138
install_requires = [
139
139
"numpy>=1.26.4" ,
140
- "uvloop>=0.20 .0" ,
140
+ "uvloop>=0.21 .0" ,
141
141
"asyncio==3.4.3" ,
142
142
"faust-cchardet==2.1.19" ,
143
143
"ciso8601==2.3.1" ,
144
144
"objectpath==0.6.1" ,
145
- "orjson==3.10.7 " ,
145
+ "orjson==3.10.11 " ,
146
146
'typing_extensions>=4.9.0' ,
147
147
"asyncpg>=0.29.0" ,
148
- "python-dateutil= =2.8.2" ,
148
+ "python-dateutil> =2.8.2" ,
149
149
"pendulum==3.0.0" ,
150
150
"python-slugify==8.0.1"
151
151
],
You can’t perform that action at this time.
0 commit comments