Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps openai from 1.54.3 to 1.61.0.

Release notes

Sourced from openai's releases.

v1.61.0

1.61.0 (2025-01-31)

Full Changelog: v1.60.2...v1.61.0

Features

Bug Fixes

  • types: correct metadata type + other fixes (12b87a4)

Chores

Documentation

v1.60.2

1.60.2 (2025-01-27)

Full Changelog: v1.60.1...v1.60.2

Bug Fixes

  • parsing: don't validate input tools in the asynchronous .parse() method (6fcfe73)

v1.60.1

1.60.1 (2025-01-24)

Full Changelog: v1.60.0...v1.60.1

Chores

Documentation

v1.60.0

... (truncated)

Changelog

Sourced from openai's changelog.

1.61.0 (2025-01-31)

Full Changelog: v1.60.2...v1.61.0

Features

Bug Fixes

  • types: correct metadata type + other fixes (12b87a4)

Chores

Documentation

1.60.2 (2025-01-27)

Full Changelog: v1.60.1...v1.60.2

Bug Fixes

  • parsing: don't validate input tools in the asynchronous .parse() method (6fcfe73)

1.60.1 (2025-01-24)

Full Changelog: v1.60.0...v1.60.1

Chores

Documentation

1.60.0 (2025-01-22)

Full Changelog: v1.59.9...v1.60.0

... (truncated)

Commits
  • 7a6517d release: 1.61.0
  • b56b357 chore(types): fix Metadata types
  • fdd5247 feat(api): add o3-mini (#2067)
  • a990968 Revert "fix(parsing): don't validate input tools in the asynchronous `.parse(...
  • d779e40 chore: update api.md (#2063)
  • 90e3d39 docs(readme): current section links (#2055)
  • d16e6ed release: 1.60.2
  • 257d79e fix(parsing): don't validate input tools in the asynchronous .parse() method
  • b95be16 release: 1.60.1
  • 27d0e67 chore(internal): minor formatting changes (#2050)
  • Additional commits viewable in compare view

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

This PR updates the OpenAI Python SDK from version 1.54.3 to 1.61.0, introducing new features and fixes while maintaining compatibility with the existing codebase.

  • Added support for o3-mini model in /pyproject.toml OpenAI dependency
  • Fixed metadata type validation and other type-related fixes in OpenAI SDK that could affect /tests/test_openai.py
  • Fixed async .parse() method validation for input tools, relevant to async tests in /tests/test_langchain_integration.py
  • Updated OpenAI dependency version constraint in /pyproject.toml from ">=0.27.8" to maintain compatibility

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 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.61.0.
- [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.61.0)

---
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.61.0 branch from 2f64d3e to e7fb642 Compare February 5, 2025 05:25
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 6, 2025

Superseded by #1104.

@dependabot dependabot bot closed this Feb 6, 2025
@dependabot dependabot bot deleted the dependabot/pip/openai-1.61.0 branch February 6, 2025 05:43
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant