LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-clidependency_trackingfind_tracked_packages
    Function●Since v0.4

    find_tracked_packages

    Copy
    find_tracked_packages(
        config: pathlib.Path,
        config_json: dict,
    ) -> list[str
    View source on GitHub
    ]

    Return every tracked package found in deps as <name>:<version> entries.

    config is the absolute path to langgraph.json; dep paths in config_json["dependencies"] are resolved relative to its parent. Detection precedence per package: uv.lock resolved > pyproject.toml / requirements.txt specifier > bare reference > extras bracket (last two recorded as "unknown"). Output is ordered by TRACKED_PACKAGES.