From f8530411e8dd99b471617dc0deb7a203695c5c1a Mon Sep 17 00:00:00 2001 From: tstanmay13 <29681256+tstanmay13@users.noreply.github.com> Date: Thu, 4 Dec 2025 22:27:46 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/python/changelog/2025-12-04.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fern/products/sdks/overview/python/changelog/2025-12-04.mdx b/fern/products/sdks/overview/python/changelog/2025-12-04.mdx index f5c628eab..b0547f183 100644 --- a/fern/products/sdks/overview/python/changelog/2025-12-04.mdx +++ b/fern/products/sdks/overview/python/changelog/2025-12-04.mdx @@ -1,3 +1,9 @@ +## 4.41.11 +**`(fix):`** Fix backslash escaping in endpoint and websocket docstrings. OpenAPI descriptions containing +backslash sequences like `DOMAIN\username` now properly escape backslashes to avoid Python +SyntaxError from invalid unicode escape sequences. + + ## 4.41.10 **`(fix):`** Adds `dynamic = ["version"]` to `pyproject.toml`, allowing for `uv` commands such as `uv sync` to work out-of-the-box.