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

March 26, 2026
March 26, 2026

5.0.8

(fix): Eliminate Pydantic v2 deprecation warnings in UniversalBaseModel. Under Pydantic v2, the class-based Config pattern with smart_union and allow_population_by_field_name emits deprecation warnings. UniversalBaseModel now uses model_config: ConfigDict with populate_by_name=True, validate_by_name=True, and validate_by_alias=True (for v2.11+ support) for v2, and a custom @model_serializer for datetime serialization instead of the deprecated json_encoders. Pydantic v1 continues to use the original class-based Config.

Was this page helpful?
Edit this page
Previous

March 27, 2026

Next

March 25, 2026