# is_version_greater_or_equal

> **Function** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/utils/is_version_greater_or_equal)

Check if the current version is greater or equal to the target version.

## Signature

```python
is_version_greater_or_equal(
    current_version: str,
    target_version: str,
) -> bool
```

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/19dc497a3d89638e4cc35db72ea1c29cad35cbbf/python/langsmith/utils.py#L696)