[ci] Constrain pydantic version to under v2.0

CI breakages are observed with v2.0
This commit is contained in:
Greg Chadwick 2023-07-04 09:56:09 +01:00
parent fbd070cf58
commit 4a75efde87

View file

@ -16,7 +16,7 @@ pathlib3x # Backports some useful features
typing-utils # Ditto
typeguard ~= 2.13
portalocker
pydantic
pydantic < 2.0
svg.py
# Needed by dvsim.py (not actually used in Ibex)