File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @langchain/tavily" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"description" : " Tavily integration for LangChain.js" ,
5
5
"type" : " module" ,
6
6
"engines" : {
84
84
"dependencies" : {
85
85
"zod" : " ^3.25.32"
86
86
}
87
- }
87
+ }
Original file line number Diff line number Diff line change 1
1
import { CallbackManagerForToolRun } from "@langchain/core/callbacks/manager" ;
2
2
import { StructuredTool , ToolParams } from "@langchain/core/tools" ;
3
- import { z } from "zod" ;
3
+ import { z } from "zod/v3 " ;
4
4
import { InferInteropZodOutput } from "@langchain/core/dist/utils/types/zod.js" ;
5
5
import {
6
6
TavilyCrawlAPIWrapper ,
Original file line number Diff line number Diff line change 1
1
import { CallbackManagerForToolRun } from "@langchain/core/callbacks/manager" ;
2
2
import { StructuredTool , ToolParams } from "@langchain/core/tools" ;
3
- import { z } from "zod" ;
3
+ import { z } from "zod/v3 " ;
4
4
import { InferInteropZodOutput } from "@langchain/core/dist/utils/types/zod.js" ;
5
5
import {
6
6
TavilyExtractAPIWrapper ,
Original file line number Diff line number Diff line change 1
1
import { CallbackManagerForToolRun } from "@langchain/core/callbacks/manager" ;
2
2
import { StructuredTool , ToolParams } from "@langchain/core/tools" ;
3
- import { z } from "zod" ;
3
+ import { z } from "zod/v3 " ;
4
4
import { InferInteropZodOutput } from "@langchain/core/dist/utils/types/zod.js" ;
5
5
import {
6
6
TavilyMapAPIWrapper ,
Original file line number Diff line number Diff line change 1
- import { z } from "zod" ;
1
+ import { z } from "zod/v3 " ;
2
2
import { CallbackManagerForToolRun } from "@langchain/core/callbacks/manager" ;
3
3
import { StructuredTool , ToolParams } from "@langchain/core/tools" ;
4
4
import { InferInteropZodOutput } from "@langchain/core/utils/types" ;
You can’t perform that action at this time.
0 commit comments