Skip to content

py-v0.1.4

Choose a tag to compare

@github-actions github-actions released this 29 Jun 00:47
feat: add strict_mhlw to all Python conversion APIs + Trusted Publishing

- to_json_with_report/to_json/to_json_bytes_with_report/to_json_bytes/
  to_json_url_with_report/to_json_url all accept strict_mhlw=True,
  which calls validate(data, strict_mhlw=True) and raises ValueError
  on any HIGH/CRIT finding — fixes TypeError from README Quick Start
- Remove PYPI_API_TOKEN from publish step; use OIDC Trusted Publishing
- Bump to 0.1.4

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>