v0.9.1

pola-rs/polarsv0.9.1Jul 8, 2026by github-actions[bot]

AI Summary

This release provides installation instructions for Crawl4AI v0.9.1 via PyPI and Docker, noting that Docker images are currently being built.

Key Highlights

  • Installation via PyPI using pip install crawl4ai==0.9.1
  • Installation via Docker using docker pull unclecode/crawl4ai:0.9.1
  • Docker images are currently being built and will be available shortly

Full Release Notes

## 🎉 Crawl4AI v0.9.1 Released!

### 📦 Installation

**PyPI:**
```bash
pip install crawl4ai==0.9.1
```

**Docker:**
```bash
docker pull unclecode/crawl4ai:0.9.1
docker pull unclecode/crawl4ai:latest
```

**Note:** Docker images are being built and will be available shortly.
Check the [Docker Release workflow](https://github.com/unclecode/crawl4ai/actions/workflows/docker-release.yml) for build status.

### 📝 What's Changed
See [CHANGELOG.md](https://github.com/unclecode/crawl4ai/blob/main/CHANGELOG.md) for details.