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-cliutilwarn_non_wolfi_distro
    Function●Since v0.2

    warn_non_wolfi_distro

    Copy
    warn_non_wolfi_distro(
      config_json: dict,
      *,
      emit: Callable[[str], None] | 
    View source on GitHub
    None
    =
    None
    )
    ->
    None

    Show warning if image_distro is not set to 'wolfi'.

    When emit is provided, each warning line is sent through it (used by callers that need JSON-aware output). Otherwise falls back to colored click.secho output.