# LangGraphDeprecatedSinceV05

> **Class** in `langgraph`

📖 [View in docs](https://reference.langchain.com/python/langgraph/warnings/LangGraphDeprecatedSinceV05)

A specific `LangGraphDeprecationWarning` subclass defining functionality deprecated since LangGraph v0.5.0

## Signature

```python
LangGraphDeprecatedSinceV05(
    self,
    message: str,
    *args: object = (),
)
```

## Extends

- `LangGraphDeprecationWarning`

## Constructors

```python
__init__(
    self,
    message: str,
    *args: object = (),
) -> None
```

| Name | Type |
|------|------|
| `message` | `str` |


---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/0a26b471d34da94186bee8c48d0c463b5a3bd0a0/libs/langgraph/langgraph/warnings.py#L51)