Skip to content

Commit

Permalink
remove stray pydantic v1 import
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Jan 14, 2025
1 parent 6ceabca commit 0ee6cde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/jupyter-ai/jupyter_ai/chat_handlers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from jupyter_ai_magics.providers import BaseProvider
from jupyterlab_chat.models import Message, NewMessage, User
from jupyterlab_chat.ychat import YChat
from langchain.pydantic_v1 import BaseModel
from langchain_core.messages import AIMessageChunk
from langchain_core.runnables import Runnable
from langchain_core.runnables.config import RunnableConfig
Expand Down

0 comments on commit 0ee6cde

Please sign in to comment.