Description
# Modal Python SDK [](https://pypi.org/project/modal/) [](https://github.com/modal-labs/modal-client/blob/master/LICENSE) [](https://modal.com/slack) The [Modal](https://modal.com/) Python SDK provides convenient, on-demand access to serverless cloud compute from Python scripts on your local computer. ## Documentation See the [online documentation](https://modal.com/docs/guide) for many [example applications](https://modal.com/docs/examples), a [user guide](https://modal.com/docs/guide), and the detailed [API reference](https://modal.com/docs/reference). ## Installation **This library requires Python 3.10 – 3.14.** Install the package with `uv` or `pip`: ```bash uv pip install modal ``` You can create a Modal account (or link your existing one) directly on the command line: ```bash python3 -m modal setup ``` ## Support For usage questions and other support, please reach out on the [Modal Slack](https://modal.com/slack).
Release History
| Version | Changes | Urgency | Date |
|---|---|---|---|
| 1.4.2 | Imported from PyPI (1.4.2) | Low | 4/21/2026 |
| v1.3.1 | Tag v1.3.1 | Low | 1/22/2026 |
| v1.3.0.post1 | Tag v1.3.0.post1 | Low | 12/20/2025 |
| v1.3.0 | Tag v1.3.0 | Low | 12/20/2025 |
| v1.2.6 | Tag v1.2.6 | Low | 12/16/2025 |
| v1.2.5 | Tag v1.2.5 | Low | 12/13/2025 |
| v1.2.4 | Tag v1.2.4 | Low | 11/21/2025 |
| v1.2.3 | Tag v1.2.3 | Low | 11/20/2025 |
| v1.2.2 | Tag v1.2.2 | Low | 11/10/2025 |
| v1.2.1 | Tag v1.2.1 | Low | 10/22/2025 |
| v1.2.0 | Tag v1.2.0 | Low | 10/9/2025 |
| v1.1.4 | Tag v1.1.4 | Low | 9/3/2025 |
| v1.1.3 | Tag v1.1.3 | Low | 8/19/2025 |
| v1.1.2 | Tag v1.1.2 | Low | 8/14/2025 |
| v1.1.1 | Tag v1.1.1 | Low | 8/1/2025 |
| v1.1.0 | Tag v1.1.0 | Low | 7/17/2025 |
| v1.0.5 | Tag v1.0.5 | Low | 6/27/2025 |
| v1.0.4 | Tag v1.0.4 | Low | 6/13/2025 |
| v1.0.3 | Tag v1.0.3 | Low | 6/5/2025 |
| v1.0.2 | Tag v1.0.2 | Low | 5/26/2025 |
| v1.0.1 | Tag v1.0.1 | Low | 5/19/2025 |
