Skip to content

Commit 8fccd93

Browse files
committed
Pin exact librt instead of lower bound
1 parent 68d8f9d commit 8fccd93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mypy-requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ typing_extensions>=4.6.0
44
mypy_extensions>=1.0.0
55
pathspec>=0.9.0
66
tomli>=1.1.0; python_version<'3.11'
7-
librt>=0.5.0
7+
# 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

Comments
 (0)