Release 0.11.0
Added
- Support for Python 3.12.
- Include tests in the source tarball. #82
- A way to control what characters are used for string generation via the
allow_x00
andcodec
arguments toqueries
,mutations
, andfrom_schema
.
Changed
- Bump the minimum supported Hypothesis version to
6.84.3
.
Removed
- Python 3.7 support.