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

@ -2,5 +2,5 @@
# This file is auto-generated by tools/extract_requirements.py.
click~=8.0.4
loguru==0.6.0
pydantic
pydantic>=1.7.4,<1.10
pyyaml>=5.3.1,<6.1

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={