返回全部动态
OpenAI Python SDK v2.47.0 发布:支持 HTTPX2 并修复依赖
原标题:v2.47.0
AI 摘要
OpenAI 发布了 Python SDK v2.47.0,新增了对 HTTPX2 客户端的实验性运行时支持,并改进了工作流模板以支持可配置的 CI 运行器和私有生产仓库。同时修复了 Python 3.10+ 上对 aiohttp 的依赖问题,要求使用补丁版本。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## 2.47.0 (2026-07-21) Full Changelog: [v2.46.0...v2.47.0](https://github.com/openai/openai-python/compare/v2.46.0...v2.47.0) ### Features * **client:** Add experimental runtime support for HTTPX2 clients ([#3524](https://github.com/openai/openai-python/issues/3524)) ([317260c](https://github.com/openai/openai-python/commit/317260cd16395b2338bcdaacd7daa0b179c90105)) * **stlc:** configurable CI runner and private-production-repo support in workflow templates ([4303e97](https://github.com/opena
发布时间:2026-07-23 01:46
抓取时间:2026-08-02 00:23
来源机构:OpenAI