chore(text-splitters): bump mypy version to 1.17 (#32387)

Co-authored-by: Mason Daugherty <mason@langchain.dev>
This commit is contained in:
Christophe Bornet 2025-08-12 00:24:49 +02:00 committed by GitHub
parent 166c027434
commit 8b663ed6c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1940 additions and 1925 deletions

View File

@ -23,7 +23,7 @@ repository = "https://github.com/langchain-ai/langchain"
[dependency-groups] [dependency-groups]
lint = ["ruff<0.13,>=0.12.8", "langchain-core"] lint = ["ruff<0.13,>=0.12.8", "langchain-core"]
typing = [ typing = [
"mypy<2.0,>=1.15", "mypy<1.18,>=1.17.1",
"lxml-stubs<1.0.0,>=0.5.1", "lxml-stubs<1.0.0,>=0.5.1",
"types-requests<3.0.0.0,>=2.31.0.20240218", "types-requests<3.0.0.0,>=2.31.0.20240218",
"tiktoken<1.0.0,>=0.8.0", "tiktoken<1.0.0,>=0.8.0",
@ -55,7 +55,6 @@ langchain-core = { path = "../core", editable = true }
strict = "True" strict = "True"
strict_bytes = "True" strict_bytes = "True"
enable_error_code = "deprecated" enable_error_code = "deprecated"
report_deprecated_as_note = "True"
[[tool.mypy.overrides]] [[tool.mypy.overrides]]
module = ["konlpy", "nltk",] module = ["konlpy", "nltk",]

File diff suppressed because it is too large Load Diff