chore(deps-dev): bump langchain from 0.3.30 to 1.0.1 in /packages/instrumentation-langchain
Bumps langchain from 0.3.30 to 1.0.1.
Release notes
Sourced from langchain'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==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
unsupportedModelBehaviorproperty to anthropic middleware🐛 Bug Fixes
- System Prompt Consistency (#9045): Fixed system prompt handling across all agent components
- Zod Interoperability (#9029): Improved compatibility between Zod v3 and v4
- Structured Output Handling (#9033): Improved structured output processing for agents
- Graph Support for Jumps (#9035): Added statically typed graph support for agent jumps
- Tool Configuration Naming (#9034): Renamed
toolConfigstointerruptOnfor clarity- LLM Property Removal (#9017): Removed
llmprop from middleware agent- Message Handling: Fixed grabbing last AIMessage from list instead of just looking at last message
- Memory Saver Export (#8996): Removed incorrect MemorySaver re-export
- Middleware Naming (#8912): Fixed "middlewares" property naming to "middleware"
- Cache Control Verification: Actually verify cache control values in usage response
- Message Instance Checking (#8905): Use
isInstancefor message validation📦 Dependency and Build Fixes
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[!IMPORTANT] Bumps
langchainversion from 0.3.30 to 1.0.1 inpackage.json.
- Dependency Update:
- Bumps
langchainversion from 0.3.30 to 1.0.1 inpackage.json.This description was created by
for 36d0616ee2d28d72eaf79fd1b659eed19f16e522. You can customize this summary. It will automatically update as commits are pushed.
Labels
The following labels could not be found: instrumentation-langchain. Please create it before Dependabot can add it to a pull request.
Please fix the above issues or remove invalid values from dependabot.yml.
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Comment @coderabbitai help to get the list of available commands and usage tips.