From 9093c6effe4be899d88bf05fd90d7f690e1d84fa Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Fri, 9 Jan 2026 21:42:41 -0500 Subject: [PATCH] chore(core): bump lock (#34695) --- libs/core/uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/core/uv.lock b/libs/core/uv.lock index 69f6b839824..a089a23d866 100644 --- a/libs/core/uv.lock +++ b/libs/core/uv.lock @@ -1112,7 +1112,7 @@ requires-dist = [ ] [package.metadata.requires-dev] -lint = [{ name = "ruff", specifier = ">=0.14.10,<0.15.0" }] +lint = [{ name = "ruff", specifier = ">=0.14.11,<0.15.0" }] test = [{ name = "langchain-core", editable = "." }] test-integration = [] typing = [ @@ -1139,7 +1139,7 @@ dev = [ ] lint = [ { name = "langchain-core", editable = "." }, - { name = "ruff", specifier = ">=0.14.10,<0.15.0" }, + { name = "ruff", specifier = ">=0.14.11,<0.15.0" }, ] test = [ { name = "freezegun", specifier = ">=1.2.2,<2.0.0" },