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 the README for your SDKs
    • Retries with Backoff
  • Reference
    • generators.yml
Slack communityLog inBook a demo
GeneratorsPython

Changelog

July 25, 2024
July 25, 2024

3.2.0-rc0

(feat): The Python SDK can now be generated with TypedDicts as inputs.

What’s new

  • The Python SDK can now be generated such that inputs to requests are TypedDicts, instead of Pydantic models. This allows for consumers of the SDK to continue to have type hinting and autocomplete, but not need to import new object types when creating requests.
Was this page helpful?
Edit this page
Previous

July 24, 2024

Next
Built with