Skip to content

Commit d8cbab0

Browse files
Require Pydantic 2 or above
We need Pydantic 2 or higher to use the `field_validator` functionality used in Ibex DV.
1 parent 27dd6b2 commit d8cbab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pathlib3x # Backports some useful features
1717
typing-utils # Ditto
1818
typeguard ~= 2.13
1919
portalocker
20-
pydantic
20+
pydantic >= 2
2121
svg.py
2222

2323
# Needed by dvsim.py (not actually used in Ibex)

0 commit comments

Comments
 (0)