返回全部动态
OpenAI Python SDK v2.53.0 发布,新增 gpt-5.5 支持
原标题:v2.53.0
AI 摘要
OpenAI 发布了 Python SDK 的 v2.53.0 版本,主要新增了对 gpt-5.5 模型以及工具名称和命名空间的支持,更新了 Responses 类型定义。此外,该版本还修复了 CI 流程中避免 NumPy 源码构建和重复 HTTPX 覆盖率的问题。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## [2.53.0](https://github.com/openai/openai-python/compare/v2.52.1...v2.53.0) (2026-08-03) ### Features * **api:** Add gpt-5.5 and tool name/namespace to Responses types ([#3569](https://github.com/openai/openai-python/issues/3569)) ([dd1202d](https://github.com/openai/openai-python/commit/dd1202d5dacff985861289c1d9c46996ded2d2a5)) ### Bug Fixes * **ci:** avoid NumPy source builds and duplicate HTTPX coverage ([#3573](https://github.com/openai/openai-python/issues/3573)) ([b58332f](https:
发布时间:2026-08-04 05:41
抓取时间:2026-08-04 05:49
来源机构:OpenAI