5.14.21
(fix): Fix pyproject.toml distribution name for github-output SDKs without a PyPI publish target
to prefer config.package_name over the organization name. Also use output_mode.version
instead of hardcoding 0.0.0.
5.14.19
(fix): Bump aiohttp lower bound from >=3.14.0 to >=3.14.1 to fix CVE-2026-54274.
5.14.15
(chore): Bump bundled @fern-api/generator-cli to 0.9.39 (Replay 0.18.0) for more reliable
customization detection during regeneration.
5.14.14
(fix): Add MAX_LINE_SIZE guard (1 MiB) to SSE iter_sse/aiter_sse to prevent
unbounded memory growth from non-newline-terminated streams
(GHSA-7w2x-r9r4-7v8r).
5.14.13
(fix): Fix mypy errors in raw client for stream-condition endpoints by removing
@contextmanager decorator and correcting overload return types.
5.14.12
(chore): Bump pip from 26.1 to 26.1.2 in the container to fix CVE-2026-8643
(directory traversal via malicious wheel entry-point names).
5.14.11
(chore): Bump aiohttp lower bound from >=3.13.4 to >=3.14.0 and tighten Python
marker to >=3.10 to address CVE-2026-47265 and CVE-2026-47266.