commit | 4ebacb3619d0b5f29a87e0c68f1007be6fe36a47 | [log] [tgz] |
---|---|---|
author | Richard Si <63936253+ichard26@users.noreply.github.com> | Fri Dec 30 17:26:45 2022 -0500 |
committer | Richard Si <63936253+ichard26@users.noreply.github.com> | Fri Dec 30 17:26:45 2022 -0500 |
tree | f3ca58e61d892e9675b641ce6aa351636688443f | |
parent | 8c1e444d3a07ccd8ec6228a7a2d9879fd2407c80 [diff] |
[debug] ban hatch-mypyc 0.14.1
diff --git a/pyproject.toml b/pyproject.toml index 764a4fd..e0ee8c4 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -118,7 +118,7 @@ [tool.hatch.build.targets.wheel.hooks.mypyc] enable-by-default = false dependencies = [ - "hatch-mypyc>=0.13.0", + "hatch-mypyc!=0.14.1", "mypy==0.991", # Required stubs to be removed when the packages support PEP 561 themselves "types-typed-ast>=1.4.2",