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 e4f4440 commit 85dc975Copy full SHA for 85dc975
fern/products/sdks/overview/python/changelog/2025-11-28.mdx
@@ -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
7
## 4.41.3
8
**`(fix):`** Fix multipart form data requests to omit None values instead of converting them to empty strings.
9
This prevents httpx from sending empty strings for optional parameters that should be absent.
0 commit comments