chore(deps-dev): bump langchain-openai from 0.2.14 to 0.3.29 in the langchain group across 1 directory #1289
+124
−18
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.
Bumps the langchain group with 1 update in the / directory: langchain-openai.
Updates
langchain-openaifrom 0.2.14 to 0.3.29Release notes
Sourced from langchain-openai's releases.
... (truncated)
Commits
088095brelease(openai): release 0.3.29 (#32463)c312362chore: formatting across codebase (#32466)0200121fix(openai): revert some changes (#32462)0024412feat(openai):minimalandverbosity(#32455)6727d6erelease(core): 0.3.74 (#32454)5036bd7fix(openai): don't crash get_num_tokens_from_messages on gpt-5 (#32451)ec2b34afeat(openai): custom tools (#32449)145d38ftest(openai): add tests forprompt_cache_keyparameter and update docs (#32...68c70dafix(openai): add inoutput_text(#32450)754528dfeat(langchain): add stuff and map reduce chains (#32333)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsImportant
Update
langchain-openaidependency version inpyproject.tomlto>=0.0.5,<0.4.langchain-openaiversion inpyproject.tomlfrom>=0.0.5,<0.3to>=0.0.5,<0.4.This description was created by
for f1f7cbd. You can customize this summary. It will automatically update as commits are pushed.
Disclaimer: Experimental PR review
Greptile Summary
This PR is an automated Dependabot update that bumps the
langchain-openaidevelopment dependency from version 0.2.14 to 0.3.29. The change modifies the version constraint inpyproject.tomlfrom<0.3to<0.4, allowing the package manager to install the newer version.The
langchain-openaipackage is used as a development dependency in the Langfuse Python SDK, primarily for testing the Langchain integration functionality. Based on the repository's dependabot configuration, langchain-related dependencies are grouped together for coordinated updates, which explains why this update is part of the "langchain group".This version bump represents a significant minor version jump that brings numerous improvements and fixes, including:
prompt_cache_keyparametermax_retriesparameter for 503 capacity errorsSince this is a development dependency used primarily for testing the Langfuse-Langchain integration (specifically in test files that import
ChatOpenAI), the update ensures that Langfuse's tests run against a current version of the langchain-openai package, helping maintain compatibility and catch potential integration issues early.Confidence score: 4/5