LogoLogo
Slack communityBook a demo
HomeAPI DefinitionSDKsDocsAsk FernCLI & API Reference
HomeAPI DefinitionSDKsDocsAsk FernCLI & 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

March 22, 2024
March 22, 2024

0.12.5

(fix): the python SDK uses the timeout provided to the top level client as the default per-request

What’s been fixed

  • the python SDK uses the timeout provided to the top level client as the default per-request, previously if there was no timeout override in the RequestOptions, we’d default to 60s, even if a timeout was provided at the client level.
Was this page helpful?
Edit this page
Previous

March 19, 2024

Next
Built with