From ed6df88d93921cd64bda8d36244dc33382897007 Mon Sep 17 00:00:00 2001 From: Jvst Me Date: Mon, 4 May 2026 11:09:18 +0200 Subject: [PATCH] Fix `pyright` failing in CI --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 691a4ae5d5..4d19b23d75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "cryptography", "packaging", "python-dateutil", - "cachetools", + "cachetools<7.1.0", # Pin to work around https://github.com/tkem/cachetools/issues/394 "gitpython", "jsonschema", "paramiko>=3.2.0",