Fix mypy dependencies

This commit is contained in:
Nettika 2026-02-14 13:19:40 -08:00
parent 5f14fab320
commit cf19b5725f
No known key found for this signature in database
GPG key ID: C357EE70D5027BCC
5 changed files with 76 additions and 10 deletions

View file

@ -10,3 +10,5 @@ The build uses Python 2 for legacy build scripts. Python 2, marked insecure in n
- `oils-for-unix-0.37.0.nix` - from-source Oils
- `mypy-0.780.nix` - mypy 0.780 (last version to support --py2) built without mypyc
- `mypy-extensions-0.4.4.nix` - mypy-extensions pinned to <0.5.0 for mypy 0.780 compatibility
- `typed-ast-1.5.5.nix` - typed-ast for Python 2 AST parsing (removed from nixpkgs)