langchain-ai/langgraph · error

Skipped tracked-package scan: {exc}

Error message

Skipped tracked-package scan: {exc}

What it means

Error "Skipped tracked-package scan: {exc}" thrown in langchain-ai/langgraph.

Source

Thrown at libs/cli/langgraph_cli/deploy.py:1675

        deployment_id, step = _create_deployment(
            client,
            step,
            name=name,
            deployment_type=deployment_type,
            source="internal_source" if use_remote_build else "internal_docker",
            secrets=secrets,
        )

    if not deployment_id:
        raise click.ClickException("Failed to determine deployment ID")

    # Scan local sources for tracked packages so the new revision carries
    # the same metadata GitHub-backed deploys produce. Failures must never
    # block a deploy.
    try:
        tracked_packages = find_tracked_packages(config, config_json) or None
    except Exception as exc:
        em.warn(f"Skipped tracked-package scan: {exc}")
        tracked_packages = None

    # -- 3. Build (divergent path) --
    if use_remote_build:
        build_result = _run_remote_build(
            client=client,
            deployment_id=deployment_id,
            step=step,
            config=config,
            config_json=config_json,
            verbose=verbose,
            install_command=install_command,
            build_command=build_command,
            secrets=secrets,
            tracked_packages=tracked_packages,
        )
    else:
        build_result = _run_local_build(

View on GitHub (pinned to 38031739e5)

When it happens

Trigger: Thrown at libs/cli/langgraph_cli/deploy.py:1675 when the library encounters an invalid state.

Common situations: See trigger scenarios.


AI-assisted analysis of langchain-ai/langgraph@38031739e5 (2026-08-26). Data as JSON: /api/errors/5522ef06ecb4fa55. Report an issue: GitHub.