# LangGraphDeprecatedSinceV10

> **Class** in `langgraph`

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

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

## Signature

```python
LangGraphDeprecatedSinceV10(
    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/a529b9bede1f1b6ecada4f0cc0e5c4b83526e563/libs/langgraph/langgraph/warnings.py#L58)