Skip to content

Commit a551d3d

Browse files
committed
push
1 parent 49811f9 commit a551d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_langchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from langgraph.checkpoint.memory import MemorySaver
1515
from langgraph.graph import END, START, MessagesState, StateGraph
1616
from langgraph.prebuilt import ToolNode
17-
from pydantic.v1 import BaseModel, Field
17+
from pydantic import BaseModel, Field
1818

1919
from langfuse._client.client import Langfuse
2020
from langfuse.langchain import CallbackHandler

0 commit comments

Comments
 (0)