Changed
- [dev] Replace mypy with ty as the primary type checker with stricter type checks
- [dev] Fix ty 0.0.17 compatibility: update rule config, fix generic TypeVar bound, pin minimum version
- Allow overriding
AutoFieldvalues via iterators with_quantityand avoid hangs (#577)
GitHub changelog
- Improve type annotations for stricter type checking (ty) by @amureki in #572
- [dev]: Replace mypy with ty (experimental) by @amureki in #573
- Ref #26 -- Add a regression test regarding overriding FK by @amureki in #574
- Allow overriding
AutoFieldvia iterators (#577) by @amureki in #578
Full Changelog: 1.23.2...1.23.3