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 6a2916a commit 2ffa321Copy full SHA for 2ffa321
datamodel/version.py
@@ -4,7 +4,7 @@
4
__title__ = 'python-datamodel'
5
__description__ = ('simple library based on python +3.8 to use Dataclass-syntax'
6
'for interacting with Data')
7
-__version__ = '0.6.26'
+__version__ = '0.6.27'
8
__author__ = 'Jesus Lara'
9
__author_email__ = '[email protected]'
10
__license__ = 'BSD'
setup.py
@@ -143,8 +143,8 @@ def readme():
143
"ciso8601==2.3.1",
144
"objectpath==0.6.1",
145
"orjson==3.10.3",
146
- 'typing_extensions==4.9.0',
147
- "asyncpg==0.29.0",
+ 'typing_extensions>=4.9.0',
+ "asyncpg>=0.29.0",
148
"python-dateutil==2.8.2",
149
"pendulum==3.0.0",
150
"python-slugify==8.0.1"
0 commit comments