# LangGraphDeprecatedSinceV11

> **Class** in `langgraph`

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

A specific `LangGraphDeprecationWarning` subclass defining functionality deprecated since LangGraph v1.1.0

## Signature

```python
LangGraphDeprecatedSinceV11(
    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/95af6a00718588e7b7ce17310e8006d267896a77/libs/langgraph/langgraph/warnings.py#L65)