From cdc6497f486ae1b135a1b20ae7c9b1b0fd9be8a0 Mon Sep 17 00:00:00 2001 From: Georgij Tsarin <68424751+crystarm@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:05:51 +0300 Subject: [PATCH] testsuite: add typing-extensions requirement --- testsuite/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/requirements.txt b/testsuite/requirements.txt index d2343c7c71b8..38fc3c89dd65 100644 --- a/testsuite/requirements.txt +++ b/testsuite/requirements.txt @@ -13,4 +13,5 @@ websockets >= 16.0, < 17.0 # pytest 8.4 contains fix required for uservice_oneshot: # https://github.com/pytest-dev/pytest/issues/13248 pytest >= 8.4 +typing-extensions >= 4.4.0 zstd >= 1.5.5.0