apischema

JSON (de)serialization, GraphQL and JSON schema generation using Python typing.

MIT License

Downloads
78.6K
Stars
226
Committers
14

Bot releases are visible (Hide)

apischema -

Published by wyfo about 4 years ago

  • Fix generic dataclass merged fields for Python 3.6
apischema -

Published by wyfo about 4 years ago

  • Fix handling of generic dataclass merged fields
  • Improve handling of generic types in json-schema generation
apischema -

Published by wyfo about 4 years ago

  • Fix Python 3.9 support
  • Fix PyPy3 support
  • Add CI with Github Actions
apischema -

Published by wyfo about 4 years ago

  • Fix default_schema not being called
apischema -

Published by wyfo about 4 years ago

  • Improve Optional handling in schema generation
  • Improve deserialization performance for dataclass primitive fields
  • Add ValidationError deserializer
  • settings.default_schema
  • Pydantic compatibility example
apischema -

Published by wyfo about 4 years ago

  • Fix openAPI definitions path
  • Add default ref for other standard types or types with schema
apischema -

Published by wyfo about 4 years ago

  • Update package description
apischema -

Published by wyfo about 4 years ago

  • Fix support of Generic merged dataclasses
apischema -

Published by wyfo about 4 years ago

  • Add InitVar support for merged dataclasses
apischema -

Published by wyfo about 4 years ago

  • Fix bugs in settings global default conversion and coercer assignation
apischema -

Published by wyfo about 4 years ago

  • Coercer exceptions are caught
apischema -

Published by wyfo about 4 years ago

  • Add settings shortcut into apischema package
apischema -

Published by wyfo about 4 years ago

Add changelog 😊