v1.0.6
Immutable
release. Only release title and notes can be modified.
Installation
Recommended: Install uvbox from PyPI:
# With uv
uv add --dev uvbox
# With pip
pip install uvboxInstalling from PyPI automatically includes Go and nfpm as dependencies, so you don't need to install them separately.
Alternatively, you can download the pre-built binaries below for your platform.
Changelog
- 50e24c9: fix: filter inherited Python env vars to prevent conflicts between nested uvbox binaries (#17) (@Coruscant11)
- d9de36d: Add Dependabot configuration for updates (#15) (@Coruscant11)