Unverified Commit f8b7c434 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Unpin pydantic (#28728)



* try pydantic v2

* try pydantic v2

---------
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 3aea38ce
...@@ -144,7 +144,7 @@ _deps = [ ...@@ -144,7 +144,7 @@ _deps = [
"protobuf", "protobuf",
"psutil", "psutil",
"pyyaml>=5.1", "pyyaml>=5.1",
"pydantic<2", "pydantic",
"pytest>=7.2.0", "pytest>=7.2.0",
"pytest-timeout", "pytest-timeout",
"pytest-xdist", "pytest-xdist",
......
...@@ -50,7 +50,7 @@ deps = { ...@@ -50,7 +50,7 @@ deps = {
"protobuf": "protobuf", "protobuf": "protobuf",
"psutil": "psutil", "psutil": "psutil",
"pyyaml": "pyyaml>=5.1", "pyyaml": "pyyaml>=5.1",
"pydantic": "pydantic<2", "pydantic": "pydantic",
"pytest": "pytest>=7.2.0", "pytest": "pytest>=7.2.0",
"pytest-timeout": "pytest-timeout", "pytest-timeout": "pytest-timeout",
"pytest-xdist": "pytest-xdist", "pytest-xdist": "pytest-xdist",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment