> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 5.33.0

**`(feat):`** Generate the shared `WebhooksHelper` from the API-wide `api.settings.webhook-signature`
setting in `generators.yml` (IR `sdkConfig.webhookSignatureVerification`). The helper is
emitted even when the API definition models no webhooks; webhook-specific signature
overrides still produce their own named helpers.

## 5.32.1

**`(fix):`** Stop emitting deprecated `License ::` PyPI classifiers alongside the PEP 639 `[project] license`
expression; modern setuptools rejects the combination. Inline `metadata.license: "MIT"` /
`"Apache-2.0"` now also writes the standard license text to `LICENSE` and declares it via
`license-files = ["LICENSE"]`.