Commits
Click on a commit to change the comparison rangeadd mode17 days ago
by tlambert03 fix: add type ignore for Map.__iter__ assignment with mypy 1.17+
Mypy 1.17+ is more strict about type compatibility between
Iterator[str] and the BaseModel's __iter__ signature. Add type
ignore comment to suppress this specific assignment error.17 days ago
by tlambert03