# format_sdk_age_suffix

> **Function** in `deepagents_code`

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

Return `", released Nd ago"` for SDK `version`, or `""` when unknown.

The `", "` separator is included so callers can splice the age into a
line unconditionally — if the age is unknown, the empty string
collapses cleanly into the surrounding text. May trigger a single
PyPI fetch on cache miss.

## Signature

```python
format_sdk_age_suffix(
    version: str | None,
) -> str
```

---

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