LogoLogo
Slack communityBook a demo
HomeAPI DefinitionSDKsDocsAI SearchCLI & API Reference
HomeAPI DefinitionSDKsDocsAI SearchCLI & API Reference
  • Introduction
    • Overview
    • Language Support
    • SDK Customer Showcase
  • Capabilities
    • Strongly Typed
    • Idiomatic Method Names
    • Schema Validation
    • Discriminated Unions
    • Multipart Form Data
    • Forward Compatibility
    • Registry Publishing
    • Auto-Pagination
    • OAuth Token Refresh
    • Retries with Backoff
    • Webhook Signature Verification
    • Idempotency Headers
    • Server-Sent Events
    • Integration Tests
    • Code Snippets
    • Augment with Custom Code
    • Merging Multiple APIs
    • WebSockets
    • Model Context Protocol
  • Reference
    • Configuration
  • Guides
    • Generate your First SDK
    • Preview your SDK Locally
    • Publish a Public-Facing SDK
Slack communityBook a demo
IntroductionChangelogs

Python

August 14, 2024
August 14, 2024

3.10.4

(chore): Improve performance of Pydantic .dict calls

What’s changed

  • .dict performance is improved, consolidating to a single call to Pydantic’s .dict instead of 2 in attempts to remove unset optional values.

3.10.3

(fix): Query encoding now appropriately takes arrays of deep objects into account.

Was this page helpful?
Edit this page
Previous

August 13, 2024

Next
Built with