# is_update_check_enabled

> **Function** in `deepagents_code`

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

Return whether update checks are enabled.

Checks `DEEPAGENTS_CODE_NO_UPDATE_CHECK` env var and the `[update].check` key
in `config.toml`.

Defaults to enabled.

## Signature

```python
is_update_check_enabled() -> bool
```

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/0412009c5441bef8d75a427e1da8909e33ab5b56/libs/code/deepagents_code/update_check.py#L1432)