# UvSource

> **Class** in `langgraph_cli`

📖 [View in docs](https://reference.langchain.com/python/langgraph-cli/schemas/UvSource)

Deployment source rooted at a uv project or workspace.

## Signature

```python
UvSource()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    kind: Required[Literal['uv']],
    root: str,
    package: str,
)
```

| Name | Type |
|------|------|
| `kind` | `Required[Literal['uv']]` |
| `root` | `str` |
| `package` | `str` |


## Properties

- `kind`
- `root`
- `package`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/a529b9bede1f1b6ecada4f0cc0e5c4b83526e563/libs/cli/langgraph_cli/schemas.py#L593)