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]
|
||||
lint = ["ruff<0.13,>=0.12.8", "langchain-core"]
|
||||
typing = [
|
||||
"mypy<2.0,>=1.15",
|
||||
"mypy<1.18,>=1.17.1",
|
||||
"lxml-stubs<1.0.0,>=0.5.1",
|
||||
"types-requests<3.0.0.0,>=2.31.0.20240218",
|
||||
"tiktoken<1.0.0,>=0.8.0",
|
||||
@ -55,7 +55,6 @@ langchain-core = { path = "../core", editable = true }
|
||||
strict = "True"
|
||||
strict_bytes = "True"
|
||||
enable_error_code = "deprecated"
|
||||
report_deprecated_as_note = "True"
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = ["konlpy", "nltk",]
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user