Skip to content

chore(deps): bump langchain from 0.8.0+1 to 0.8.1#239

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/langchain-0.8.1
Open

chore(deps): bump langchain from 0.8.0+1 to 0.8.1#239
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/langchain-0.8.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps langchain from 0.8.0+1 to 0.8.1.

Release notes

Sourced from langchain's releases.

2025-12-20

Changes

googleai_dart - v2.0.0

  • BREAKING FEAT(googleai_dart): Remove deprecated schema fields (#848). (e6d07ec4)
  • BREAKING FEAT(googleai_dart): Remove deprecated Chunks and query APIs (#847). (9cae76d5)
  • BREAKING FEAT(googleai_dart): Remove deprecated RagStores resource (#846). (1ab553f1)
  • FEAT(googleai_dart): Add InteractionsResource and client integration (#905). (af6b13ea)
  • FEAT(googleai_dart): Add Interactions API tool types (#904). (2258cfa1)
  • FEAT(googleai_dart): Add Interactions API events and deltas (#903). (826d3f64)
  • FEAT(googleai_dart): Add Interactions API content types (#902). (b8c61743)
  • FEAT(googleai_dart): Add Interactions API core models (#901). (65f5db17)
  • FEAT(googleai_dart): Update existing models with new properties (#856). (dd3893e0)
  • FEAT(googleai_dart): Add RetrievalConfig to ToolConfig (#855). (5e11aa70)
  • FEAT(googleai_dart): Add MediaResolution to Part (#854). (df76f8c5)
  • FEAT(googleai_dart): Add GoogleMaps tool (#853). (54814614)
  • FEAT(googleai_dart): Add McpServers tool (#852). (97970687)
  • FEAT(googleai_dart): Add FileSearch tool (#851). (a00895b1)
  • FEAT(googleai_dart): Add grounding models (#850). (bb1a6228)
  • FEAT(googleai_dart): Add FileSearchStores resource (#849). (acb63d72)
  • FEAT(googleai_dart): Add ThinkingConfig support to GenerationConfig (#817). (36de62a9)
  • FIX(googleai_dart): Complete alignment with target implementation (#884). (60476e8d)
  • DOCS(googleai_dart): Add Interactions API docs and example (#897). (f4a04677)

anthropic_sdk_dart - v0.3.1

  • FIX(anthropic_sdk_dart): Add signature_delta support to BlockDelta (fixes #811) (#878). (1d281837)
  • FIX(anthropic_sdk_dart): Update tool types and fix analyzer warnings (#876). (17613b1e)
  • FEAT(anthropic_sdk_dart): Add citations_delta support to BlockDelta (#880). (4da916bf)
  • FEAT(anthropic_sdk_dart): Add beta features support (#874). (28e4a23a)
  • FEAT(anthropic_sdk_dart): Add schema enhancements (#873). (424d3225)
  • FEAT(anthropic_sdk_dart): Add Models API (#872). (7962a867)
  • FEAT(anthropic_sdk_dart): Add get message batch results endpoint (#871). (46fb2a5d)
  • FEAT(anthropic_sdk_dart): Add delete message batch endpoint (#870). (6611e175)
  • FEAT(anthropic_sdk_dart): Add cancel message batch endpoint (#869). (b7aa8602)
  • FEAT(anthropic_sdk_dart): Add list message batches endpoint (#868). (745e369d)
  • FEAT(anthropic_sdk_dart): Add token counting API (#858). (b0d61c92)

langchain - v0.8.1

  • FEAT: Add listModels() API for LLMs and Embeddings (#371) (#844). (4b737389)
  • FIX(langchain): Properly serialize non-String tool outputs in AgentExecutor (#821). (3891164c)

langchain_anthropic - v0.3.1

  • FIX(langchain_anthropic): Handle CitationsBlockDelta in streaming responses (#881). (445ddda1)
  • FIX(langchain_anthropic): Handle SignatureBlockDelta in streaming responses (#879). (a9fe5285)
  • FIX(langchain_anthropic): Update mappers for anthropic_sdk_dart schema changes (#877). (c77d454d)

... (truncated)

Changelog

Sourced from langchain's changelog.

langchain - v0.8.1

  • FEAT: Add listModels() API for LLMs and Embeddings (#371) (#844). (4b737389)
  • FIX(langchain): Properly serialize non-String tool outputs in AgentExecutor (#821). (3891164c)

langchain_anthropic - v0.3.1

  • FIX(langchain_anthropic): Handle CitationsBlockDelta in streaming responses (#881). (445ddda1)
  • FIX(langchain_anthropic): Handle SignatureBlockDelta in streaming responses (#879). (a9fe5285)
  • FIX(langchain_anthropic): Update mappers for anthropic_sdk_dart schema changes (#877). (c77d454d)
  • FEAT(langchain_anthropic): Add listModels() support (#882). (c1ba2592)

langchain_core - v0.4.1

langchain_firebase - v0.3.1

  • FIX(langchain_firebase): Handle malformedFunctionCall finish reason (#842). (d6eef0dd)
  • FEAT(langchain_firebase): Migrate to firebase_ai and add Google AI backend support (#909). (3be47d26)

langchain_google - v0.7.1

  • FIX(langchain_google): Remove ServiceAccountCredentials stub export (#838). (d0a058b3)
  • FIX(langchain_google): Add web platform compatibility for HttpClientAuthProvider (#832). (3a9e995b)
  • FEAT: Add listModels() API for LLMs and Embeddings (#371) (#844). (4b737389)

langchain_mistralai - v0.3.1

  • FEAT(langchain_mistralai): Add tool/function calling support (#888). (f4a1480c)
  • FEAT: Add listModels() API for LLMs and Embeddings (#371) (#844). (4b737389)
  • FEAT(mistralai_dart): Align embeddings API with latest Mistral spec (#886). (769edc49)

langchain_ollama - v0.4.1

langchain_openai - v0.8.1

mistralai_dart - v0.1.1

  • FEAT(mistralai_dart): Align Chat API with latest Mistral spec (#887). (b5a12301)
  • FEAT(mistralai_dart): Align embeddings API with latest Mistral spec (#886). (769edc49)

openai_dart - v0.6.1

  • FEAT(openai_dart): Add image streaming and new GPT image models (#827). (1218d8c3)
  • FEAT(openai_dart): Add ImageGenStreamEvent schema for streaming (#834). (eb640052)

... (truncated)

Commits
  • 222dc18 chore(release): publish packages
  • 3be47d2 feat(langchain_firebase): Migrate to firebase_ai and add Google AI backend su...
  • 0627684 feat(googleai_dart): Enhance openapi-updater skill with documentation enforce...
  • f4a0467 docs(googleai_dart): Add Interactions API docs and example (#897)
  • 5b7ca45 fix(googleai_dart): Fix verify_exports.py for nested dirs and part files (#907)
  • fd14eec test(googleai_dart): Add Interactions API unit tests (#906)
  • af6b13e feat(googleai_dart): Add InteractionsResource and client integration (#905)
  • 2258cfa feat(googleai_dart): Add Interactions API tool types (#904)
  • 826d3f6 feat(googleai_dart): Add Interactions API events and deltas (#903)
  • b8c6174 feat(googleai_dart): Add Interactions API content types (#902)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Dec 22, 2025
@dependabot dependabot bot force-pushed the dependabot/pub/langchain-0.8.1 branch from b191f5a to 5a5118c Compare December 25, 2025 13:02
Bumps [langchain](https://github.com/davidmigloz/langchain_dart/tree/main/packages) from 0.8.0+1 to 0.8.1.
- [Release notes](https://github.com/davidmigloz/langchain_dart/releases)
- [Changelog](https://github.com/davidmigloz/langchain_dart/blob/main/CHANGELOG.md)
- [Commits](https://github.com/davidmigloz/langchain_dart/commits/langchain-v0.8.1/packages)

---
updated-dependencies:
- dependency-name: langchain
  dependency-version: 0.8.1
  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/pub/langchain-0.8.1 branch from 5a5118c to 6b103be Compare December 31, 2025 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants