# Tenzir Ship v1.7.1

This release updates locked Python dependencies to patched upstream versions and aligns generated release commits with `v`-prefixed tags. It keeps release publishing, local development, and CI installs on maintained versions without changing normal `tenzir-ship` usage.

## 🐞 Bug Fixes

### Patched locked Python dependencies

Apr 15, 2026 · [@mavam](https://github.com/mavam), [@codex](https://github.com/codex)

The repository’s locked Python dependencies now use patched upstream releases, including fixes for the open security advisories reported by Dependabot.

This refresh keeps local development and CI installs on maintained versions without changing normal `tenzir-ship` usage.

### Release commit messages matching v tags

Apr 15, 2026 · [@mavam](https://github.com/mavam), [@codex](https://github.com/codex)

The `release publish --commit` workflow now uses the tag-form version in generated release commits and annotated tag messages.

For example, publishing `v1.1.0` now creates `Release v1.1.0` instead of `Release 1.1.0`:

```sh
tenzir-ship release publish v1.1.0 --commit --tag --yes
```

This keeps generated release commits aligned with the corresponding Git tag and avoids mismatches in automation that expects the `v`-prefixed release identifier.

[ Download on GitHub ](https://github.com/tenzir/ship/releases/tag/v1.7.1)

[Get the release artifacts and source code.](https://github.com/tenzir/ship/releases/tag/v1.7.1)