Modal

Latest version: v0.73.139

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 31 of 44

0.62.130

- Added a command-line interface for interacting with `modal.Queue` objects. Run `modal queue --help` in your terminal to see what is available.

0.62.116

* Added a command-line interface for interacting with `modal.Dict` objects. Run `modal dict --help` in your terminal to see what is available.

0.62.114

* `Secret.from_dotenv` now accepts an optional filename keyword argument:

python
app.function(secrets=[modal.Secret.from_dotenv(filename=".env-dev")])
def run():
...

0.62.110

- Passing a glob `**` argument to the `modal volume get` CLI has been deprecated — instead, simply download the desired directory path, or `/` for the entire volume.
- `Volume.listdir()` no longer takes trailing glob arguments. Use `recursive=True` instead.
- `modal volume get` and `modal nfs get` performance is improved when downloading a single file. They also now work with multiple files when outputting to stdout.
- Fixed a visual bug where `modal volume get` on a single file will incorrectly display the destination path.

0.62.109

- Improved feedback for deserialization failures when objects are being transferred between local / remote environments.

0.62.108

- Added `Dict.delete` and `Queue.delete` as API methods for deleting named storage objects:

python
import modal
modal.Queue.delete("my-job-queue")

- Deprecated invoking `Volume.delete` as an instance method; it should now be invoked as a static method with the name of the Volume to delete, as with the other methods.

Page 31 of 44

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.