From e1206b16dacecedd5a32a535c11376b45cf8f502 Mon Sep 17 00:00:00 2001 From: Jared Hance Date: Mon, 10 Nov 2025 21:31:19 +0000 Subject: [PATCH 1/2] pin librt requirement to 0.4.0 --- mypy-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy-requirements.txt b/mypy-requirements.txt index 7c83178ae1eb8..903864dd032b5 100644 --- a/mypy-requirements.txt +++ b/mypy-requirements.txt @@ -4,4 +4,4 @@ typing_extensions>=4.6.0 mypy_extensions>=1.0.0 pathspec>=0.9.0 tomli>=1.1.0; python_version<'3.11' -librt>=0.4.0 +librt==0.4.0 From 2213bb128403086764e660653843fcbc06a88553 Mon Sep 17 00:00:00 2001 From: Jared Hance Date: Mon, 10 Nov 2025 22:34:59 +0000 Subject: [PATCH 2/2] other' --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0de739be9b55d..8e5e5e03c8045 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires = [ "mypy_extensions>=1.0.0", "pathspec>=0.9.0", "tomli>=1.1.0; python_version<'3.11'", - "librt>=0.4.0", + "librt==0.4.0", # the following is from build-requirements.txt "types-psutil", "types-setuptools", @@ -54,7 +54,7 @@ dependencies = [ "mypy_extensions>=1.0.0", "pathspec>=0.9.0", "tomli>=1.1.0; python_version<'3.11'", - "librt>=0.4.0", + "librt==0.4.0", ] dynamic = ["version"]