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 1f78764 commit 64ec36bCopy full SHA for 64ec36b
fern/products/sdks/overview/python/changelog/2025-08-27.mdx
@@ -0,0 +1,6 @@
1
+## 4.27.0-rc0
2
+**`(feat):`** Client imports are now lazy loaded by default. This will greatly reduce memory footprint when using a small portion of a large API.
3
+The tradeoff is a latency penalty when first accessing a client.
4
+Users can opt in to eager loading (the old behavior) by setting the `lazy_imports` flag to `false` in their configuration.
5
+
6
0 commit comments