diff --git a/pyproject.toml b/pyproject.toml index 691a4ae5d..4d19b23d7 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",