chore(deps): update dependency pydantic to >=2.5.0,<2.11
This commit is contained in:
parent
1939b0aec0
commit
f22f6d29d3
|
@ -2,5 +2,5 @@
|
|||
# This file is auto-generated by tools/extract_requirements.py.
|
||||
backports.zoneinfo>=0.2.1,<0.3;python_version<'3.9'
|
||||
click>=8.0.4,<8.2
|
||||
pydantic>=2.5.0,<2.8
|
||||
pydantic>=2.5.0,<2.11
|
||||
pyyaml>=5.3.1,<6.1
|
||||
|
|
|
@ -14,7 +14,7 @@ setup(
|
|||
install_requires=[
|
||||
"backports.zoneinfo>=0.2.1,<0.3;python_version<'3.9'",
|
||||
"click>=8.0.4,<8.2",
|
||||
"pydantic>=2.5.0,<2.8",
|
||||
"pydantic>=2.5.0,<2.11",
|
||||
"pyyaml>=5.3.1,<6.1",
|
||||
],
|
||||
extras_require={
|
||||
|
|
Loading…
Reference in New Issue