From 0fa1cf0616e576019356f80dc60895167ba25475 Mon Sep 17 00:00:00 2001 From: Bryant Liu Date: Thu, 23 Jul 2026 21:13:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(deps):=20regenerate=20stal?= =?UTF-8?q?e=20uv.lock=20(langchain-core=20constraint)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit uv.lock was out of sync with pyproject.toml's langchain-test group (langchain-core specifier <1.5.0 in the lock vs <1.6.0 in pyproject.toml, left behind by #296's constraint bump). This was failing every PR's CI with `uv sync --locked` erroring "lockfile needs to be updated" — including dependency-upgrade PRs that don't touch pyproject.toml/uv.lock at all (e.g. #297, actions/setup-uv). Verified: unit (1131 passed) and integration (38 passed) suites both green with the regenerated lock. --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index b6344ee6..c34e7244 100644 --- a/uv.lock +++ b/uv.lock @@ -132,7 +132,7 @@ docs = [ ] langchain-test = [ { name = "agno", specifier = ">=2.7.2" }, - { name = "langchain-core", specifier = ">=1.4.9,<1.5.0" }, + { name = "langchain-core", specifier = ">=1.4.9,<1.6.0" }, { name = "langgraph", specifier = ">=1.2.9,<2" }, { name = "llama-index-core", specifier = ">=0.14.23" }, { name = "openai-agents", specifier = ">=0.18.2" },