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
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",