Require Pydantic 2 or above

We need Pydantic 2 or higher to use the `field_validator` functionality
used in Ibex DV.
This commit is contained in:
Marno van der Maas 2024-03-01 10:18:55 +00:00 committed by Marno van der Maas
parent 27dd6b2e06
commit d8cbab0db2

View file

@ -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)