v0.16.0
Features
- Support CORS requests to introspection routes.
Bugfixes
-
Prevent
TypeError
s from occurring during pydantic error formatting.This was caused by integer list indexes in pydantic error locations.
Documentation
- Fix failing documentation builds (locally, and in Read the Docs).
- Enforce reproducible documentation builds using full dependency locking.
- Bump the OpenAPI documentation version and build the documentation.
Development
-
Test documentation builds in GitHub CI.
-
Update
make install
so it can get developers up and running. -
Document that
make install
can get developers up and running.
Dependencies
- Manage test, mypy, and doc dependencies using a consistent framework.
- Introduce a standard command,
tox run -m update
, that can update dependencies.