Skip to content

chore(deps-dev): bump langchain from 1.2.13 to 1.3.9#1721

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/langchain-1.3.9
Open

chore(deps-dev): bump langchain from 1.2.13 to 1.3.9#1721
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/langchain-1.3.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps langchain from 1.2.13 to 1.3.9.

Release notes

Sourced from langchain's releases.

langchain==1.3.9

Changes since langchain==1.3.8

release(anthropic): 1.4.6 (#38105) release(langchain): 1.3.9 (#38104) fix(langchain,anthropic): confine file-search results and tighten anthropic allowed_prefixes (#38106)

langchain==1.3.8

Changes since langchain==1.3.7

release(langchain): 1.3.8 (#38096) style(core,langchain,langchain-classic,partners): replace double backticks in docstrings (#38095) release(core): 1.4.6 (#38061) chore(langchain): add overloads to create_agent (#34309) chore(infra): bump mypy to 2.1 and unify type-check config across the monorepo (#36470) fix(langchain): support async middleware decorator typing (#34584) fix(langchain): tighten structured output model fallbacks (#38042) release(anthropic): 1.4.5 (#38036) hotfix(core): bump lockfile(s) (#38032) refactor(langchain): refactor test_create_agent_tool_validation (#34443)

langchain==1.3.7

Changes since langchain==1.3.6

release(langchain): 1.3.7 (#38024) style(langchain): add ruff rules ARG (#34435) feat(langchain): add ProviderToolSearchMiddleware (#37969) chore(langchain): activate mypy warn_return_any (#34249) test(langchain): mark legacy trigger view for 2.0 removal (#38002)

langchain==1.3.6

Changes since langchain==1.3.5

release(langchain): 1.3.6 (#38001) fix(langchain): preserve summarization trigger compatibility (#38000)

langchain==1.3.5

Changes since langchain==1.3.4

release(langchain): 1.3.5 (#37998) feat(langchain): port AND-capable trigger conditions to SummarizationMiddleware (#34576) hotfix(openai): min core dep (#37990) feat(openai): support apply_patch built-in tool (#37157) chore: bump pyarrow from 21.0.0 to 23.0.1 in /libs/langchain_v1 (#37930) chore: bump dependencies (#37892) chore: bump aiohttp from 3.13.4 to 3.14.0 in /libs/langchain_v1 (#37888)

langchain==1.3.4

Changes since langchain==1.3.3

... (truncated)

Commits
  • 3bfb6a3 release(langchain): 1.3.9 (#38104)
  • dcaf779 fix(langchain,anthropic): confine file-search results and tighten anthropic `...
  • 0392b6b fix(core): fix Pydantic v1 support in tools/runnable (#33698)
  • f6d63bc release(langchain): 1.3.8 (#38096)
  • 5d20596 style(core,langchain,langchain-classic,partners): replace double backticks in...
  • fb55c66 chore: bump langsmith from 0.8.9 to 0.8.14 in /libs/partners/huggingface (#38...
  • 51daae5 chore: bump langsmith from 0.8.9 to 0.8.14 in /libs/partners/chroma (#38092)
  • 70e9579 chore: bump langsmith from 0.8.9 to 0.8.14 in /libs/partners/fireworks (#38093)
  • 6c0e9af chore: bump langsmith from 0.8.9 to 0.8.14 in /libs/partners/xai (#38094)
  • 222dc84 ci(infra): clarify early PR auto-close guidance (#38090)
  • 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 Jun 23, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM, dev-only dependency bump within the langchain v1.x major.

Extended reasoning...

Overview

This dependabot PR only touches uv.lock, bumping the langchain dev dependency from 1.2.13 to 1.3.9 (and pulling along its companion packages langchain-core 1.2.22→1.4.7, langgraph 1.1.3→1.2.5, langgraph-checkpoint, langgraph-prebuilt, langgraph-sdk, plus new transitives langchain-protocol and websockets). No source files are modified.

Security risks

None specific to this PR. Supply-chain risk is the usual concern for dependency bumps, but exclude-newer-span = "P7D" is in effect and the package versions are published to PyPI with hashes pinned in the lockfile. The exclude-newer value being reset to "0001-01-01T00:00:00Z" is a documented uv behavior when using the relative exclude-newer-span form ("This has no effect and is included for backwards compatibility...") — not a regression.

Level of scrutiny

Low. langchain and langgraph are listed only under [dependency-groups].dev in pyproject.toml — they are not runtime dependencies of the published langfuse package, only used by the integration tests that exercise the LangChain callback handler. A minor-version-range bump within the >=1,<2 constraint, CI will validate the integration end-to-end.

Other factors

The bug hunting system found no issues. No outstanding reviewer comments. The diff is purely lockfile, well within the scope of routine dependabot dev-dep updates that can be merged once CI is green.

@dependabot dependabot Bot force-pushed the dependabot/uv/langchain-1.3.9 branch from 389f9fb to 0280e4f Compare June 25, 2026 05:55
Bumps [langchain](https://github.com/langchain-ai/langchain) from 1.2.13 to 1.3.9.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==1.2.13...langchain==1.3.9)

---
updated-dependencies:
- dependency-name: langchain
  dependency-version: 1.3.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/langchain-1.3.9 branch from 0280e4f to 3c51531 Compare June 26, 2026 05:54
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