Skip to content

Commit

Permalink
CU-869671bn4: Update requirements to fix workflow issue due to mypy (#…
Browse files Browse the repository at this point in the history
…497)

* CU-869671bn4: Update requirements (GHA should fail due to mypy)

* CU-869671bn4: Update mypy dev requirement to be less than 1.12
  • Loading branch information
mart-r authored Oct 28, 2024
1 parent 3e01747 commit 976adc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 976adc2

Please sign in to comment.