From 18230f625f79aba25cbf9fb5500ab504cbb8f0bc Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Wed, 18 Feb 2026 23:32:54 -0500 Subject: [PATCH] chore(core): remove `langserve` from sys info util, add `deepagents` (#35325) getting with the times --- libs/core/langchain_core/sys_info.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/core/langchain_core/sys_info.py b/libs/core/langchain_core/sys_info.py index 86716af4714..e30a7e925ba 100644 --- a/libs/core/langchain_core/sys_info.py +++ b/libs/core/langchain_core/sys_info.py @@ -41,8 +41,9 @@ def print_sys_info(*, additional_pkgs: Sequence[str] = ()) -> None: """ # Packages that do not start with "langchain" prefix. other_langchain_packages = [ - "langserve", "langsmith", + "deepagents", + "deepagents-cli", ] langchain_pkgs = [