Bump huggingface-hub from 0.34.3 to 1.0.0 in /requirements
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(about 1 month ago)
(about 1 month ago)
(about 1 month ago)
dependencies python
Bumps huggingface-hub from 0.34.3 to 1.0.0.
Release notes
Sourced from huggingface-hub's releases.
v1.0: Building for the Next Decade
Check out our blog post announcement!
🚀 HTTPx migration
The
huggingface_hublibrary now useshttpxinstead ofrequestsfor HTTP requests. This change was made to improve performance and to support both synchronous and asynchronous requests the same way. We therefore dropped bothrequestsandaiohttpdependencies.The
get_sessionandhf_raise_for_statusstill exist and respectively returns anhttpx.Clientand processes ahttpx.Responseobject. An additionalget_async_clientutility has been added for async logic.The exhaustive list of breaking changes can be found here.
- [1.0] Httpx migration  by
@​Wauplinin #3328- Fix async client hook  by
@​Wauplinin #3433- Fix
hf_raise_for_statuson async stream + tests  by@​Wauplinin #3442- [v1.0] Update "HTTP backend" docs +
git_vs_httpguide  by@​Wauplinin #3357🪄 CLI revamp
huggingface_hub 1.0marks a complete transformation of our command-line experience. We've reimagined the CLI from the ground up, creating a tool that feels native to modern ML workflows while maintaining the simplicity the community love.One CLI to Rule: Goodbye
huggingface-cliThis release marks the end of an era with the complete removal of the
huggingface-clicommand. The newhfcommand (introduced inv0.34.0) takes its place with a cleaner, more intuitive design that follows a logical "resource-action" pattern. This breaking change simplifies the user experience and aligns with modern CLI conventions - no more typing those extra 11 characters!
- Remove
huggingface-clientirely in favor ofhf by@​Wauplinin #3404
hfCLI RevampThe new CLI introduces a comprehensive set of commands for repository and file management that expose powerful
HfApifunctionality directly from the terminal:> hf repo --help Usage: hf repo [OPTIONS] COMMAND [ARGS]...Manage repos on the Hub.
Options: --help Show this message and exit.
Commands: branch Manage branches for a repo on the Hub. create Create a new repo on the Hub. delete Delete a repo from the Hub. move Move a repository from a namespace to another namespace. settings Update the settings of a repository. tag Manage tags for a repo on the Hub.
... (truncated)
Commits
cd57d24Release: v1.0.0e5532d9[Inference Docs] Update supported inference providers table (#3482)17101d6mention two other breaking changes in migration guide (#3473)56ea455Update hf-xet version, update related xet docs (#3475)39ebbc0add support for platform.machine()=="ARM64" (#3465)d15ae13[internal] Remove lfs multipart test (#3471)ef2f8b6add list_organization_followers helper for /api/organizations/{org}/followers...b8bb902Fix ty in CI (#3470)52c718aV1.0 release (#3464)61bc87ebackward compatible cli tracking (v0.x) (#3460)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
huggingface-hub
pip
0.34.3 → 1.0.0
Major
/requirements
Technical Details
| ID: | 10633417 |
| UUID: | 3559388929 |
| Node ID: | PR_kwDOClTaK86wCEVQ |
| Host: | GitHub |
| Repository: | qubvel-org/segmentation_models.pytorch |