Skip to content

Commit 50cdebc

Browse files
authored
Merge branch 'master' into chore/text-splitter-validation
2 parents e0a6dd7 + 8b663ed commit 50cdebc

File tree

2 files changed

+1972
-1957
lines changed

2 files changed

+1972
-1957
lines changed

libs/text-splitters/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repository = "https://github.com/langchain-ai/langchain"
2323
[dependency-groups]
2424
lint = ["ruff<0.13,>=0.12.8", "langchain-core"]
2525
typing = [
26-
"mypy<2.0,>=1.15",
26+
"mypy<1.18,>=1.17.1",
2727
"lxml-stubs<1.0.0,>=0.5.1",
2828
"types-requests<3.0.0.0,>=2.31.0.20240218",
2929
"tiktoken<1.0.0,>=0.8.0",
@@ -55,7 +55,6 @@ langchain-core = { path = "../core", editable = true }
5555
strict = "True"
5656
strict_bytes = "True"
5757
enable_error_code = "deprecated"
58-
report_deprecated_as_note = "True"
5958

6059
[[tool.mypy.overrides]]
6160
module = ["konlpy", "nltk",]

0 commit comments

Comments
 (0)