We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ddddc commit 069f54fCopy full SHA for 069f54f
fern/products/sdks/overview/python/changelog/2025-12-04.mdx
@@ -1,3 +1,9 @@
1
+## 4.41.11
2
+**`(fix):`** Fix backslash escaping in endpoint and websocket docstrings. OpenAPI descriptions containing
3
+backslash sequences like `DOMAIN\username` now properly escape backslashes to avoid Python
4
+SyntaxError from invalid unicode escape sequences.
5
+
6
7
## 4.41.10
8
**`(fix):`** Adds `dynamic = ["version"]` to `pyproject.toml`, allowing for `uv` commands such as `uv sync` to work out-of-the-box.
9
0 commit comments