mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
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:
@@ -55,7 +55,7 @@ test = [
|
||||
"vcrpy>=8.0.0,<9.0.0",
|
||||
"langgraph-prebuilt>=0.7.0a2", # set explicitly until we have a stable version
|
||||
"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>=1.0.0,<2.0.0",
|
||||
]
|
||||
lint = ["ruff>=0.13.1,<0.14.0"]
|
||||
|
||||
2
libs/partners/anthropic/uv.lock
generated
2
libs/partners/anthropic/uv.lock
generated
@@ -734,7 +734,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-tests"
|
||||
version = "1.1.8"
|
||||
version = "1.1.9"
|
||||
source = { editable = "../../standard-tests" }
|
||||
dependencies = [
|
||||
{ name = "httpx" },
|
||||
|
||||
Reference in New Issue
Block a user