Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2025

Bumps openai from 1.54.3 to 1.66.3.

Release notes

Sourced from openai's releases.

v1.66.3

1.66.3 (2025-03-12)

Full Changelog: v1.66.2...v1.66.3

Bug Fixes

v1.66.2

1.66.2 (2025-03-11)

Full Changelog: v1.66.1...v1.66.2

Bug Fixes

  • responses: correct reasoning output type (#2181) (8cb1129)

v1.66.1

1.66.1 (2025-03-11)

Full Changelog: v1.66.0...v1.66.1

Bug Fixes

  • responses: correct computer use enum value (#2180) (48f4628)

Chores

  • internal: temporary commit (afabec1)

v1.66.0

1.66.0 (2025-03-11)

Full Changelog: v1.65.5...v1.66.0

Features

  • api: add /v1/responses and built-in tools (854df97)

Chores

v1.65.5

1.65.5 (2025-03-09)

Full Changelog: v1.65.4...v1.65.5

... (truncated)

Changelog

Sourced from openai's changelog.

1.66.3 (2025-03-12)

Full Changelog: v1.66.2...v1.66.3

Bug Fixes

1.66.2 (2025-03-11)

Full Changelog: v1.66.1...v1.66.2

Bug Fixes

  • responses: correct reasoning output type (#2181) (8cb1129)

1.66.1 (2025-03-11)

Full Changelog: v1.66.0...v1.66.1

Bug Fixes

  • responses: correct computer use enum value (#2180) (48f4628)

Chores

  • internal: temporary commit (afabec1)

1.66.0 (2025-03-11)

Full Changelog: v1.65.5...v1.66.0

Features

  • api: add /v1/responses and built-in tools (854df97)

Chores

1.65.5 (2025-03-09)

Full Changelog: v1.65.4...v1.65.5

Chores

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Greptile Summary

Disclaimer: Experimental PR review

Updates the OpenAI Python library from 1.54.3 to 1.66.3, introducing new features like /v1/responses endpoint and built-in tools, along with several bug fixes for response types and module-level client.

  • Added /v1/responses endpoint and built-in tools in v1.66.0
  • Fixed module-level client update in v1.66.3
  • Fixed reasoning output type and computer use enum value in v1.66.2/1.66.1
  • Extensive test coverage in /tests/test_openai.py suggests thorough compatibility testing needed
  • Potential impact on OpenAI integration in /langfuse/callback/langchain.py should be reviewed

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 13, 2025
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

Bumps [openai](https://github.com/openai/openai-python) from 1.54.3 to 1.66.3.
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.54.3...v1.66.3)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/openai-1.66.3 branch from 0a70dd2 to f956202 Compare March 14, 2025 05:50
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2025

Looks like openai is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 18, 2025
@dependabot dependabot bot deleted the dependabot/pip/openai-1.66.3 branch March 18, 2025 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant