Skip to content

Commit 9a5902e

Browse files
chore(python): release 5.14.10
1 parent 8b0e792 commit 9a5902e

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

generators/python/sdk/changes/unreleased/fix-response-property-and-oauth-request-properties.yml renamed to generators/python/sdk/changes/5.14.10/fix-response-property-and-oauth-request-properties.yml

File renamed without changes.

generators/python/sdk/versions.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# yaml-language-server: $schema=../../../fern-versions-yml.schema.json
2+
- version: 5.14.10
3+
changelogEntry:
4+
- summary: |
5+
Fix the typing of endpoints that extract a property from an optional response body. The
6+
`HttpResponse`/`AsyncHttpResponse` generic (and the corresponding client return type) is now
7+
wrapped in `Optional` when the underlying response body resolves to an optional type, so an
8+
empty response (`data=None`) no longer fails type checking.
9+
type: fix
10+
- summary: |
11+
Fix the generated OAuth token provider to respect the auth scheme's `request-properties`
12+
mapping. The token endpoint is now invoked using the actual request parameter names
13+
(e.g. `username`/`password` or custom names) instead of always hard-coding
14+
`client_id`/`client_secret`.
15+
type: fix
16+
createdAt: "2026-06-03"
17+
irVersion: 67
218
- version: 5.14.9
319
changelogEntry:
420
- summary: |

0 commit comments

Comments
 (0)