# mark_update_notified

> **Function** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/update_check/mark_update_notified)

Record that the user was notified about version *latest*.

Writes into the shared update state file so a subsequent
`should_notify_update` call can suppress duplicate banners.

## Signature

```python
mark_update_notified(
    latest: str,
) -> None
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `latest` | `str` | Yes | The version string that was shown. |

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/64d45f67c86edb4df2ced0e7b82f1a8fd158ec8c/libs/cli/deepagents_cli/update_check.py#L507)