Releases: wyfo/apischema
Releases · wyfo/apischema
v0.11
- Major internal refactoring resulting in x2 speed improvement.
- Remove type checker and configuration management
- Validators inside
Annotated
are now stacked
- Fix issue when typing-extensions was not installed
v0.10.2
- Fix generic dataclass merged fields for Python 3.6
v0.10.1
- Fix handling of generic dataclass merged fields
- Improve handling of generic types in json-schema generation
v0.10
- Fix Python 3.9 support
- Fix PyPy3 support
- Add CI with Github Actions
v0.9.1
- Fix default_schema not being called
v0.9
- Improve Optional handling in schema generation
- Improve deserialization performance for dataclass primitive fields
- Add ValidationError deserializer
- settings.default_schema
- Pydantic compatibility example
v0.8
- Fix openAPI definitions path
- Add default ref for other standard types or types with schema
v0.7.6
- Update package description
v0.7.5
- Fix support of
Generic
merged dataclasses
v0.7.4
- Add
InitVar
support for merged dataclasses