File tree Expand file tree Collapse file tree
fern/products/sdks/generators/python/changelog Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments