Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps @langchain/google-genai from 0.2.18 to 1.0.0.

Release notes

Sourced from @​langchain/google-genai's releases.

langchain==1.0.0-alpha.8

🚀 New Features

  • Context Editing Middleware (#9118): Added middleware for editing conversation context dynamically
  • Tool Call Limit Middleware (#9121): Implemented middleware to limit the number of tool calls during agent execution
  • Retry Model Request Hook (#9128): Added retry functionality for model requests in middleware
  • Call Count Tracking (#9090): Introduced call counts through private state for better monitoring and control
  • Custom Interrupted Tool Descriptions (#9116): Added ability to pass in a description factory for interrupted tool calls
  • PII Redaction Middleware (#9058): Added middleware for automatically redacting personally identifiable information
  • Perplexity Support: Added Perplexity provider support to universal chat model

🐛 Bug Fixes

  • LLM Tool Selector Implementation (#9127): Updated implementation of LLMToolSelector middleware for improved reliability
  • LangGraph Integration (#9117): Fixed integration issues with LangGraph
  • Tool Instance Handling (#9119): Fixed tools in ModelRequest to return tool instances instead of serialized objects
  • TypeScript Type Inference (#9087): Exported all symbols to enable proper TypeScript type inference
  • Prompt Caching Immutability (#9086): Fixed PromptCachingMiddleware to return new message objects instead of modifying existing ones
  • Input Type Support (#9080): Improved input types to support a wider range of type definitions
  • Tools Node Creation (#9074): Fixed to only create tools node for client-provided tools
  • Planning Middleware Adjustments (#9070): Minor improvements to planning middleware behavior
  • Hub Prompt Schema Binding (#9057): Fixed schema binding for various types of pulled hub prompts

@​langchain/core==1.0.0-alpha.6

🚀 New Features

  • Google AI Standard Content (#9024): Added comprehensive standard content support for Google GenAI and Vertex AI
  • AWS Bedrock Standard Content (#9013): Implemented standard content support for AWS Bedrock Converse
  • Server Tool Blocks (#9000): Added server tool blocks to standard content system
  • Zod Interoperability (#9029): Improved compatibility between Zod v3 and v4

🐛 Bug Fixes

  • Response Metadata Type Mismatch (#9010): Fixed type mismatches in response metadata
  • Message Index Cleanup (#8972): Refined message exports

🔧 Technical Improvements

  • Google AI Integration: Significantly enhanced Google GenAI and Vertex AI block translators
  • AWS Bedrock Integration: Major improvements to Bedrock Converse support
  • Content Index Updates: Enhanced content module exports

langchain==1.0.0-alpha.7

🚀 New Features

  • Todo Middleware (#9051): Added new todo middleware functionality for agent workflows
  • LLM Tool Selector Middleware (#9050): Implemented llmToolSelectorMiddleware (bigTool) for intelligent tool selection
  • Middleware Tool Definition (#9046): Middleware can now define their own tools dynamically
  • Dynamic Prompt Middleware (#8993): Added built-in middleware for dynamic prompt generation
  • Unsupported Model Behavior (#9039): Added unsupportedModelBehavior property to anthropic middleware

... (truncated)

Commits

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)

Bumps [@langchain/google-genai](https://github.com/langchain-ai/langchainjs) from 0.2.18 to 1.0.0.
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

---
updated-dependencies:
- dependency-name: "@langchain/google-genai"
  dependency-version: 1.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 20, 2025

Assignees

The following users could not be added as assignees: pederzh. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants