mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
8ef492b85f
* build(deps): bump mypy from 0.920 to 0.930 * fix: avoid mypy plugin crash Due to https://github.com/python/mypy/pull/11332, mypy would crash because `__builtins__` is not part of `ctx.api` modules, `builtins` is * fix tests