You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>