Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(lint): get around a Pydantic 2.10.x type bug (#566)
Both mypy and pyright complain that the "field.default_factory()" call has too few arguments, even though its type is typing.Callable[[], Any]. It should be fixed soon, and in the meantime we can ignore the spurious error. Ref: pydantic/pydantic#10945
- Loading branch information