pypi pydantic 1.1
v1.1 (2019-11-07)

latest releases: 1.10.24, 2.11.9, 1.10.23...
5 years ago

See Changelog.

  • Add a mypy plugin for type checking BaseModel.__init__ and more, #722 by @dmontagu
  • Change return type typehint for GenericModel.__class_getitem__ to prevent PyCharm warnings, #936 by @dmontagu
  • Fix usage of Any to allow None, also support TypeVar thus allowing use of un-parameterised collection types
    e.g. Dict and List, #962 by @samuelcolvin
  • Set FieldInfo on subfields to fix schema generation for complex nested types, #965 by @samuelcolvin

Don't miss a new pydantic release

NewReleases is sending notifications on new releases.