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

April 29, 2024
April 29, 2024

1.4.0

(feat): keyword arguments are now ordered such that required params are ordered before optional params

What’s changed

  • keyword arguments are now ordered such that required params are ordered before optional params. Note that since these are kwargs, this is a non-breaking change.
  • docstrings now match numpydoc/PEP257 format
Was this page helpful?
Edit this page
Previous

April 26, 2024

Next
Built with