Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-09-15 14:14:00 +00:00
parent f2249ec94d
commit bd95db1428

View File

@@ -531,7 +531,7 @@ test = [
test-integration = []
typing = [
{ name = "langchain-text-splitters", directory = "../../text-splitters" },
{ name = "mypy", specifier = ">=1.17.1,<1.18" },
{ name = "mypy", specifier = ">=1.18.1,<1.19" },
{ name = "types-pyyaml", specifier = ">=6.0.12.2,<7.0.0.0" },
{ name = "types-requests", specifier = ">=2.28.11.5,<3.0.0.0" },
]
@@ -666,7 +666,7 @@ test = [{ name = "langchain-core", editable = "../../core" }]
test-integration = []
typing = [
{ name = "langchain-core", editable = "../../core" },
{ name = "mypy", specifier = ">=1.17.1,<1.18" },
{ name = "mypy", specifier = ">=1.18.1,<1.19" },
{ name = "types-pyyaml", specifier = ">=6.0.12.2,<7.0.0.0" },
]