Update pydantic import in AnthropicLLM.py
This commit is contained in:
parent
755f8c6e70
commit
ee8efdf6c5
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from typing import Optional
|
|||
|
||||
from langchain.chat_models.anthropic import ChatAnthropic
|
||||
from langchain.llms.base import BaseLanguageModel
|
||||
from pydantic import SecretStr
|
||||
from pydantic.v1 import SecretStr
|
||||
|
||||
from langflow import CustomComponent
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue