fix: update import statement in astradb_cql.py to silence warning (#8457)
fix: update import statement for pydantic in astradb_cql.py
This commit is contained in:
parent
c0c3057812
commit
79c37c8f50
1 changed files with 1 additions and 1 deletions
|
|
@ -5,8 +5,8 @@ from http import HTTPStatus
|
|||
from typing import Any
|
||||
|
||||
import requests
|
||||
from langchain.pydantic_v1 import BaseModel, Field, create_model
|
||||
from langchain_core.tools import StructuredTool, Tool
|
||||
from pydantic import BaseModel, Field, create_model
|
||||
|
||||
from langflow.base.langchain_utilities.model import LCToolComponent
|
||||
from langflow.io import DictInput, IntInput, SecretStrInput, StrInput, TableInput
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue