fix(deps): update dependency openai to v2#2732
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
Author
|
964bb85 to
4a00c27
Compare
730978e to
973444a
Compare
0679641 to
126b80c
Compare
f311bad to
d3384ee
Compare
d3384ee to
8019d98
Compare
e9dc98d to
dfdaa32
Compare
dfdaa32 to
4e67dfc
Compare
| ocw-data-parser = "^0.35.1" | ||
| onnxruntime = "1.22.1" | ||
| openai = "^1.55.3" | ||
| openai = "^2.0.0" |
There was a problem hiding this comment.
Bug: Upgrading openai to ^2.0.0 conflicts with the langchain-openai dependency, which requires openai < 2.0.0, causing a dependency resolution failure.
Severity: CRITICAL
Suggested Fix
To resolve the dependency conflict, the langchain-openai package must be upgraded to a version that is compatible with openai >= 2.0.0. Alternatively, the openai upgrade must be reverted until all dependent packages support version 2.0.0.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: pyproject.toml#L75
Potential issue: The pull request upgrades the `openai` package to version `^2.0.0`.
However, the project also depends on `langchain-openai`, which has a strict requirement
for `openai < 2.0.0`. This version conflict will cause the dependency resolver to fail
during the installation process, preventing the application from being built or
deployed. This is a load-time error that will likely be caught by CI during the
environment setup phase.
ec130ef to
302bc7c
Compare
302bc7c to
19491ce
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.55.3→^2.0.0Release Notes
openai/openai-python (openai)
v2.14.0Compare Source
Full Changelog: v2.13.0...v2.14.0
Features
modelparams accept strings (e517792)Bug Fixes
Chores
--fixargument to lint script (93107ef)v2.13.0Compare Source
Full Changelog: v2.13.0...v2.14.0
Features
modelparams accept strings (e517792)Bug Fixes
Chores
--fixargument to lint script (93107ef)v2.12.0Compare Source
Full Changelog: v2.12.0...v2.13.0
Features
Chores
v2.11.0Compare Source
Full Changelog: v2.11.0...v2.12.0
Features
v2.9.0Compare Source
Full Changelog: v2.9.0...v2.10.0
Features
Bug Fixes
Chores
v2.8.1Compare Source
Full Changelog: v2.8.0...v2.8.1
Bug Fixes
v2.8.0Compare Source
Full Changelog: v2.8.0...v2.8.1
Bug Fixes
v2.7.2Compare Source
Full Changelog: v2.7.1...v2.7.2
Bug Fixes
Chores
v2.7.1Compare Source
Full Changelog: v2.7.0...v2.7.1
Bug Fixes
v2.7.0Compare Source
Full Changelog: v2.7.0...v2.7.1
Bug Fixes
v2.6.1Compare Source
Full Changelog: v2.6.0...v2.6.1
Bug Fixes
Chores
v2.6.0Compare Source
Full Changelog: v2.6.0...v2.6.1
Bug Fixes
Chores
v2.5.0Compare Source
Full Changelog: v2.5.0...v2.6.0
Features
Bug Fixes
v2.4.0Compare Source
Full Changelog: v2.4.0...v2.5.0
Features
Chores
httpx-aiohttpversion to 0.1.9 (67f2f0a)v2.3.0Compare Source
Full Changelog: v2.3.0...v2.4.0
Features
Chores
v2.2.0Compare Source
Full Changelog: v2.2.0...v2.3.0
Features
Chores
v2.1.0Compare Source
Full Changelog: v2.1.0...v2.2.0
Features
Bug Fixes
v2.0.1Compare Source
Full Changelog: v2.0.1...v2.1.0
Features
v2.0.0Compare Source
Full Changelog: v2.0.0...v2.0.1
Bug Fixes
v1.109.1Compare Source
Full Changelog: v1.109.1...v2.0.0
⚠ BREAKING CHANGES
ResponseFunctionToolCallOutputItem.outputandResponseCustomToolCallOutput.outputnow returnstring | Array<ResponseInputText | ResponseInputImage | ResponseInputFile>instead ofstringonly. This may break existing callsites that assumeoutputis always a string.Features
v1.109.0Compare Source
Full Changelog: v1.109.0...v1.109.1
Bug Fixes
pydantic<2.8.0when using additional fields (5d95ecf)v1.108.2Compare Source
Full Changelog: v1.108.2...v1.109.0
Features
v1.108.1Compare Source
Full Changelog: v1.108.1...v1.108.2
Bug Fixes
Chores
v1.108.0Compare Source
Full Changelog: v1.108.0...v1.108.1
Features
Chores
v1.107.3Compare Source
Full Changelog: v1.107.3...v1.108.0
Features
Chores
v1.107.2Compare Source
Full Changelog: v1.107.2...v1.107.3
Chores
get_platformtest (0b1f6a2)v1.107.1Compare Source
Full Changelog: v1.107.1...v1.107.2
Chores
get_platformtest (01f03e0)v1.107.0Compare Source
Full Changelog: v1.107.0...v1.107.1
Chores
v1.106.1Compare Source
Full Changelog: v1.106.1...v1.107.0
Features
Chores
v1.106.0Compare Source
Full Changelog: v1.106.0...v1.106.1
Chores
pyproject.tomlfile (ca413a2)v1.105.0Compare Source
Full Changelog: v1.105.0...v1.106.0
Features
v1.104.2Compare Source
Full Changelog: v1.104.2...v1.105.0
Features
v1.104.1Compare Source
Full Changelog: v1.104.1...v1.104.2
Bug Fixes
v1.104.0Compare Source
Full Changelog: v1.104.0...v1.104.1
Chores
v1.103.0Compare Source
Full Changelog: v1.103.0...v1.104.0
Features
Bug Fixes
Chores
v1.102.0Compare Source
Full Changelog: v1.102.0...v1.103.0
Features
Bug Fixes
Chores
inline-snapshotversion to 0.28.0 (#2590) (a6b0872)Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.