pin pydantic < 1

main
svalouch 5 years ago
parent 334520df3d
commit f79f0ce6b2

@ -1 +1 @@
pydantic
pydantic<1

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

Loading…
Cancel
Save