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 68d8f9d commit 8fccd93Copy full SHA for 8fccd93
mypy-requirements.txt
@@ -4,4 +4,6 @@ typing_extensions>=4.6.0
4
mypy_extensions>=1.0.0
5
pathspec>=0.9.0
6
tomli>=1.1.0; python_version<'3.11'
7
-librt>=0.5.0
+# pin exact version; its okay to allow a range of versions only when its known
8
+# that the entire range has the same abi version
9
+librt==0.5.0
0 commit comments