Skip to content

Bump safetensors from 0.4.5 to 0.7.0#4

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/safetensors-0.7.0
Open

Bump safetensors from 0.4.5 to 0.7.0#4
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/safetensors-0.7.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps safetensors from 0.4.5 to 0.7.0.

Release notes

Sourced from safetensors's releases.

v0.7.0

What's new

complex64 support

This release adds support for storing complex64 tensors.

What's Changed

New Contributors

Full Changelog: safetensors/safetensors@v0.6.2...v0.7.0

v0.6.2

What's Changed

Full Changelog: safetensors/safetensors@v0.6.1...v0.6.2

v0.6.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from safetensors's changelog.

Releasing safetensors

This document covers the full release process for the safetensors project. If anything here is unclear or out of date, please open a PR.

What gets released

A single tag push triggers two releases:

  • Rust core crate on crates.io, via .github/workflows/rust-release.yml
  • Python wheels + sdist on PyPI, via .github/workflows/python-release.yml (with build-provenance attestations)

Both workflows trigger on tags matching v* (e.g. v0.8.0, v0.8.0-rc.0).

Conda packages are published separately via the conda-forge/safetensors-feedstock, which picks up new PyPI releases automatically. No action is required from us.

The Rust crate and the Python binding share a version number. They could be versioned independently, but in practice they've always moved together.

Pre-release checklist

  1. CI is green on main, every platform, every Python version.
  2. Review the diff since the last release:
    git log --oneline v0.7.0..main
    git diff v0.7.0..main --stat
  3. Identify breaking changes. Anything that changes the public Rust or Python API should be called out in the release notes and reflected in the version bump per semver.
  4. Run benchmarks if the release includes performance-sensitive work:
    cd safetensors && cargo bench
  5. Test against transformers. It's the largest downstream consumer of safetensors.
    • At minimum, run the fast test suite:
      RUN_PIPELINE_TESTS=1 CUDA_VISIBLE_DEVICES=-1 pytest -sv tests/
    • For any significant release, run the full suite by rebasing these two PRs on the transformers repo:
      • transformers#16708 — builds docker images with safetensors@main
      • transformers#16712 — runs the full test suite If those PRs have drifted, ask the transformers team for the current entry point.
  6. Check the transformers version pin. transformers pins safetensors>=X,<Y in its setup.py. If this release crosses the upper bound, coordinate with the transformers maintainers first.

Cutting the release

We typically cut at least one release candidate before GA.

1. Update the dev version on main

main always carries a -dev.0 version. Before branching, make sure it reflects the upcoming release:

</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [safetensors](https://github.com/huggingface/safetensors) from 0.4.5 to 0.7.0.
- [Release notes](https://github.com/huggingface/safetensors/releases)
- [Changelog](https://github.com/safetensors/safetensors/blob/main/RELEASE.md)
- [Commits](safetensors/safetensors@v0.4.5...v0.7.0)

---
updated-dependencies:
- dependency-name: safetensors
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants