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.
预约演示登录免费开始
  • 使用 SDK
    • SDK 概述
    • SDK 如何工作
    • Quickstart
    • Customer showcase
  • 使用 SDK
    • 项目结构
    • 添加自定义代码
    • Migrating to Replay
    • 功能特性
  • 参考
      • Generating an SDK
      • 发布到 PyPI
      • Python 配置
      • 添加自定义代码
      • 动态身份验证
      • aiohttp 支持
      • 变更日志
      • Customer showcase
  • 资源
    • 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
预约演示登录免费开始
参考Python

Changelog

March 11, 2026
March 11, 2026

4.63.5

(fix): 通过完全从 Pydantic V2 代码路径中消除所有 pydantic.v1 导入来修复 Python 3.14 兼容性问题。之前的修复 (4.55.4) 替换了 pydantic.v1.datetime_parse,但仍留有其他 pydantic.v1 导入(类型工具、json 编码器、字段),这些仍会触发”Core Pydantic V1 功能与 Python 3.14 不兼容”的警告。现在所有 pydantic.v1 用法都已替换为标准库等价物(typing.get_args、typing.get_origin、typing_extensions.Literal)、Pydantic V2 API(pydantic.fields.FieldInfo)以及内联的 encoders_by_type 字典。

4.63.4

(chore): 为生成的 CI 工作流添加并发配置,设置 cancel-in-progress: false,以防止当新运行开始时取消堆叠的运行。

4.63.3

(fix): 让线路测试日期时间规范化具备类型感知能力。看起来像日期时间的字符串类型查询参数(例如 created_after: str)不再被错误地用 .000 毫秒进行规范化。只有 DATE_TIME 类型的参数才会受到 datetime_milliseconds 配置的影响。

此页面是否有帮助?
编辑此页面
上一个

March 12, 2026

下一个

March 10, 2026