Returns

Latest version: v0.25.0

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

Scan your dependencies

Page 5 of 5

0.3.1

Bugfixes

- Adds `py.typed` file to be `PEP561` compatible

0.3.0

The project is renamed to `returns` and moved to `dry-python` org.

Features

- Adds `.pyi` files for all modules,
to enable `mypy` support for 3rd party users

0.2.0

Features

- Adds `Maybe` container
- Adds immutability and `__slots__` to all containers
- Adds methods to work with failures
- Adds `safe` decorator to convert exceptions to `Result` container
- Adds `is_successful()` function to detect if your result is a success
- Adds `failure()` method to unwrap values from failed containers

Bugfixes

- Changes the type of `.bind` method for `Success` container
- Changes how equality works, so now `Failure(1) != Success(1)`
- Changes how new instances created on unused methods

Misc

- Improves docs

0.1.1

Bugfixes

- Changes how `PyPI` renders package's page

Misc

- Improves `README` with new badges and installation steps

0.1.0

Initial release. Featuring only `Result` and `do_notation`.

Page 5 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.