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

    UvLockPlan

    Copy
    UvLockPlan(
      self,
      project_root: pathlib.Path,
      pyproject_path: pathlib.Path,
      uv_lock_path: pathlib.Path,
      

    Constructors

    Attributes

    View source on GitHub
    target
    :
    UvLockPackage
    ,
    target_root
    :
    pathlib
    .
    Path
    ,
    install_order
    :
    tuple
    [
    UvLockPackage
    ,
    .
    .
    .
    ]
    ,
    container_roots
    :
    dict
    [
    pathlib
    .
    Path
    ,
    pathlib
    .
    PurePosixPath
    ]
    ,
    working_dir
    :
    str
    ,
    all_workspace_roots
    :
    frozenset
    [
    pathlib
    .
    Path
    ]
    =
    frozenset
    (
    )
    )
    constructor
    __init__
    NameType
    project_rootpathlib.Path
    pyproject_pathpathlib.Path
    uv_lock_pathpathlib.Path
    targetUvLockPackage
    target_rootpathlib.Path
    install_ordertuple[UvLockPackage, ...]
    container_rootsdict[pathlib.Path, pathlib.PurePosixPath]
    working_dirstr
    all_workspace_rootsfrozenset[pathlib.Path]
    attribute
    project_root: pathlib.Path
    attribute
    pyproject_path: pathlib.Path
    attribute
    uv_lock_path: pathlib.Path
    attribute
    target: UvLockPackage
    attribute
    target_root: pathlib.Path
    attribute
    install_order: tuple[UvLockPackage, ...]
    attribute
    container_roots: dict[pathlib.Path, pathlib.PurePosixPath]
    attribute
    working_dir: str
    attribute
    all_workspace_roots: frozenset[pathlib.Path]