From 91fc5b2ec3839f1f151b1b96e43e0026b3b9fdc1 Mon Sep 17 00:00:00 2001 From: hari-dhanushkodi Date: Mon, 9 Mar 2026 12:40:07 -0400 Subject: [PATCH] update uv lock --- libs/langgraph/uv.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/langgraph/uv.lock b/libs/langgraph/uv.lock index 0a533e94f..acd07b013 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1689,23 +1689,25 @@ name = "langgraph-cli" source = { editable = "../cli" } dependencies = [ { name = "click", marker = "python_full_version < '3.14'" }, + { name = "httpx", marker = "python_full_version < '3.14'" }, { name = "langgraph-sdk", marker = "python_full_version >= '3.11' and python_full_version < '3.14'" }, + { name = "python-dotenv", marker = "python_full_version < '3.14'" }, ] [package.optional-dependencies] inmem = [ { name = "langgraph-api", marker = "python_full_version >= '3.11' and python_full_version < '3.14'" }, { name = "langgraph-runtime-inmem", marker = "python_full_version >= '3.11' and python_full_version < '3.14'" }, - { name = "python-dotenv", marker = "python_full_version < '3.14'" }, ] [package.metadata] requires-dist = [ { name = "click", specifier = ">=8.1.7" }, + { name = "httpx", specifier = ">=0.24.0" }, { name = "langgraph-api", marker = "python_full_version >= '3.11' and extra == 'inmem'", specifier = ">=0.5.35,<0.8.0" }, { name = "langgraph-runtime-inmem", marker = "python_full_version >= '3.11' and extra == 'inmem'", specifier = ">=0.7" }, { name = "langgraph-sdk", marker = "python_full_version >= '3.11'", specifier = ">=0.1.0" }, - { name = "python-dotenv", marker = "extra == 'inmem'", specifier = ">=0.8.0" }, + { name = "python-dotenv", specifier = ">=0.8.0" }, ] provides-extras = ["inmem"]