Skip to content

Conversation

Wauplin
Copy link
Contributor

@Wauplin Wauplin commented Sep 10, 2025

As part of #3340

(deprecated since a very long time)

Also bump pytest and gradio versions in tests to fix some issues.

@HuggingFaceDocBuilderDev

It looks like you've updated code related to model or dataset cards in this PR.

Some content is duplicated among the following files. Please make sure that everything stays consistent.

@Wauplin Wauplin changed the base branch from main to v1.0-release September 11, 2025 08:50
@Wauplin
Copy link
Contributor Author

Wauplin commented Sep 11, 2025

failing CI is unrelated

@Wauplin Wauplin merged commit 7213f97 into v1.0-release Sep 11, 2025
19 of 22 checks passed
@Wauplin Wauplin deleted the remove-deprecated-classes branch September 11, 2025 09:40
@Wauplin Wauplin changed the title Remove HfFolder and InferenceAPI classes [v1.0] Remove HfFolder and InferenceAPI classes Sep 11, 2025
hanouticelina pushed a commit that referenced this pull request Sep 24, 2025
* Remove HfFolder

* Remove InferenceAPI

* more recent gradio

* bump pytest

* fix python 3.9?

* install gradio only on python 3.10+

* fix tests

* fix tests

* fix
hanouticelina added a commit that referenced this pull request Sep 25, 2025
* [1.0] Httpx migration (#3328)

* first httpx integration

* more migration

* some fixes

* download workflow should work

* Fix repocard and error utils tests

* fix hf-file-system

* gix http utils tests

* more fixes

* fix some inference tests

* fix test_file_download tests

* async inference client

* async code should be good

* Define RemoteEntryFileNotFound explicitly (+some fixes)

* fix async code quality

* torch ok

* fix hf_file_system

* fix errors tests

* mock

* fix test_cli mock

* fix commit scheduler

* add fileno test

* no more requests anywhere

* fix test_file_download

* tmp requests

* Update src/huggingface_hub/utils/_http.py

Co-authored-by: célina <[email protected]>

* Update src/huggingface_hub/utils/_http.py

Co-authored-by: célina <[email protected]>

* Update src/huggingface_hub/hf_file_system.py

Co-authored-by: célina <[email protected]>

* not async

* fix tests

---------

Co-authored-by: célina <[email protected]>

* Bump minimal version to Python3.9 (#3343)

* Bump minimal version to Python3.9

* use built-in generics

* code quality

* new batch

* yet another btach

* fix dataclass_with_extra

* fix

* keep Type for strict dataclasses

* fix test

* Remove `HfFolder` and `InferenceAPI` classes (#3344)

* Remove HfFolder

* Remove InferenceAPI

* more recent gradio

* bump pytest

* fix python 3.9?

* install gradio only on python 3.10+

* fix tests

* fix tests

* fix

* [v1.0] Remove more deprecated stuff (#3345)

* remove constants.-hf_cache_home

* remove smoothly_deprecate_use_auth_token

* remove get_token_permission

* remove update_repo_visibility

* remove is_write_action arg

* remove write_permission arg from login methods

* new parameter skip_if_logged_in in login methods

* Remove resume_download / force_filename parameters

* Remove deprecated local_dir_use_symlinks parameter

* Remove deprecated language, library, task, tags from list_models

* Return commit URL in upload_file/upload_folder (previously url to file/folder on the Hub)

* fix upload_file/upload_folder tests

* smoothly_deprecate_legacy_arguments everywhere

* code quality

* fix tests

* fix xet tests

* [v1.0] Remove `Repository` class (#3346)

* Remove Repository class + adapt docs

* remove fr git_vs_http

* bump to 1.0.0.dev0

* Remove _deprecate_positional_args on login methods (#3349)

* [v1.0] Remove imports kept only for backward compatibility (#3350)

* Remove imports kept only for backward compatibility

* fix tests

* [v1.0] Remove keras2 utilities (#3352)

* Remove keras2 utilities

* remove keras from init

* [v1.0] Remove anything tensorflow-related + deps (#3354)

* Remove anything tensorflow-related + deps

* init

* fix tests

* fix conflicts in tests

* Release: v1.0.0.rc0

* [v1.0] Update "HTTP backend" docs + `git_vs_http` guide (#3357)

* HTTP configuration docs

* http configuration docs

* refactored git_vs_http

* fix import

* fix docs?

* Update docs/source/en/package_reference/utilities.md

Co-authored-by: célina <[email protected]>

---------

Co-authored-by: célina <[email protected]>

* Refactor CLI implementation using Typer (#3372)

* Refactor CLI implementation using Typer (#3365)

* migrate CLI to typer

* (#3364) disable rich in all cases

* update tests

* make typer-slim a required dep

* use Annotated

* fix linting issues

* fix tests

* refactoring

* update docs

* use built in types

* fix mypy

* call whoami directly

* lint

* Apply suggestions from code review

Co-authored-by: Lucain <[email protected]>

* import Annotated from typing

* Use Enums

* set verbosity globally

* refactor scan cache and update version docstring

* centralize where Typer is defined

* no need for ...

* rename enum

* no need for extra param name

* docstring

* revert

* centralize arguments and options definition

* add library version when initializing HfApi

* add auto-completion

* sort commands alphabetically

* suggestions

* centralize jobs params and HfApi initialization

* fix

---------

Co-authored-by: Lucain <[email protected]>

* update docs

---------

Co-authored-by: Lucain <[email protected]>

* add hf repo delete command

* add repo settings, repo move, repo branch commands

* fix test

* Apply suggestions from code review

Co-authored-by: Lucain <[email protected]>

---------

Co-authored-by: Lucain <[email protected]>
Co-authored-by: Lucain Pouget <[email protected]>
hanouticelina pushed a commit that referenced this pull request Sep 25, 2025
* Remove HfFolder

* Remove InferenceAPI

* more recent gradio

* bump pytest

* fix python 3.9?

* install gradio only on python 3.10+

* fix tests

* fix tests

* fix
hanouticelina added a commit that referenced this pull request Sep 25, 2025
* [1.0] Httpx migration (#3328)

* first httpx integration

* more migration

* some fixes

* download workflow should work

* Fix repocard and error utils tests

* fix hf-file-system

* gix http utils tests

* more fixes

* fix some inference tests

* fix test_file_download tests

* async inference client

* async code should be good

* Define RemoteEntryFileNotFound explicitly (+some fixes)

* fix async code quality

* torch ok

* fix hf_file_system

* fix errors tests

* mock

* fix test_cli mock

* fix commit scheduler

* add fileno test

* no more requests anywhere

* fix test_file_download

* tmp requests

* Update src/huggingface_hub/utils/_http.py

Co-authored-by: célina <[email protected]>

* Update src/huggingface_hub/utils/_http.py

Co-authored-by: célina <[email protected]>

* Update src/huggingface_hub/hf_file_system.py

Co-authored-by: célina <[email protected]>

* not async

* fix tests

---------

Co-authored-by: célina <[email protected]>

* Bump minimal version to Python3.9 (#3343)

* Bump minimal version to Python3.9

* use built-in generics

* code quality

* new batch

* yet another btach

* fix dataclass_with_extra

* fix

* keep Type for strict dataclasses

* fix test

* Remove `HfFolder` and `InferenceAPI` classes (#3344)

* Remove HfFolder

* Remove InferenceAPI

* more recent gradio

* bump pytest

* fix python 3.9?

* install gradio only on python 3.10+

* fix tests

* fix tests

* fix

* [v1.0] Remove more deprecated stuff (#3345)

* remove constants.-hf_cache_home

* remove smoothly_deprecate_use_auth_token

* remove get_token_permission

* remove update_repo_visibility

* remove is_write_action arg

* remove write_permission arg from login methods

* new parameter skip_if_logged_in in login methods

* Remove resume_download / force_filename parameters

* Remove deprecated local_dir_use_symlinks parameter

* Remove deprecated language, library, task, tags from list_models

* Return commit URL in upload_file/upload_folder (previously url to file/folder on the Hub)

* fix upload_file/upload_folder tests

* smoothly_deprecate_legacy_arguments everywhere

* code quality

* fix tests

* fix xet tests

* [v1.0] Remove `Repository` class (#3346)

* Remove Repository class + adapt docs

* remove fr git_vs_http

* bump to 1.0.0.dev0

* Remove _deprecate_positional_args on login methods (#3349)

* [v1.0] Remove imports kept only for backward compatibility (#3350)

* Remove imports kept only for backward compatibility

* fix tests

* [v1.0] Remove keras2 utilities (#3352)

* Remove keras2 utilities

* remove keras from init

* [v1.0] Remove anything tensorflow-related + deps (#3354)

* Remove anything tensorflow-related + deps

* init

* fix tests

* fix conflicts in tests

* Release: v1.0.0.rc0

* [v1.0] Update "HTTP backend" docs + `git_vs_http` guide (#3357)

* HTTP configuration docs

* http configuration docs

* refactored git_vs_http

* fix import

* fix docs?

* Update docs/source/en/package_reference/utilities.md

Co-authored-by: célina <[email protected]>

---------

Co-authored-by: célina <[email protected]>

* Refactor CLI implementation using Typer (#3372)

* Refactor CLI implementation using Typer (#3365)

* migrate CLI to typer

* (#3364) disable rich in all cases

* update tests

* make typer-slim a required dep

* use Annotated

* fix linting issues

* fix tests

* refactoring

* update docs

* use built in types

* fix mypy

* call whoami directly

* lint

* Apply suggestions from code review

Co-authored-by: Lucain <[email protected]>

* import Annotated from typing

* Use Enums

* set verbosity globally

* refactor scan cache and update version docstring

* centralize where Typer is defined

* no need for ...

* rename enum

* no need for extra param name

* docstring

* revert

* centralize arguments and options definition

* add library version when initializing HfApi

* add auto-completion

* sort commands alphabetically

* suggestions

* centralize jobs params and HfApi initialization

* fix

---------

Co-authored-by: Lucain <[email protected]>

* update docs

---------

Co-authored-by: Lucain <[email protected]>

* add hf repo delete command

* add repo settings, repo move, repo branch commands

* fix test

* Apply suggestions from code review

Co-authored-by: Lucain <[email protected]>

---------

Co-authored-by: Lucain <[email protected]>
Co-authored-by: Lucain Pouget <[email protected]>
hanouticelina added a commit that referenced this pull request Sep 29, 2025
* [1.0] Httpx migration (#3328)

* first httpx integration

* more migration

* some fixes

* download workflow should work

* Fix repocard and error utils tests

* fix hf-file-system

* gix http utils tests

* more fixes

* fix some inference tests

* fix test_file_download tests

* async inference client

* async code should be good

* Define RemoteEntryFileNotFound explicitly (+some fixes)

* fix async code quality

* torch ok

* fix hf_file_system

* fix errors tests

* mock

* fix test_cli mock

* fix commit scheduler

* add fileno test

* no more requests anywhere

* fix test_file_download

* tmp requests

* Update src/huggingface_hub/utils/_http.py

Co-authored-by: célina <[email protected]>

* Update src/huggingface_hub/utils/_http.py

Co-authored-by: célina <[email protected]>

* Update src/huggingface_hub/hf_file_system.py

Co-authored-by: célina <[email protected]>

* not async

* fix tests

---------

Co-authored-by: célina <[email protected]>

* Bump minimal version to Python3.9 (#3343)

* Bump minimal version to Python3.9

* use built-in generics

* code quality

* new batch

* yet another btach

* fix dataclass_with_extra

* fix

* keep Type for strict dataclasses

* fix test

* Remove `HfFolder` and `InferenceAPI` classes (#3344)

* Remove HfFolder

* Remove InferenceAPI

* more recent gradio

* bump pytest

* fix python 3.9?

* install gradio only on python 3.10+

* fix tests

* fix tests

* fix

* [v1.0] Remove more deprecated stuff (#3345)

* remove constants.-hf_cache_home

* remove smoothly_deprecate_use_auth_token

* remove get_token_permission

* remove update_repo_visibility

* remove is_write_action arg

* remove write_permission arg from login methods

* new parameter skip_if_logged_in in login methods

* Remove resume_download / force_filename parameters

* Remove deprecated local_dir_use_symlinks parameter

* Remove deprecated language, library, task, tags from list_models

* Return commit URL in upload_file/upload_folder (previously url to file/folder on the Hub)

* fix upload_file/upload_folder tests

* smoothly_deprecate_legacy_arguments everywhere

* code quality

* fix tests

* fix xet tests

* [v1.0] Remove `Repository` class (#3346)

* Remove Repository class + adapt docs

* remove fr git_vs_http

* bump to 1.0.0.dev0

* Remove _deprecate_positional_args on login methods (#3349)

* [v1.0] Remove imports kept only for backward compatibility (#3350)

* Remove imports kept only for backward compatibility

* fix tests

* [v1.0] Remove keras2 utilities (#3352)

* Remove keras2 utilities

* remove keras from init

* [v1.0] Remove anything tensorflow-related + deps (#3354)

* Remove anything tensorflow-related + deps

* init

* fix tests

* fix conflicts in tests

* Release: v1.0.0.rc0

* [v1.0] Update "HTTP backend" docs + `git_vs_http` guide (#3357)

* HTTP configuration docs

* http configuration docs

* refactored git_vs_http

* fix import

* fix docs?

* Update docs/source/en/package_reference/utilities.md

Co-authored-by: célina <[email protected]>

---------

Co-authored-by: célina <[email protected]>

* Refactor CLI implementation using Typer (#3372)

* Refactor CLI implementation using Typer (#3365)

* migrate CLI to typer

* (#3364) disable rich in all cases

* update tests

* make typer-slim a required dep

* use Annotated

* fix linting issues

* fix tests

* refactoring

* update docs

* use built in types

* fix mypy

* call whoami directly

* lint

* Apply suggestions from code review

Co-authored-by: Lucain <[email protected]>

* import Annotated from typing

* Use Enums

* set verbosity globally

* refactor scan cache and update version docstring

* centralize where Typer is defined

* no need for ...

* rename enum

* no need for extra param name

* docstring

* revert

* centralize arguments and options definition

* add library version when initializing HfApi

* add auto-completion

* sort commands alphabetically

* suggestions

* centralize jobs params and HfApi initialization

* fix

---------

Co-authored-by: Lucain <[email protected]>

* update docs

---------

Co-authored-by: Lucain <[email protected]>

* add installers

* fix windows

* fix log

* fix workflow?

* fix workflow again

* add debugging steps

* fix

* remove bin dir and install dir params

* update workflow

* remove version param

* document usage

* [1.0] Httpx migration (#3328)

* first httpx integration

* more migration

* some fixes

* download workflow should work

* Fix repocard and error utils tests

* fix hf-file-system

* gix http utils tests

* more fixes

* fix some inference tests

* fix test_file_download tests

* async inference client

* async code should be good

* Define RemoteEntryFileNotFound explicitly (+some fixes)

* fix async code quality

* torch ok

* fix hf_file_system

* fix errors tests

* mock

* fix test_cli mock

* fix commit scheduler

* add fileno test

* no more requests anywhere

* fix test_file_download

* tmp requests

* Update src/huggingface_hub/utils/_http.py

Co-authored-by: célina <[email protected]>

* Update src/huggingface_hub/utils/_http.py

Co-authored-by: célina <[email protected]>

* Update src/huggingface_hub/hf_file_system.py

Co-authored-by: célina <[email protected]>

* not async

* fix tests

---------

Co-authored-by: célina <[email protected]>

* Bump minimal version to Python3.9 (#3343)

* Bump minimal version to Python3.9

* use built-in generics

* code quality

* new batch

* yet another btach

* fix dataclass_with_extra

* fix

* keep Type for strict dataclasses

* fix test

* Remove `HfFolder` and `InferenceAPI` classes (#3344)

* Remove HfFolder

* Remove InferenceAPI

* more recent gradio

* bump pytest

* fix python 3.9?

* install gradio only on python 3.10+

* fix tests

* fix tests

* fix

* [v1.0] Remove more deprecated stuff (#3345)

* remove constants.-hf_cache_home

* remove smoothly_deprecate_use_auth_token

* remove get_token_permission

* remove update_repo_visibility

* remove is_write_action arg

* remove write_permission arg from login methods

* new parameter skip_if_logged_in in login methods

* Remove resume_download / force_filename parameters

* Remove deprecated local_dir_use_symlinks parameter

* Remove deprecated language, library, task, tags from list_models

* Return commit URL in upload_file/upload_folder (previously url to file/folder on the Hub)

* fix upload_file/upload_folder tests

* smoothly_deprecate_legacy_arguments everywhere

* code quality

* fix tests

* fix xet tests

* [v1.0] Remove `Repository` class (#3346)

* Remove Repository class + adapt docs

* remove fr git_vs_http

* bump to 1.0.0.dev0

* Remove _deprecate_positional_args on login methods (#3349)

* [v1.0] Remove imports kept only for backward compatibility (#3350)

* Remove imports kept only for backward compatibility

* fix tests

* [v1.0] Remove keras2 utilities (#3352)

* Remove keras2 utilities

* remove keras from init

* [v1.0] Remove anything tensorflow-related + deps (#3354)

* Remove anything tensorflow-related + deps

* init

* fix tests

* fix conflicts in tests

* Release: v1.0.0.rc0

* [v1.0] Update "HTTP backend" docs + `git_vs_http` guide (#3357)

* HTTP configuration docs

* http configuration docs

* refactored git_vs_http

* fix import

* fix docs?

* Update docs/source/en/package_reference/utilities.md

Co-authored-by: célina <[email protected]>

---------

Co-authored-by: célina <[email protected]>

* Refactor CLI implementation using Typer (#3372)

* Refactor CLI implementation using Typer (#3365)

* migrate CLI to typer

* (#3364) disable rich in all cases

* update tests

* make typer-slim a required dep

* use Annotated

* fix linting issues

* fix tests

* refactoring

* update docs

* use built in types

* fix mypy

* call whoami directly

* lint

* Apply suggestions from code review

Co-authored-by: Lucain <[email protected]>

* import Annotated from typing

* Use Enums

* set verbosity globally

* refactor scan cache and update version docstring

* centralize where Typer is defined

* no need for ...

* rename enum

* no need for extra param name

* docstring

* revert

* centralize arguments and options definition

* add library version when initializing HfApi

* add auto-completion

* sort commands alphabetically

* suggestions

* centralize jobs params and HfApi initialization

* fix

---------

Co-authored-by: Lucain <[email protected]>

* update docs

---------

Co-authored-by: Lucain <[email protected]>

* Make HfHubHTTPError inherit from OSError (#3387)

* Release: v1.0.0.rc1

* print relevant message based on the linux distro

* better warning message

* log info instead of warning

* copilot suggestions

* Update utils/installers/install.sh

Co-authored-by: Copilot <[email protected]>

* update docs

---------

Co-authored-by: Lucain <[email protected]>
Co-authored-by: Lucain Pouget <[email protected]>
Co-authored-by: Copilot <[email protected]>
Wauplin added a commit that referenced this pull request Oct 1, 2025
* [1.0] Httpx migration (#3328)

* first httpx integration

* more migration

* some fixes

* download workflow should work

* Fix repocard and error utils tests

* fix hf-file-system

* gix http utils tests

* more fixes

* fix some inference tests

* fix test_file_download tests

* async inference client

* async code should be good

* Define RemoteEntryFileNotFound explicitly (+some fixes)

* fix async code quality

* torch ok

* fix hf_file_system

* fix errors tests

* mock

* fix test_cli mock

* fix commit scheduler

* add fileno test

* no more requests anywhere

* fix test_file_download

* tmp requests

* Update src/huggingface_hub/utils/_http.py

Co-authored-by: célina <[email protected]>

* Update src/huggingface_hub/utils/_http.py

Co-authored-by: célina <[email protected]>

* Update src/huggingface_hub/hf_file_system.py

Co-authored-by: célina <[email protected]>

* not async

* fix tests

---------

Co-authored-by: célina <[email protected]>

* Bump minimal version to Python3.9 (#3343)

* Bump minimal version to Python3.9

* use built-in generics

* code quality

* new batch

* yet another btach

* fix dataclass_with_extra

* fix

* keep Type for strict dataclasses

* fix test

* Remove `HfFolder` and `InferenceAPI` classes (#3344)

* Remove HfFolder

* Remove InferenceAPI

* more recent gradio

* bump pytest

* fix python 3.9?

* install gradio only on python 3.10+

* fix tests

* fix tests

* fix

* [v1.0] Remove more deprecated stuff (#3345)

* remove constants.-hf_cache_home

* remove smoothly_deprecate_use_auth_token

* remove get_token_permission

* remove update_repo_visibility

* remove is_write_action arg

* remove write_permission arg from login methods

* new parameter skip_if_logged_in in login methods

* Remove resume_download / force_filename parameters

* Remove deprecated local_dir_use_symlinks parameter

* Remove deprecated language, library, task, tags from list_models

* Return commit URL in upload_file/upload_folder (previously url to file/folder on the Hub)

* fix upload_file/upload_folder tests

* smoothly_deprecate_legacy_arguments everywhere

* code quality

* fix tests

* fix xet tests

* [v1.0] Remove `Repository` class (#3346)

* Remove Repository class + adapt docs

* remove fr git_vs_http

* bump to 1.0.0.dev0

* Remove _deprecate_positional_args on login methods (#3349)

* [v1.0] Remove imports kept only for backward compatibility (#3350)

* Remove imports kept only for backward compatibility

* fix tests

* [v1.0] Remove keras2 utilities (#3352)

* Remove keras2 utilities

* remove keras from init

* [v1.0] Remove anything tensorflow-related + deps (#3354)

* Remove anything tensorflow-related + deps

* init

* fix tests

* fix conflicts in tests

* HTTP configuration docs

* http configuration docs

* refactored git_vs_http

* feat: add migration guide for v1.0

This commit adds a comprehensive migration guide for the v1.0 release of the `huggingface_hub` library. The guide is located at `docs/source/en/concepts/migration.md` and provides a detailed list of main changes and breaking changes, along with instructions on how to adapt to them.

The migration guide covers the following topics:
- HTTPX migration
- Python 3.9+ requirement
- Removal of deprecated features
- Removal of the `Repository`, `HfFolder`, and `InferenceApi` classes
- Removal of TensorFlow and Keras 2 integrations

This guide is intended to help users migrate their existing code to the new version of the library smoothly.

Fixes #3358

[Auto-generated by https://jules.google.com/]

* rewrite migration guide

* fix import

* fix docs?

* add why httpx section

* Update docs/source/en/concepts/migration.md

---------

Co-authored-by: Lucain <[email protected]>
Co-authored-by: célina <[email protected]>
Co-authored-by: Lucain Pouget <[email protected]>
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants