For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Book a demoLog inStart for free
  • Overview
    • Introduction
    • How it works
    • Quickstart
    • Customer showcase
  • Working with SDKs
    • Project structure
    • Adding custom code
    • Migrating to Replay
    • Capabilities
  • Generators
      • Generating an SDK
      • Publishing to PyPI
      • Configuration
      • Adding custom code
      • Dynamic authentication
      • aiohttp support
      • Changelog
      • Customer showcase
  • Reference
    • generators.yml
Checking status...
SOC2Soc 2 Type II
© 2026 Fern • Birch Solutions, Inc., a Postman company

Documentation

SDKsDocsAsk FernCLI Reference

API Definitions

OpenAPIAsyncAPIOpenRPCgRPC

Resources

BlogSupportPricing

Company

Brand KitPrivacy PolicyTerms of Service
LogoLogo
Book a demoLog inStart for free
GeneratorsPython

Changelog

February 9, 2026
February 9, 2026

4.55.4

(fix): Fix Python 3.14 compatibility by replacing pydantic.v1.datetime_parse imports with Pydantic V2 TypeAdapter-based parse_date/parse_datetime implementations. Remaining pydantic.v1 imports are wrapped with warning suppression to avoid the “Core Pydantic V1 functionality isn’t compatible with Python 3.14” warning.

4.55.3

(fix): Fix body property named json clashing with the json module import when generating json.dumps(jsonable_encoder(...)) for multipart file upload requests. The json module is now aliased as _json when a body property named json is detected.

4.55.2

(fix): Add websocket compatibility shim for websockets library v14. The generated SDK now uses a core/websocket_compat.py module that abstracts the InvalidStatusCode vs InvalidStatus exception difference, ensuring compatibility with both websockets v12-13 and v14+.

Was this page helpful?
Edit this page
Previous

February 10, 2026

Next

February 6, 2026