Skip to content

Commit 2c8ee8c

Browse files
GregACandreaskurth
authored andcommitted
[ci] Specify typeguard version
The latest v3 is producing CI failures, pin to compatible with 2.13 for now to fix this.
1 parent 0623fdb commit 2c8ee8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ junit-xml
1414
# dataclass # needed for backports?
1515
pathlib3x # Backports some useful features
1616
typing-utils # Ditto
17-
typeguard
17+
typeguard ~= 2.13
1818
portalocker
1919
pydantic
2020
svg.py

0 commit comments

Comments
 (0)