mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-22 19:09:57 +00:00
templates[patch]: fix pydantic imports (#14632)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import json
|
||||
|
||||
from pydantic import BaseModel, Field, conint
|
||||
from langchain_core.pydantic_v1 import BaseModel, Field, conint
|
||||
|
||||
|
||||
class LLMPlateResponse(BaseModel):
|
||||
|
Reference in New Issue
Block a user