ITADN

Bump openai from 1.77.0 to 1.78.1

#107Pull Requestdependabot[bot] 创建于 2025-05-12已合并
dependenciespython
D
dependabot[bot]commented
Bumps [openai](https://github.com/openai/openai-python) from 1.77.0 to 1.78.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-python/releases">openai's releases</a>.</em></p> <blockquote> <h2>v1.78.1</h2> <h2>1.78.1 (2025-05-12)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.78.0...v1.78.1">v1.78.0...v1.78.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>internal:</strong> fix linting due to broken <strong>test</strong> annotation (<a href="https://github.com/openai/openai-python/commit/5a7d7a081138c6473bff44e60d439812ecb85cdf">5a7d7a0</a>)</li> <li><strong>package:</strong> support direct resource imports (<a href="https://github.com/openai/openai-python/commit/2293fc0dd23a9c756067cdc22b39c18448f35feb">2293fc0</a>)</li> </ul> <h2>v1.78.0</h2> <h2>1.78.0 (2025-05-08)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.77.0...v1.78.0">v1.77.0...v1.78.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add reinforcement fine-tuning api support (<a href="https://github.com/openai/openai-python/commit/bebe36104bd3062d09ab9bbfb4bacfc99e737cb2">bebe361</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>ignore errors in isinstance() calls on LazyProxy subclasses (<a href="https://redirect.github.com/openai/openai-python/issues/2343">#2343</a>) (<a href="https://github.com/openai/openai-python/commit/52cbbdf2207567741f16d18f1ea1b0d13d667375">52cbbdf</a>), closes <a href="https://redirect.github.com/openai/openai-python/issues/2056">#2056</a></li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> update proxy tests (<a href="https://github.com/openai/openai-python/commit/b8e848d5fb58472cbfa27fb3ed01efc25a05d944">b8e848d</a>)</li> <li>use lazy imports for module level client (<a href="https://github.com/openai/openai-python/commit/4d0f409e79a18cce9855fe076f5a50e52b8bafd8">4d0f409</a>)</li> <li>use lazy imports for resources (<a href="https://github.com/openai/openai-python/commit/834813c5cb1a84effc34e5eabed760393e1de806">834813c</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-python/blob/main/CHANGELOG.md">openai's changelog</a>.</em></p> <blockquote> <h2>1.78.1 (2025-05-12)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.78.0...v1.78.1">v1.78.0...v1.78.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>internal:</strong> fix linting due to broken <strong>test</strong> annotation (<a href="https://github.com/openai/openai-python/commit/5a7d7a081138c6473bff44e60d439812ecb85cdf">5a7d7a0</a>)</li> <li><strong>package:</strong> support direct resource imports (<a href="https://github.com/openai/openai-python/commit/2293fc0dd23a9c756067cdc22b39c18448f35feb">2293fc0</a>)</li> </ul> <h2>1.78.0 (2025-05-08)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-python/compare/v1.77.0...v1.78.0">v1.77.0...v1.78.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> Add reinforcement fine-tuning api support (<a href="https://github.com/openai/openai-python/commit/bebe36104bd3062d09ab9bbfb4bacfc99e737cb2">bebe361</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>ignore errors in isinstance() calls on LazyProxy subclasses (<a href="https://redirect.github.com/openai/openai-python/issues/2343">#2343</a>) (<a href="https://github.com/openai/openai-python/commit/52cbbdf2207567741f16d18f1ea1b0d13d667375">52cbbdf</a>), closes <a href="https://redirect.github.com/openai/openai-python/issues/2056">#2056</a></li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> update proxy tests (<a href="https://github.com/openai/openai-python/commit/b8e848d5fb58472cbfa27fb3ed01efc25a05d944">b8e848d</a>)</li> <li>use lazy imports for module level client (<a href="https://github.com/openai/openai-python/commit/4d0f409e79a18cce9855fe076f5a50e52b8bafd8">4d0f409</a>)</li> <li>use lazy imports for resources (<a href="https://github.com/openai/openai-python/commit/834813c5cb1a84effc34e5eabed760393e1de806">834813c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-python/commit/c097025779fc0bdc3389c047d4c060b5d7349f16"><code>c097025</code></a> release: 1.78.1</li> <li><a href="https://github.com/openai/openai-python/commit/12a534987d0f3d238de5774749c326ee79bcfb00"><code>12a5349</code></a> fix(internal): fix linting due to broken <strong>test</strong> annotation</li> <li><a href="https://github.com/openai/openai-python/commit/21209abbf29113c8eedcd5e2645db31ab2bda61a"><code>21209ab</code></a> fix(package): support direct resource imports</li> <li><a href="https://github.com/openai/openai-python/commit/01a69ab8cbed129e9edb84865893310ab52e59c7"><code>01a69ab</code></a> release: 1.78.0</li> <li><a href="https://github.com/openai/openai-python/commit/a3b8e7724f505cb3f8dd9efff0f23301b6804bb6"><code>a3b8e77</code></a> feat(api): Add reinforcement fine-tuning api support</li> <li><a href="https://github.com/openai/openai-python/commit/e241775593ce683a9888606645f0ecfa02fe6efc"><code>e241775</code></a> chore(internal): update proxy tests</li> <li><a href="https://github.com/openai/openai-python/commit/08d67adfffad61802e1ac1b3f35795040182a12d"><code>08d67ad</code></a> fix: ignore errors in isinstance() calls on LazyProxy subclasses (<a href="https://redirect.github.com/openai/openai-python/issues/2343">#2343</a>)</li> <li><a href="https://github.com/openai/openai-python/commit/917dade87f0243caf24d890a1ee3307ee89d145c"><code>917dade</code></a> chore: use lazy imports for resources</li> <li><a href="https://github.com/openai/openai-python/commit/1356c89a1302a1f6c1f6d6d7e8398a741d4e7423"><code>1356c89</code></a> chore: use lazy imports for module level client</li> <li>See full diff in <a href="https://github.com/openai/openai-python/compare/v1.77.0...v1.78.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openai&package-manager=pip&previous-version=1.77.0&new-version=1.78.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
合并状态:已合并 合并于 2025-05-13 关闭于 2025-05-13 0 条评论