mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-15 07:36:08 +00:00
chore(text-splitters): bump mypy version to 1.17 (#32387)
Co-authored-by: Mason Daugherty <mason@langchain.dev>
This commit is contained in:
parent
166c027434
commit
8b663ed6c6
@ -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
Loading…
Reference in New Issue
Block a user