chore(deps): update dependency pydantic to >=1.7.4,<1.11
This commit is contained in:
parent
0a0c733e00
commit
ef44ad392d
|
@ -2,5 +2,5 @@
|
|||
# This file is auto-generated by tools/extract_requirements.py.
|
||||
click~=8.0.4
|
||||
loguru==0.6.0
|
||||
pydantic>=1.7.4,<1.10
|
||||
pydantic>=1.7.4,<1.11
|
||||
pyyaml>=5.3.1,<6.1
|
||||
|
|
|
@ -12,7 +12,7 @@ setup(
|
|||
install_requires=[
|
||||
"click~=8.0.4",
|
||||
"loguru==0.6.0",
|
||||
"pydantic>=1.7.4,<1.10",
|
||||
"pydantic>=1.7.4,<1.11",
|
||||
"pyyaml>=5.3.1,<6.1",
|
||||
],
|
||||
extras_require={
|
||||
|
|
Loading…
Reference in New Issue