Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2025

Updates the requirements on safetensors to permit the latest version.

Release notes

Sourced from safetensors's releases.

v0.5.0

Major changes.

  • Using abi3, python 3.8

What's Changed

New Contributors

Full Changelog: huggingface/safetensors@v0.4.5...v0.5.0

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot requested a review from DefinetlyNotAI as a code owner January 3, 2025 06:09
@dependabot dependabot bot added the type/Dependencies Pull requests that update a dependency file label Jan 3, 2025
@pull-request-size pull-request-size bot added the size/XS Extra Small size pr label Jan 3, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 3, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Updates the requirements on [safetensors](https://github.com/huggingface/safetensors) to permit the latest version.
- [Release notes](https://github.com/huggingface/safetensors/releases)
- [Changelog](https://github.com/huggingface/safetensors/blob/main/RELEASE.md)
- [Commits](huggingface/safetensors@v0.4.5...v0.5.0)

---
updated-dependencies:
- dependency-name: safetensors
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/safetensors-approx-eq-0.5.0 branch from 7c77ed6 to 80344db Compare January 4, 2025 15:39
@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit 80344db and detected 0 issues on this pull request.

View more on Code Climate.

@DefinetlyNotAI DefinetlyNotAI self-assigned this Jan 4, 2025
@DefinetlyNotAI DefinetlyNotAI merged commit e6ba2af into main Jan 4, 2025
9 checks passed
@DefinetlyNotAI DefinetlyNotAI deleted the dependabot/pip/safetensors-approx-eq-0.5.0 branch January 4, 2025 15:42
DefinetlyNotAI added a commit that referenced this pull request Sep 18, 2025
Updates the requirements on
[safetensors](https://github.com/huggingface/safetensors) to permit the
latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/huggingface/safetensors/releases">safetensors's
releases</a>.</em></p>
<blockquote>
<h2>v0.5.0</h2>
<h2>Major changes.</h2>
<ul>
<li>Using abi3, python 3.8</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Update <strong>init</strong>.pyi by <a
href="https://github.com/w1gs"><code>@​w1gs</code></a> in <a
href="https://redirect.github.com/huggingface/safetensors/pull/533">huggingface/safetensors#533</a></li>
<li>Trying some new CI. by <a
href="https://github.com/Narsil"><code>@​Narsil</code></a> in <a
href="https://redirect.github.com/huggingface/safetensors/pull/539">huggingface/safetensors#539</a></li>
<li>Attempt to fix bench + update TF + maturin abi3 CI. by <a
href="https://github.com/Narsil"><code>@​Narsil</code></a> in <a
href="https://redirect.github.com/huggingface/safetensors/pull/540">huggingface/safetensors#540</a></li>
<li>Add support for Cambricon mlu devices by <a
href="https://github.com/huismiling"><code>@​huismiling</code></a> in <a
href="https://redirect.github.com/huggingface/safetensors/pull/535">huggingface/safetensors#535</a></li>
<li>Upgrading PyO3 to 0.23 by <a
href="https://github.com/IvanIsCoding"><code>@​IvanIsCoding</code></a>
in <a
href="https://redirect.github.com/huggingface/safetensors/pull/543">huggingface/safetensors#543</a></li>
<li>Upgrade version number. by <a
href="https://github.com/Narsil"><code>@​Narsil</code></a> in <a
href="https://redirect.github.com/huggingface/safetensors/pull/550">huggingface/safetensors#550</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/w1gs"><code>@​w1gs</code></a> made their
first contribution in <a
href="https://redirect.github.com/huggingface/safetensors/pull/533">huggingface/safetensors#533</a></li>
<li><a
href="https://github.com/huismiling"><code>@​huismiling</code></a> made
their first contribution in <a
href="https://redirect.github.com/huggingface/safetensors/pull/535">huggingface/safetensors#535</a></li>
<li><a
href="https://github.com/IvanIsCoding"><code>@​IvanIsCoding</code></a>
made their first contribution in <a
href="https://redirect.github.com/huggingface/safetensors/pull/543">huggingface/safetensors#543</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/huggingface/safetensors/compare/v0.4.5...v0.5.0">https://github.com/huggingface/safetensors/compare/v0.4.5...v0.5.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/huggingface/safetensors/commit/69ad4f7af775ec0f847d008b9fd1e65c29eefcc8"><code>69ad4f7</code></a>
Release 0.5.0</li>
<li><a
href="https://github.com/huggingface/safetensors/commit/ed917e73088ab9af421e0b0ddd43a95c0e9eafca"><code>ed917e7</code></a>
Upgrade version number.</li>
<li><a
href="https://github.com/huggingface/safetensors/commit/98fd68803827e2ae000c976dc8bb0223587d0224"><code>98fd688</code></a>
Upgrade version number. (<a
href="https://redirect.github.com/huggingface/safetensors/issues/550">#550</a>)</li>
<li><a
href="https://github.com/huggingface/safetensors/commit/6e9c9b3d5caf24324c13d1ec23f3befef9b1c5ac"><code>6e9c9b3</code></a>
Upgrading PyO3 to 0.23 (<a
href="https://redirect.github.com/huggingface/safetensors/issues/543">#543</a>)</li>
<li><a
href="https://github.com/huggingface/safetensors/commit/038dcbb49aece6123b1eab7c3cbb692a9d711fed"><code>038dcbb</code></a>
Add support for mlu devices (<a
href="https://redirect.github.com/huggingface/safetensors/issues/535">#535</a>)</li>
<li><a
href="https://github.com/huggingface/safetensors/commit/f5839b6aee407652aa3078d91206b618dd84e3c2"><code>f5839b6</code></a>
Attempt to fix bench + update TF + maturin abi3 CI. (<a
href="https://redirect.github.com/huggingface/safetensors/issues/540">#540</a>)</li>
<li><a
href="https://github.com/huggingface/safetensors/commit/8a5746ea5010aa928384c3295cda13e3079ffa6c"><code>8a5746e</code></a>
Trying some new CI. (<a
href="https://redirect.github.com/huggingface/safetensors/issues/539">#539</a>)</li>
<li><a
href="https://github.com/huggingface/safetensors/commit/41bd1acf38ad28ac559522d40596c6c802f79453"><code>41bd1ac</code></a>
Update <strong>init</strong>.pyi (<a
href="https://redirect.github.com/huggingface/safetensors/issues/533">#533</a>)</li>
<li>See full diff in <a
href="https://github.com/huggingface/safetensors/compare/v0.4.5...v0.5.0">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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)


</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Extra Small size pr type/Dependencies Pull requests that update a dependency file

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants