Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
openai ==1.61.1 -> ==1.63.1 age adoption passing confidence

Release Notes

openai/openai-python (openai)

v1.63.1

Compare Source

Full Changelog: v1.63.0...v1.63.1

Chores

v1.63.0

Compare Source

Full Changelog: v1.62.0...v1.63.0

Features

v1.62.0

Compare Source

Full Changelog: v1.61.1...v1.62.0

Features
Bug Fixes
Chores

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * 1" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team and codegen-team as code owners February 12, 2025 17:09
@renovate renovate bot enabled auto-merge (squash) February 12, 2025 17:09
@codecov
Copy link

codecov bot commented Feb 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files

@renovate renovate bot force-pushed the renovate/openai-1.x branch 25 times, most recently from afbc858 to 3050726 Compare February 13, 2025 01:28
@renovate renovate bot force-pushed the renovate/openai-1.x branch 22 times, most recently from 1a70ceb to 103cb8d Compare February 17, 2025 07:08
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.63.0 fix(deps): update dependency openai to v1.63.1 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 103cb8d to 5c037a9 Compare February 17, 2025 14:43
@renovate renovate bot merged commit 6cfde43 into develop Feb 17, 2025
16 checks passed
@renovate renovate bot deleted the renovate/openai-1.x branch February 17, 2025 14:45
@github-actions
Copy link
Contributor

🎉 This PR is included in version 0.20.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

rushilpatel0 pushed a commit that referenced this pull request Feb 18, 2025
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [openai](https://redirect.github.com/openai/openai-python) |
`==1.61.1` -> `==1.63.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/openai/1.63.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/openai/1.63.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/openai/1.61.1/1.63.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/openai/1.61.1/1.63.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>openai/openai-python (openai)</summary>

###
[`v1.63.1`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1631-2025-02-17)

[Compare
Source](https://redirect.github.com/openai/openai-python/compare/v1.63.0...v1.63.1)

Full Changelog:
[v1.63.0...v1.63.1](https://redirect.github.com/openai/openai-python/compare/v1.63.0...v1.63.1)

##### Chores

- **internal:** temporary commit
([#&#8203;2121](https://redirect.github.com/openai/openai-python/issues/2121))
([f7f8361](https://redirect.github.com/openai/openai-python/commit/f7f83614c8da84c6725d60936f08f9f1a65f0a9e))

###
[`v1.63.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1630-2025-02-13)

[Compare
Source](https://redirect.github.com/openai/openai-python/compare/v1.62.0...v1.63.0)

Full Changelog:
[v1.62.0...v1.63.0](https://redirect.github.com/openai/openai-python/compare/v1.62.0...v1.63.0)

##### Features

- **api:** add support for storing chat completions
([#&#8203;2117](https://redirect.github.com/openai/openai-python/issues/2117))
([2357a8f](https://redirect.github.com/openai/openai-python/commit/2357a8f97246a3fe17c6ac1fb0d7a67d6f1ffc1d))

###
[`v1.62.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1620-2025-02-12)

[Compare
Source](https://redirect.github.com/openai/openai-python/compare/v1.61.1...v1.62.0)

Full Changelog:
[v1.61.1...v1.62.0](https://redirect.github.com/openai/openai-python/compare/v1.61.1...v1.62.0)

##### Features

- **client:** send `X-Stainless-Read-Timeout` header
([#&#8203;2094](https://redirect.github.com/openai/openai-python/issues/2094))
([0288213](https://redirect.github.com/openai/openai-python/commit/0288213fbfa935c9bf9d56416619ea929ae1cf63))
- **embeddings:** use stdlib array type for improved performance
([#&#8203;2060](https://redirect.github.com/openai/openai-python/issues/2060))
([9a95db9](https://redirect.github.com/openai/openai-python/commit/9a95db9154ac98678970e7f1652a7cacfd2f7fdb))
- **pagination:** avoid fetching when has_more: false
([#&#8203;2098](https://redirect.github.com/openai/openai-python/issues/2098))
([1882483](https://redirect.github.com/openai/openai-python/commit/18824832d3a676ae49206cd2b5e09d4796fdf033))

##### Bug Fixes

- **api:** add missing reasoning effort + model enums
([#&#8203;2096](https://redirect.github.com/openai/openai-python/issues/2096))
([e0ca9f0](https://redirect.github.com/openai/openai-python/commit/e0ca9f0f6fae40230f8cab97573914ed632920b6))
- **parsing:** don't default to an empty array
([#&#8203;2106](https://redirect.github.com/openai/openai-python/issues/2106))
([8e748bb](https://redirect.github.com/openai/openai-python/commit/8e748bb08d9c0d1f7e8a1af31452e25eb7154f55))

##### Chores

- **internal:** fix type traversing dictionary params
([#&#8203;2097](https://redirect.github.com/openai/openai-python/issues/2097))
([4e5b368](https://redirect.github.com/openai/openai-python/commit/4e5b368bf576f38d0f125778edde74ed6d101d7d))
- **internal:** minor type handling changes
([#&#8203;2099](https://redirect.github.com/openai/openai-python/issues/2099))
([a2c6da0](https://redirect.github.com/openai/openai-python/commit/a2c6da0fbc610ee80a2e044a0b20fc1cc2376962))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "* 0-3 * * 1" (UTC).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/codegen-sh/codegen-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant