From 2c8ee8c6b98c7eec9e109389041668114544d50c Mon Sep 17 00:00:00 2001 From: Greg Chadwick Date: Fri, 17 Mar 2023 11:12:47 +0000 Subject: [PATCH] [ci] Specify typeguard version The latest v3 is producing CI failures, pin to compatible with 2.13 for now to fix this. --- python-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-requirements.txt b/python-requirements.txt index 62b9aac0ef..b09f44b653 100644 --- a/python-requirements.txt +++ b/python-requirements.txt @@ -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