Skip to content

Commit

Permalink
[ci] Constrain pydantic version to under v2.0
Browse files Browse the repository at this point in the history
CI breakages are observed with v2.0
  • Loading branch information
GregAC committed Jul 4, 2023
1 parent fbd070c commit 4a75efd
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 @@ -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)
Expand Down

0 comments on commit 4a75efd

Please sign in to comment.