relax dependency on pydantic - support current 1.x releases too

main
svalouch 5 years ago
parent 32c1b8b563
commit f80daf9099

@ -1 +1 @@
pydantic<1
pydantic>=0.32.2

@ -21,7 +21,7 @@ setup(
python_requires='>=3.6',
install_requires=[
'pydantic<1',
'pydantic>=0.32.2',
],
extras_require={

Loading…
Cancel
Save