Skip to content

Commit 85dc975

Browse files
fern-supporttjb9dc
andauthored
Update changelogs from fern repo (#2535)
Co-authored-by: tjb9dc <22457193+tjb9dc@users.noreply.github.com>
1 parent e4f4440 commit 85dc975

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fern/products/sdks/overview/python/changelog/2025-11-28.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.42.0
2+
**`(feat):`** Add async support for OAuth token provider. The generated SDK now includes an AsyncOAuthTokenProvider
3+
class that uses asyncio.Lock for async-safe token refresh, alongside the existing sync OAuthTokenProvider
4+
that uses threading.Lock. The async client now uses the async token provider for proper async token management.
5+
6+
17
## 4.41.3
28
**`(fix):`** Fix multipart form data requests to omit None values instead of converting them to empty strings.
39
This prevents httpx from sending empty strings for optional parameters that should be absent.

0 commit comments

Comments
 (0)