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

    UvLockPackage

    Copy
    UvLockPackage(
      self,
      name: str,
      normalized_name: str,
      root: pathlib.Path,
      pyproject_path: pathlib.

    Constructors

    Attributes

    View source on GitHub
    Path
    ,
    raw_dependency_specs
    :
    object
    ,
    raw_uv_tool
    :
    object
    ,
    package_enabled
    :
    bool
    =
    False
    ,
    dependency_names
    :
    tuple
    [
    str
    ,
    .
    .
    .
    ]
    =
    (
    )
    ,
    workspace_dependencies
    :
    tuple
    [
    str
    ,
    .
    .
    .
    ]
    =
    (
    )
    )
    constructor
    __init__
    NameType
    namestr
    normalized_namestr
    rootpathlib.Path
    pyproject_pathpathlib.Path
    raw_dependency_specsobject
    raw_uv_toolobject
    package_enabledbool
    dependency_namestuple[str, ...]
    workspace_dependenciestuple[str, ...]
    attribute
    name: str
    attribute
    normalized_name: str
    attribute
    root: pathlib.Path
    attribute
    pyproject_path: pathlib.Path
    attribute
    raw_dependency_specs: object
    attribute
    raw_uv_tool: object
    attribute
    package_enabled: bool
    attribute
    dependency_names: tuple[str, ...]
    attribute
    workspace_dependencies: tuple[str, ...]