v0.4.7
- Support
substring_of
as a constraint metadata in typing.Annotated andsubstringOf
as a custom constraint in json schema on the generated string. - Support
FormatterBuilder.regex_complement
to allow constraining the output to be a string that does not match the string anywhere.