From 92759111801777d03415efcb7f96b8d0b475725e Mon Sep 17 00:00:00 2001 From: Mart Ratas Date: Mon, 28 Oct 2024 11:01:30 +0000 Subject: [PATCH] CU-869671bn4: Update requirements to fix workflow issue due to mypy (#497) * CU-869671bn4: Update requirements (GHA should fail due to mypy) * CU-869671bn4: Update mypy dev requirement to be less than 1.12 --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6b458abf0..6b954afc9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,9 +2,9 @@ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.6.0/en_core_web_md-3.6.0-py3-none-any.whl flake8~=7.0.0 darglint~=1.8.1 -mypy>=1.7.0,<2.0.0 +mypy>=1.7.0,<1.12.0 mypy-extensions>=1.0.0 types-aiofiles==0.8.3 types-PyYAML==6.0.3 types-setuptools==57.4.10 -timeout-decorator==0.5.0 +timeout-decorator==0.5.0 \ No newline at end of file