# DeprecatedKwargs

> **Class** in `langgraph`

📖 [View in docs](https://reference.langchain.com/python/langgraph/_internal/_typing/DeprecatedKwargs)

TypedDict to use for extra keyword arguments, enabling type checking warnings for deprecated arguments.

## Signature

```python
DeprecatedKwargs()
```

## Extends

- `TypedDict`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/644815f9e5bc52ad8f7a5227a456227e9c3e639b/libs/langgraph/langgraph/_internal/_typing.py#L49)