Skip to content

Commit 3054e6f

Browse files
committed
upgraded version of libraries
1 parent 90a90f5 commit 3054e6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.7.2'
7+
__version__ = '0.7.3'
88
__author__ = 'Jesus Lara'
99
__author_email__ = '[email protected]'
1010
__license__ = 'BSD'

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,15 @@ def readme():
137137
],
138138
install_requires=[
139139
"numpy>=1.26.4",
140-
"uvloop>=0.20.0",
140+
"uvloop>=0.21.0",
141141
"asyncio==3.4.3",
142142
"faust-cchardet==2.1.19",
143143
"ciso8601==2.3.1",
144144
"objectpath==0.6.1",
145-
"orjson==3.10.7",
145+
"orjson==3.10.11",
146146
'typing_extensions>=4.9.0',
147147
"asyncpg>=0.29.0",
148-
"python-dateutil==2.8.2",
148+
"python-dateutil>=2.8.2",
149149
"pendulum==3.0.0",
150150
"python-slugify==8.0.1"
151151
],

0 commit comments

Comments
 (0)