chore(shared): update pydantic version range
This commit is contained in:
parent
1a8da4c000
commit
8996d4beb4
2 changed files with 2 additions and 2 deletions
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue