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.
1 parent 44b7bd6 commit bc1aec7Copy full SHA for bc1aec7
pyproject.toml
@@ -45,7 +45,7 @@ dynamic = [
45
]
46
dependencies = [
47
"distlib>=0.3.7,<1",
48
- "filelock>=3.16.1,<4; python_version<'3.10'",
+ "filelock>=3.16.1,<=3.19.1; python_version<'3.10'",
49
"filelock>=3.20.1,<4; python_version>='3.10'",
50
"importlib-metadata>=6.6; python_version<'3.8'",
51
"platformdirs>=3.9.1,<5",
0 commit comments