Skip to content

Commit 523cab8

Browse files
fern-supportjsklan
andauthored
Update changelogs from fern repo (#5685)
Co-authored-by: jsklan <100491078+jsklan@users.noreply.github.com>
1 parent 9f7781c commit 523cab8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

fern/products/sdks/generators/python/changelog/2026-06-03.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 5.14.10
2+
**`(fix):`** Fix the typing of endpoints that extract a property from an optional response body. The
3+
`HttpResponse`/`AsyncHttpResponse` generic (and the corresponding client return type) is now
4+
wrapped in `Optional` when the underlying response body resolves to an optional type, so an
5+
empty response (`data=None`) no longer fails type checking.
6+
7+
8+
**`(fix):`** Fix the generated OAuth token provider to respect the auth scheme's `request-properties`
9+
mapping. The token endpoint is now invoked using the actual request parameter names
10+
(e.g. `username`/`password` or custom names) instead of always hard-coding
11+
`client_id`/`client_secret`.
12+
13+
114
## 5.14.9
215
**`(fix):`** Fix generation failure in `output_directory: source-root` mode by skipping
316
`poetry lock` and `ruff` commands that require a pyproject.toml which is not

0 commit comments

Comments
 (0)