Skip to content

Commit

Permalink
Require Pydantic 2 or above
Browse files Browse the repository at this point in the history
We need Pydantic 2 or higher to use the `field_validator` functionality
used in Ibex DV.
  • Loading branch information
marnovandermaas committed Mar 1, 2024
1 parent 27dd6b2 commit d8cbab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pathlib3x # Backports some useful features
typing-utils # Ditto
typeguard ~= 2.13
portalocker
pydantic
pydantic >= 2
svg.py

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

0 comments on commit d8cbab0

Please sign in to comment.