Skip to content

chore(deps-dev): bump langchain-openai from 0.3.34 to 1.1.12 in the langchain group across 1 directory#1590

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/langchain-3ed0902394
Open

chore(deps-dev): bump langchain-openai from 0.3.34 to 1.1.12 in the langchain group across 1 directory#1590
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/langchain-3ed0902394

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps the langchain group with 1 update in the / directory: langchain-openai.

Updates langchain-openai from 0.3.34 to 1.1.12

Release notes

Sourced from langchain-openai's releases.

langchain-openai==1.1.12

Changes since langchain-openai==1.1.11

fix(openai): bump min core version (#36180) release(openai): 1.1.12 (#36178) fix(core,model-profiles): add missing ModelProfile fields, warn on schema drift (#36129) fix(openai): support phase parameter (#36161) fix(openai): preserve namespace field in streaming function_call chunks (#36108) ci: suppress pytest streaming output in CI (#36092) ci: avoid unnecessary dep installs in lint targets (#36046) chore(model-profiles): refresh model profile data (#36039) chore: bump orjson from 3.11.5 to 3.11.6 in /libs/partners/openai (#35860) fix(openai): add type: message to Responses API input items (#35693) perf(.github): set a timeout on get min versions HTTP calls (#35851) feat(model-profiles): new fields + Makefile target (#35788) fix(openai): close PIL Image handles in token counting to prevent fd leak (#35742) fix(openai): typo (#35763) chore(model-profiles): refresh model profile data (#35754)

langchain-openai==1.1.11

Changes since langchain-openai==1.1.10

fix(openai): bump min core version (#35705) release(openai): 1.1.11 (#35703) fix(openai): update responses API model detection for pro and codex models (#35594) feat(openai): support tool search (#35582) chore: bump langgraph from 1.0.8 to 1.0.10rc1 in /libs/partners/openai (#35612) chore(model-profiles): refresh model profile data (#35593) fix(openai): avoid PydanticSerializationUnexpectedValue for structured output (#35543) feat(openrouter): add streaming token usage support (#35559) fix: compaction typo (#35467) fix(openai): add test for CSV and accommodate breaking changes in file url inputs (#35454) chore: bump langgraph-checkpoint from 3.0.0 to 4.0.0 in /libs/partners/openai (#35448) fix(model-profiles): sort generated profiles by model ID for stable diffs (#35344) fix(openai): accept valid responses that are falsy at runtime (#35307)

langchain-openai==1.1.10

Changes since langchain-openai==1.1.9

release(openai): 1.1.10 (#35292) feat(openai): support automatic server-side compaction (#35212) fix(openai): add model property (#35284) fix(nomic,openai,perplexity): update pillow version to >= 12.1.1, <13.0.0 (#35254) docs(openai): more nits (#35277) docs(openai): clarify reasoning config for openai-compatible endpoints (#35202) fix(openai): gpt-5.2-pro Model Profile structured_output key fixed (#35216) chore(openai): extend model_token_mapping till gpt-5.2 for modelname_to_contextsize (#35214) fix(openai): enhance error message for non-OpenAI embedding providers (#35252) fix(openai): sanitize chat completions text content blocks (#35217) fix(openai): improve error message for null choices in OpenAI-compatible APIs (#35236)

... (truncated)

Commits
  • ad574fc fix(openai): bump min core version (#36180)
  • 19f81cf release(core): 1.2.21 (#36179)
  • 6d07ef2 release(openai): 1.1.12 (#36178)
  • 2f64d80 fix(core,model-profiles): add missing ModelProfile fields, warn on schema d...
  • 5ffece5 chore(core): remove stale blockbuster allowlist for deleted context module (#...
  • 936b0a6 chore(model-profiles): refresh model profile data (#36152)
  • 900f8a3 fix(openai): support phase parameter (#36161)
  • 64a848a ci: add maintainer override to require-issue-link workflow (#36147)
  • 7d05cfb fix(openai): preserve namespace field in streaming function_call chunks (#36108)
  • 74ade80 chore(model-profiles): refresh model profile data (#36123)
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 30, 2026
Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

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

This is a major version bump (0.3.34 → 1.1.12) for a dev dependency — worth a quick human check to confirm the langchain integration tests still pass against the new API.

Extended reasoning...

Overview

This PR bumps langchain-openai from 0.3.34 to 1.1.12 in pyproject.toml and uv.lock. The dependency is listed under [dependency-groups] dev only, so it does not affect the published langfuse package or end-users directly. The constraint changes from >=0.0.5,<0.4 to >=0.0.5,<1.2.

Security risks

None. This is a dev-only dependency used for testing the langchain integration, and no security-sensitive code paths are touched.

Level of scrutiny

Despite being a dev dependency, the version jump spans a major version boundary (0.x → 1.x), which in semver signals potential breaking changes. The langchain-openai 1.x series introduced new features (Responses API support, structured output changes, tool search, compaction, etc.) that could affect how the existing langchain integration tests interact with the library. Automated dependency bumps across major versions deserve a human glance to confirm test compatibility.

Other factors

No bugs were found by the automated review. The lock file update looks mechanically correct. The change is Dependabot-generated and well-scoped. The main uncertainty is whether the langchain integration tests in this repo remain green against langchain-openai 1.x — a CI run or quick manual check would confirm this.

Bumps the langchain group with 1 update: [langchain-openai](https://github.com/langchain-ai/langchain).


Updates `langchain-openai` from 0.3.34 to 1.1.12
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-openai==0.3.34...langchain-openai==1.1.12)

---
updated-dependencies:
- dependency-name: langchain-openai
  dependency-version: 1.1.12
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: langchain
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the title chore(deps-dev): bump langchain-openai from 0.3.34 to 1.1.12 in the langchain group chore(deps-dev): bump langchain-openai from 0.3.34 to 1.1.12 in the langchain group across 1 directory Mar 31, 2026
@dependabot dependabot bot force-pushed the dependabot/uv/langchain-3ed0902394 branch from 2589b1a to 9bf72b0 Compare March 31, 2026 05:56
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants