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 18, 2026
March 18, 2026

5.0.4

(fix): 修复多部分文件上传请求中可选复杂类型参数被发送为 "null" 而不是被省略的问题。当可选的 body 属性(例如 Optional[List[str]]、Optional[Any])默认为 OMIT 时,json.dumps(jsonable_encoder(OMIT)) 会计算为字符串 "null",在 remove_omit_from_dict 能够剥离它之前就破坏了 OMIT 哨兵。可选的非原始 body 属性现在会发出三元保护(json.dumps(...) if prop is not OMIT else OMIT),这样 OMIT 哨兵得以保留并正确地从请求数据中删除。

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

March 20, 2026

下一个

March 17, 2026