Skip to content

Commit 4db3ccb

Browse files
authored
fix: lift langchain-core dependency version range (#335)
1 parent cec7a56 commit 4db3ccb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT"
1313
readme = "README.md"
1414
requires-python = ">=3.10"
1515
dependencies = [
16-
"langchain-core>=0.3.36,<0.4",
16+
"langchain-core>=0.3.36,<2.0.0",
1717
"mcp>=1.9.2",
1818
"typing-extensions>=4.14.0",
1919
]
@@ -53,12 +53,12 @@ target-version = "py310"
5353
[tool.ruff.lint]
5454
select = [ "ALL",]
5555
ignore = [
56-
"COM812", # conflict with formatter
57-
"C901", # Too complex
58-
"PLR0913", # Too many arguments in function definition
59-
"PLR0912", # Too many branches
60-
"PLR0915", # Too many statements
61-
"ERA001", # Commented out code should be removed
56+
"COM812", # conflict with formatter
57+
"C901", # Too complex
58+
"PLR0913", # Too many arguments in function definition
59+
"PLR0912", # Too many branches
60+
"PLR0915", # Too many statements
61+
"ERA001", # Commented out code should be removed
6262
]
6363

6464

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)