We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pyright
1 parent 5922aa7 commit 2e9c684Copy full SHA for 2e9c684
1 file changed
pyproject.toml
@@ -17,7 +17,7 @@ dependencies = [
17
"cryptography",
18
"packaging",
19
"python-dateutil",
20
- "cachetools",
+ "cachetools<7.1.0", # Pin to work around https://github.com/tkem/cachetools/issues/394
21
"gitpython",
22
"jsonschema",
23
"paramiko>=3.2.0",
0 commit comments