Skip to content

Commit

Permalink
fix(deps): update dependency openai to v1.64.0 (#616)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.64.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1640-2025-02-22)

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

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

##### Features

- **client:** allow passing `NotGiven` for body
([#&#8203;2135](https://redirect.github.com/openai/openai-python/issues/2135))
([4451f56](https://redirect.github.com/openai/openai-python/commit/4451f5677f9eaad9b8fee74f71c2e5fe6785c420))

##### Bug Fixes

- **client:** mark some request bodies as optional
([4451f56](https://redirect.github.com/openai/openai-python/commit/4451f5677f9eaad9b8fee74f71c2e5fe6785c420))

##### Chores

- **internal:** fix devcontainers setup
([#&#8203;2137](https://redirect.github.com/openai/openai-python/issues/2137))
([4d88402](https://redirect.github.com/openai/openai-python/commit/4d884020cbeb1ca6093dd5317e3e5812551f7a46))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent 09578e2 commit 520d6b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
# renovate: datasource=python-version depName=python
requires-python = ">=3.12, <3.14"
dependencies = [
"openai==1.63.2",
"openai==1.64.0",
"tiktoken<1.0.0,>=0.5.1",
"tabulate>=0.9.0,<1.0.0",
"codeowners<1.0.0,>=0.6.0",
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 520d6b3

Please sign in to comment.