- Support openapi-core 0.19+ - Drop support for tornado<6 - Drop support for Python<3.9 - Add support for Python 3.10, 3.11, 3.12, and 3.13
1.1.0
- Upgraded to work with openapi-core 0.14.0
1.0.1
- Fixes bug where test requests made using absolute URLs (e.g. to external services) are validated against the service under test's OpenAPI specification.
1.0.0
- Provides a base request handler for validating incoming requests - Provides a base test case for validating application responses - Documents usage with examples