Skip to content

Commit 73a7de6

Browse files
authored
chore(text-splitters): add mypy pydantic plugin (#32611)
1 parent cd5f3ee commit 73a7de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/text-splitters/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ test_integration = [
5252
langchain-core = { path = "../core", editable = true }
5353

5454
[tool.mypy]
55+
plugins = ["pydantic.mypy"]
5556
strict = true
56-
strict_bytes = true
5757
enable_error_code = "deprecated"
5858
warn_unreachable = true
5959

0 commit comments

Comments
 (0)