Skip to content

Commit 2e9c684

Browse files
authored
Fix pyright failing in CI (#3846)
1 parent 5922aa7 commit 2e9c684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"cryptography",
1818
"packaging",
1919
"python-dateutil",
20-
"cachetools",
20+
"cachetools<7.1.0", # Pin to work around https://github.com/tkem/cachetools/issues/394
2121
"gitpython",
2222
"jsonschema",
2323
"paramiko>=3.2.0",

0 commit comments

Comments
 (0)