Skip to content

chore(deps): bump @langchain/ollama from 1.2.6 to 1.3.0 - #120

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/langchain/ollama-1.2.7
Open

chore(deps): bump @langchain/ollama from 1.2.6 to 1.3.0#120
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/langchain/ollama-1.2.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown

Bumps @langchain/ollama from 1.2.6 to 1.3.0.

Release notes

Sourced from @​langchain/ollama's releases.

@​langchain/core@​1.2.9

Patch Changes

@​langchain/core@​1.2.8

Patch Changes

  • #11369 d6ad973 Thanks @​hntrl! - fix(langchain): use unified endpoint for gateway

  • #11342 3b0e4c4 Thanks @​thushanth-bengre-langchain! - feat(core): mark errors as retryable or not, and stop retrying the ones that aren't

    Retry middleware retried every failure up to maxRetries, including deterministic ones like a bad API key or an unknown model. Retries also nest, so a single such failure could cost dozens of API calls.

    @langchain/core/errors adds stampRetryable(error, retryable) and getRetryable(error). Marking an error leaves its class and shape untouched, so a provider SDK error can be classified without breaking instanceof. getRetryable returns undefined for errors nobody classified, and both are exported so tool authors can mark their own failures.

    modelRetryMiddleware and toolRetryMiddleware now respect the mark by default, and retries stop as soon as one is found rather than each layer spending its own budget. Aborted calls, context overflow, and oversized payloads are marked non-retryable out of the box. Models accept a per-call maxRetries so a surrounding retry loop can take over.

    Behavior change: errors marked non-retryable now fail on the first attempt. Unclassified errors — including any from third-party integrations or custom tools — retry exactly as before. Pass retryOn: () => true to restore the old default. A custom onFailedAttempt replaces the built-in handler and opts out of marking.

@​langchain/core@​1.2.7

Patch Changes

Commits
  • c5e8962 chore: version packages (#11059)
  • e51478a feat(aws): bedrock prompt caching middleware (#11080)
  • 7d61f5f fix(groq): tighten @​langchain/core peer dependency to ^1.1.30 (#11069)
  • 2e28115 feat(deps): native streamEvents ChatModelStreamEvent protocol (#10924)
  • 6d212ef docs(tavily): fix "refering" typo in tool description (#11067)
  • a001816 chore(deps): bump esbuild from 0.28.0 to 0.28.1 in /environment_tests/test-ex...
  • 234c8bb ci(infra): pin GitHub Actions to full-length commit SHAs (#11061)
  • 4aeaa76 feat(langchain): add when predicate to human-in-the-loop middleware (#11012)
  • ac0f71d fix(core): preserve AIMessage content blocks (#11047)
  • 39f338e chore: remove deprecated @​langchain/google-cloud-sql-pg package (#11060)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
@dependabot
dependabot Bot requested a review from anilguleroglu as a code owner May 18, 2026 13:55
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/langchain/ollama-1.2.7 branch from df3a766 to fb7a8c0 Compare May 20, 2026 06:39
@dependabot dependabot Bot changed the title build(deps): bump @langchain/ollama from 1.2.6 to 1.2.7 Bump @langchain/ollama from 1.2.6 to 1.2.7 Jun 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/langchain/ollama-1.2.7 branch from fb7a8c0 to 2a64bb0 Compare June 5, 2026 14:37
@dependabot dependabot Bot changed the title Bump @langchain/ollama from 1.2.6 to 1.2.7 build(deps): bump @langchain/ollama from 1.2.6 to 1.2.7 Jun 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/langchain/ollama-1.2.7 branch from 2a64bb0 to d57c575 Compare June 10, 2026 09:24
@sercanuste

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [@langchain/ollama](https://github.com/langchain-ai/langchainjs) from 1.2.6 to 1.3.0.
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/ollama@1.2.6...@langchain/ollama@1.3.0)

---
updated-dependencies:
- dependency-name: "@langchain/ollama"
  dependency-version: 1.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump @langchain/ollama from 1.2.6 to 1.2.7 chore(deps): bump @langchain/ollama from 1.2.6 to 1.3.0 Aug 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/langchain/ollama-1.2.7 branch from d57c575 to 728b9d8 Compare August 28, 2026 14:13
@dependabot
dependabot Bot requested a review from a team August 28, 2026 14:13
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant