Unpin pydantic (#28728)

* try pydantic v2

* try pydantic v2

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar 2024-01-26 17:39:33 +01:00 committed by GitHub
parent 3aea38ce61
commit f8b7c4345a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ _deps = [
"protobuf",
"psutil",
"pyyaml>=5.1",
"pydantic<2",
"pydantic",
"pytest>=7.2.0",
"pytest-timeout",
"pytest-xdist",

View File

@ -50,7 +50,7 @@ deps = {
"protobuf": "protobuf",
"psutil": "psutil",
"pyyaml": "pyyaml>=5.1",
"pydantic": "pydantic<2",
"pydantic": "pydantic",
"pytest": "pytest>=7.2.0",
"pytest-timeout": "pytest-timeout",
"pytest-xdist": "pytest-xdist",