> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lagerdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Version 0.4.1

> March 03, 2026

## <u>Bug Fixes</u>

* `lager install` GitHub connectivity check now uses `git ls-remote` instead of `curl`, fixing deployment failures on Lager Boxes where `curl` is not installed (e.g. Ubuntu 24.04)

## <u>Installation</u>

To install this version:

```bash theme={null}
pip install lager-cli==0.4.1
```

To upgrade from a previous version:

```bash theme={null}
pip install --upgrade lager-cli
```

## Resources

[View Release on PyPI](https://pypi.org/project/lager-cli/0.4.1/)
