Commit 352b1cb
authored
Build: Bump huggingface-hub from 1.2.1 to 1.2.3 (#2840)
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub)
from 1.2.1 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/huggingface/huggingface_hub/releases">huggingface-hub's
releases</a>.</em></p>
<blockquote>
<h2>[v1.2.3] Fix <code>private</code> default value in CLI</h2>
<p>Patch release for <a
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3618">#3618</a>
by <a href="https://github.com/Wauplin"><code>@Wauplin</code></a>.</p>
<blockquote>
<p>When creating a new repo, we should default to private=None instead
of private=False. This is already the case when using the API but not
when using the CLI. This is a bug likely introduced when switching to
Typer. When defaulting to None, the repo visibility will default to
False except if the organization has configured repos to be
"private by default" (the check happens server-side, so it
shouldn't be hardcoded client-side).</p>
</blockquote>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/huggingface/huggingface_hub/compare/v1.2.2...v1.2.3">https://github.com/huggingface/huggingface_hub/compare/v1.2.2...v1.2.3</a></p>
<h2>[v1.2.2] Fix unbound local error in local folder metadata + fix
<code>hf auth list</code> logs</h2>
<ul>
<li>Fix unbound local error when reading corrupted metadata files by <a
href="https://github.com/Wauplin"><code>@Wauplin</code></a> in <a
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3610">#3610</a></li>
<li>Fix auth_list not showing HF_TOKEN message when no stored tokens
exist by <a
href="https://github.com/hanouticelina"><code>@hanouticelina</code></a>
in <a
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3608">#3608</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/huggingface/huggingface_hub/compare/v1.2.1...v1.2.2">https://github.com/huggingface/huggingface_hub/compare/v1.2.1...v1.2.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/huggingface/huggingface_hub/commit/90faf8b7709575bdcab491738a52df0359e24987"><code>90faf8b</code></a>
Release: v1.2.3</li>
<li><a
href="https://github.com/huggingface/huggingface_hub/commit/e333fedc4358d7a510e73fc51a7f71bebfb9f27c"><code>e333fed</code></a>
[CLI] Fix private should default to None, not False (<a
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3618">#3618</a>)</li>
<li><a
href="https://github.com/huggingface/huggingface_hub/commit/222bb9d97045d08412e3333c6c96f4411fad8d63"><code>222bb9d</code></a>
Release: v1.2.2</li>
<li><a
href="https://github.com/huggingface/huggingface_hub/commit/877cec084d010b67a73aeb8459f97f008451923e"><code>877cec0</code></a>
Fix unbound local error when reading corrupted metadata files (<a
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3610">#3610</a>)</li>
<li><a
href="https://github.com/huggingface/huggingface_hub/commit/8519f0d169da578b3bace34eb7377102ecde9e33"><code>8519f0d</code></a>
log a message when HF_TOKEN is set in auth list (<a
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3608">#3608</a>)</li>
<li>See full diff in <a
href="https://github.com/huggingface/huggingface_hub/compare/v1.2.1...v1.2.3">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 7296ebf commit 352b1cb
1 file changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments