webui / langchain /utils /pydantic.py
zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
111 Bytes
from langchain_core.utils.pydantic import get_pydantic_major_version
__all__ = ["get_pydantic_major_version"]