chore(shared): update pydantic version range

This commit is contained in:
jo 2022-07-17 19:51:27 +02:00 committed by Kyle Robbertze
parent 1a8da4c000
commit 8996d4beb4
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ setup(
install_requires=[
"click~=8.0.4",
"loguru==0.6.0",
"pydantic",
"pydantic>=1.7.4,<1.10",
"pyyaml>=5.3.1,<6.1",
],
extras_require={