Skip to content

Releases: wyfo/apischema

v0.10.1

15 Oct 11:35
Compare
Choose a tag to compare
  • Fix handling of generic dataclass merged fields
  • Improve handling of generic types in json-schema generation

v0.10

14 Oct 22:57
Compare
Choose a tag to compare
  • Fix Python 3.9 support
  • Fix PyPy3 support
  • Add CI with Github Actions

v0.9.1

14 Oct 20:29
Compare
Choose a tag to compare
  • Fix default_schema not being called

v0.9

14 Oct 20:27
Compare
Choose a tag to compare
  • Improve Optional handling in schema generation
  • Improve deserialization performance for dataclass primitive fields
  • Add ValidationError deserializer
  • settings.default_schema
  • Pydantic compatibility example

v0.8

14 Oct 20:26
Compare
Choose a tag to compare
  • Fix openAPI definitions path
  • Add default ref for other standard types or types with schema

v0.7.6

14 Oct 20:25
Compare
Choose a tag to compare
  • Update package description

v0.7.5

14 Oct 20:24
Compare
Choose a tag to compare
  • Fix support of Generic merged dataclasses

v0.7.4

14 Oct 20:24
Compare
Choose a tag to compare
  • Add InitVar support for merged dataclasses

v0.7.3

14 Oct 20:23
Compare
Choose a tag to compare
  • Fix bugs in settings global default conversion and coercer assignation

v0.7.2

14 Oct 20:23
Compare
Choose a tag to compare
  • Coercer exceptions are caught