chore(shared): update pydantic version range
This commit is contained in:
parent
1a8da4c000
commit
8996d4beb4
|
@ -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
|
||||
|
|
|
@ -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…
Reference in New Issue