Skip to content

Commit

Permalink
Unpin pydantic (huggingface#28728)
Browse files Browse the repository at this point in the history
* try pydantic v2

* try pydantic v2

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
  • Loading branch information
ydshieh and ydshieh authored Jan 26, 2024
1 parent 3aea38c commit f8b7c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"protobuf",
"psutil",
"pyyaml>=5.1",
"pydantic<2",
"pydantic",
"pytest>=7.2.0",
"pytest-timeout",
"pytest-xdist",
Expand Down
2 changes: 1 addition & 1 deletion src/transformers/dependency_versions_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"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",
Expand Down

0 comments on commit f8b7c43

Please sign in to comment.