Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps langchain-openai from 0.3.7 to 0.3.11.

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.3.11

Changes since langchain-openai==0.3.10

openai: release 0.3.11 (#30503) openai[patch]: support streaming token counts in AzureChatOpenAI (#30494) infra: handle flaky tests (#30501) openai[patch]: attempt to make test less flaky (#30463)

langchain-openai==0.3.10

Changes since langchain-openai==0.3.9

openai[patch]: bump openai sdk (#30461) openai: release 0.3.10 (#30460) openai[patch]: support multi-turn computer use (#30410) openai[patch]: trace strict in structured_output_kwargs (#30425) Fix typo: change 'ben' to 'be' in comment (#30358)

langchain-openai==0.3.9

Changes since langchain-openai==0.3.8

Support for OpenAI Responses API.

Specify use of Responses API as an init param:

from langchain_openai import ChatOpenAI
llm = ChatOpenAI(
model="gpt-4o-mini",
use_responses_api=True,
)

ChatOpenAI will also automatically route through the Responses API if a feature specific to that API is used:

from langchain_openai import ChatOpenAI
llm = ChatOpenAI(model="gpt-4o-mini")
llm.invoke(
"What was a positive news story from today?",
tools=[{"type": "web_search_preview"}],
)

Details:

openai[patch]: release 0.3.9 (#30325) openai[patch]: support additional Responses API features (#30322) openai[patch]: support structured output via Responses API (#30265) openai[patch]: support Responses API (#30231)

... (truncated)

Commits
  • a9b1e1b openai: release 0.3.11 (#30503)
  • 8119a7b openai[patch]: support streaming token counts in AzureChatOpenAI (#30494)
  • 56629ed docs: updated the docs for vectara (#30398)
  • f68eaab tests: release 0.3.17 (#30502)
  • 0b532a4 community: Azure Document Intelligence parser features not available fixed (#...
  • fbd2e10 docs: hide jsx in llm chain tutorial (#30187)
  • 8e5d2a4 community[patch]: update PyPDFParser to take into account filters returned as...
  • 422ba4c infra: handle flaky tests (#30501)
  • 9a80be7 core[patch]: release 0.3.49 (#30500)
  • 299b222 mistral[patch]: check types in adding model_name to response_metadata (#30499)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 1, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-openai-0.3.11 branch from fe9c633 to 3cfd1c0 Compare April 7, 2025 17:03
@nithishr
Copy link
Contributor

nithishr commented Apr 7, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/langchain-openai-0.3.11 branch from 3cfd1c0 to af568ee Compare April 7, 2025 17:47
Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 0.3.7 to 0.3.11.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-openai==0.3.7...langchain-openai==0.3.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-openai-0.3.11 branch from af568ee to e9fa0cb Compare April 7, 2025 18:45
@nithishr nithishr merged commit 7db7246 into main Apr 7, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/pip/langchain-openai-0.3.11 branch April 7, 2025 18:46
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.

2 participants