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-clischemasUvSource
    Class●Since v0.4

    UvSource

    Deployment source rooted at a uv project or workspace.

    Copy
    UvSource()

    Bases

    TypedDict

    Constructors

    Attributes

    View source on GitHub
    constructor
    __init__
    NameType
    kindRequired[Literal['uv']]
    rootstr
    packagestr
    attribute
    kind: Required[Literal['uv']]
    attribute
    root: str
    attribute
    package: str

    Discriminator for uv-backed deployment mode.

    Relative path from langgraph.json to the authoritative uv project root.

    The resolved directory must contain pyproject.toml and uv.lock. If the root is a workspace, package discovery happens within this root.

    Optional. Workspace package name to deploy when the target is ambiguous.

    If omitted, the CLI tries to infer the target package from the location of langgraph.json, or falls back to the only package if the root contains exactly one candidate.