Skip to content

Commit

Permalink
[ci] Specify typeguard version
Browse files Browse the repository at this point in the history
The latest v3 is producing CI failures, pin to compatible with 2.13 for
now to fix this.
  • Loading branch information
GregAC authored and andreaskurth committed Mar 17, 2023
1 parent 0623fdb commit 2c8ee8c
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 @@ -14,7 +14,7 @@ junit-xml
# dataclass # needed for backports?
pathlib3x # Backports some useful features
typing-utils # Ditto
typeguard
typeguard ~= 2.13
portalocker
pydantic
svg.py
Expand Down

0 comments on commit 2c8ee8c

Please sign in to comment.