Skip to content

Commit

Permalink
Update safetensors requirement from ~=0.5.0 to ~=0.5.1 (#183)
Browse files Browse the repository at this point in the history
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.1</h2>
<p>Fixed the stubs for type tools.</p>
<h2>What's Changed</h2>
<ul>
<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/551">huggingface/safetensors#551</a></li>
<li>Revert &quot;Upgrade version number. (<a
href="https://redirect.github.com/huggingface/safetensors/issues/551">#551</a>)&quot;
by <a href="https://github.com/Narsil"><code>@​Narsil</code></a> in <a
href="https://redirect.github.com/huggingface/safetensors/pull/552">huggingface/safetensors#552</a></li>
<li>Memory map as private pure copy. by <a
href="https://github.com/Narsil"><code>@​Narsil</code></a> in <a
href="https://redirect.github.com/huggingface/safetensors/pull/553">huggingface/safetensors#553</a></li>
<li>Fixing the stub by <a
href="https://github.com/Narsil"><code>@​Narsil</code></a> in <a
href="https://redirect.github.com/huggingface/safetensors/pull/554">huggingface/safetensors#554</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/huggingface/safetensors/compare/v0.5.0...v0.5.1">https://github.com/huggingface/safetensors/compare/v0.5.0...v0.5.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/huggingface/safetensors/commit/b139f7fbe0c9b5e38a6d8a45c4f2b89c48ba4ce5"><code>b139f7f</code></a>
Patch release (for pyi extensions fix).</li>
<li><a
href="https://github.com/huggingface/safetensors/commit/a481b075cf8e70e2d0e835be9a1b853a06911424"><code>a481b07</code></a>
Fixing the stub? (<a
href="https://redirect.github.com/huggingface/safetensors/issues/554">#554</a>)</li>
<li><a
href="https://github.com/huggingface/safetensors/commit/e61e87240d0eabc9749a67ccebe38dca620d48b4"><code>e61e872</code></a>
Memory map as private pure copy. (<a
href="https://redirect.github.com/huggingface/safetensors/issues/553">#553</a>)</li>
<li><a
href="https://github.com/huggingface/safetensors/commit/b4a9ec783cb5c6e4a5c0f788ffe8fd04f00f2282"><code>b4a9ec7</code></a>
Revert &quot;Upgrade version number. (<a
href="https://redirect.github.com/huggingface/safetensors/issues/551">#551</a>)&quot;
(<a
href="https://redirect.github.com/huggingface/safetensors/issues/552">#552</a>)</li>
<li><a
href="https://github.com/huggingface/safetensors/commit/4439b19e6394fbbbd8315741e33f13dc10cb458a"><code>4439b19</code></a>
Upgrade version number. (<a
href="https://redirect.github.com/huggingface/safetensors/issues/551">#551</a>)</li>
<li>See full diff in <a
href="https://github.com/huggingface/safetensors/compare/v0.5.0...v0.5.1">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>
  • Loading branch information
DefinetlyNotAI authored Jan 8, 2025
2 parents a604eed + a782122 commit d5cd0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requests~=2.32.3
DateTime~=5.5
sentence-transformers~=3.3.1
colorlog~=6.9.0
safetensors~=0.5.0
safetensors~=0.5.1
WMI~=1.5.1
prettytable~=3.12.0
pandas~=2.2.2
Expand Down

0 comments on commit d5cd0c2

Please sign in to comment.