chore(core): remove langserve from sys info util, add deepagents (#35325)

getting with the times
This commit is contained in:
Mason Daugherty
2026-02-18 23:32:54 -05:00
committed by GitHub
parent 83f81d65af
commit 18230f625f

View File

@@ -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 = [