From 73a7de63aa8eddfa8575e31632b287cbb4f0a300 Mon Sep 17 00:00:00 2001 From: Christophe Bornet Date: Tue, 19 Aug 2025 22:58:12 +0200 Subject: [PATCH] chore(text-splitters): add mypy pydantic plugin (#32611) --- libs/text-splitters/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/text-splitters/pyproject.toml b/libs/text-splitters/pyproject.toml index dbff758dde6..7414eb08168 100644 --- a/libs/text-splitters/pyproject.toml +++ b/libs/text-splitters/pyproject.toml @@ -52,8 +52,8 @@ test_integration = [ langchain-core = { path = "../core", editable = true } [tool.mypy] +plugins = ["pydantic.mypy"] strict = true -strict_bytes = true enable_error_code = "deprecated" warn_unreachable = true