chore(infra): bump langchain-tests floor to 1.1.9 (#37610)

Bumps the `langchain-tests` minimum across the monorepo from `1.0.0` to
`1.1.9` and adds a partner-level `Makefile` so partner lockfiles can be
regenerated in one command, matching the existing convention under
`libs/`.
This commit is contained in:
Mason Daugherty
2026-05-21 13:36:22 -05:00
committed by GitHub
parent ebc1880444
commit aef86c476d
34 changed files with 53 additions and 33 deletions

View File

@@ -57,7 +57,7 @@ test = [
"transformers>=5.0.0,<6.0.0",
"sentence-transformers>=5.2.0,<6.0.0",
"langchain-core>=1.4.0,<2.0.0",
"langchain-tests>=1.0.0,<2.0.0",
"langchain-tests>=1.1.9,<2.0.0",
"langchain-community",
"langchain>=1.0.0,<2.0.0",
]

View File

@@ -1209,7 +1209,7 @@ wheels = [
[[package]]
name = "langchain-tests"
version = "1.1.8"
version = "1.1.9"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },