LogoLogo
Slack communityLog inBook a demo
  • Overview
    • Introduction
    • Quickstart
    • Project structure
    • Adding custom code
    • Capabilities
    • Customer showcase
  • Generators
    • MCP Server
  • Deep dives
    • Customize method names
    • Setup local SDK previews
    • Configure global headers
    • Configure auto-pagination
    • Configure idempotency
    • Filter your endpoints (audiences)
    • Customize your README
    • Retries with Backoff
    • Self-hosted SDKs
  • Reference
    • generators.yml
Slack communityLog inBook a demo
GeneratorsPython

Changelog

August 27, 2025
August 27, 2025

4.27.0-rc0

(feat): Client imports are now lazy loaded by default. This will greatly reduce memory footprint when using a small portion of a large API. The tradeoff is a latency penalty when first accessing a client. Users can opt in to eager loading (the old behavior) by setting the lazy_imports flag to false in their configuration.

Was this page helpful?
Edit this page
Previous

August 26, 2025

Next
Built with