Hab

Latest version: v0.47.0

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

Scan your dependencies

Page 1 of 8

0.47.0

What's Changed
* Add `Platform.normalize_path` to ensure standard path strings by MHendricks in https://github.com/blurstudio/hab/pull/111
* `WinPlatform.normalize_path` no longer changes the UNC drive case by MHendricks in https://github.com/blurstudio/hab/pull/113
* Add hab install to download and install required distros by MHendricks in https://github.com/blurstudio/hab/pull/112


**Full Changelog**: https://github.com/blurstudio/hab/compare/0.46.0...0.47.0

Adds the ability to resolve URI's and download and install any missing distros using a new cli command similar to `pip install`.
Example: `hab install -u a/uri -u another/uri`

The readme still needs updated but this example site file shows the basics of configuring `hab install`.

json
{
"set": {
"config_paths": [
"{relative_root}/configs"
],
"distro_paths": [
"{relative_root}/distros/*"
],
"downloads": {
"cache_root": "{relative_root}/downloads",
"distros": [
[
"hab.distro_finders.s3_zip:DistroFinderS3Zip",
"s3://bucket-name/hab_distros",
{
"profile_name": "aws-credential-name"
}
]
],
"install_root": "{relative_root}/distros"
}
}
}

0.46.0

What's Changed
* Enable explicitly specifying pre-releases without enabling pre-releases by MHendricks in https://github.com/blurstudio/hab/pull/110


**Full Changelog**: https://github.com/blurstudio/hab/compare/0.45.0...0.46.0

0.45.0

What's Changed
* Show the filename when dumping uris or versions from the cli by MHendricks in https://github.com/blurstudio/hab/pull/109


**Full Changelog**: https://github.com/blurstudio/hab/compare/0.44.0...0.45.0

0.44.0

What's Changed
* Add Omittable Distro support per URI config by MHendricks in https://github.com/blurstudio/hab/pull/105


**Full Changelog**: https://github.com/blurstudio/hab/compare/0.43.0...0.44.0

0.43.0

What's Changed
* Formatter now handles un-set environment variables by MHendricks in https://github.com/blurstudio/hab/pull/106


**Full Changelog**: https://github.com/blurstudio/hab/compare/0.42.0...0.43.0

0.42.0

What's Changed
* Add ability to dump a freeze of all URI's by MHendricks in https://github.com/blurstudio/hab/pull/104
* Tab completion for bash support by MHendricks in https://github.com/blurstudio/hab/pull/67


**Full Changelog**: https://github.com/blurstudio/hab/compare/0.41.0...0.42.0

Page 1 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.