# 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/1142ebf9213e3eb01b9d1e7223b9f6b30bf8da61/libs/langgraph/langgraph/warnings.py#L65)