Skip to content

Commit

Permalink
pin mypy to 1.4.1 to match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Sep 2, 2023
1 parent 962a918 commit 1015d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 6a2e2fbfa1055f8c9347cb2046ca621be33c6bca1af372c89493c65fbabe29dd

build:
number: 0
number: 1
skip: true # [py2k or win]
entry_points:
- schema-salad-tool=schema_salad.main:main
Expand All @@ -24,7 +24,7 @@ requirements:
host:
- python
- pip
- mypy >=0.991 # setup.py needs this when SCHEMA_SALAD_USE_MYPYC=1
- mypy ==1.4.1 # setup.py needs this when SCHEMA_SALAD_USE_MYPYC=1
- types-pkg_resources
- types-requests
- types-dataclasses
Expand Down

0 comments on commit 1015d4b

Please sign in to comment.