huggingface-hub 0.34.0rc0__tar.gz → 0.34.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of huggingface-hub might be problematic. Click here for more details.
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/PKG-INFO +1 -1
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/__init__.py +1 -1
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_oauth.py +5 -9
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/cli/auth.py +3 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/cli/cache.py +4 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/cli/hf.py +2 -5
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/cli/jobs.py +3 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/cli/repo.py +4 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub.egg-info/PKG-INFO +1 -1
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/LICENSE +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/MANIFEST.in +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/README.md +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/pyproject.toml +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/setup.cfg +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/setup.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_commit_api.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_commit_scheduler.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_inference_endpoints.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_jobs_api.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_local_folder.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_login.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_snapshot_download.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_space_api.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_tensorboard_logger.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_upload_large_folder.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_webhooks_payload.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_webhooks_server.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/cli/__init__.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/cli/_cli_utils.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/cli/download.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/cli/lfs.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/cli/repo_files.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/cli/system.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/cli/upload.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/cli/upload_large_folder.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/__init__.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/_cli_utils.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/delete_cache.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/download.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/env.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/huggingface_cli.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/lfs.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/repo.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/repo_files.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/scan_cache.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/tag.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/upload.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/upload_large_folder.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/user.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/version.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/community.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/constants.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/dataclasses.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/errors.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/fastai_utils.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/file_download.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/hf_api.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/hf_file_system.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/hub_mixin.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/__init__.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_client.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_common.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/__init__.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/_async_client.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/__init__.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/audio_classification.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/audio_to_audio.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/automatic_speech_recognition.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/base.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/chat_completion.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/depth_estimation.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/document_question_answering.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/feature_extraction.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/fill_mask.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/image_classification.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/image_segmentation.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/image_to_image.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/image_to_text.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/image_to_video.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/object_detection.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/question_answering.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/sentence_similarity.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/summarization.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/table_question_answering.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/text2text_generation.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/text_classification.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/text_generation.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/text_to_audio.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/text_to_image.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/text_to_speech.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/text_to_video.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/token_classification.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/translation.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/video_classification.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/visual_question_answering.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/zero_shot_classification.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/zero_shot_image_classification.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_generated/types/zero_shot_object_detection.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_mcp/__init__.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_mcp/_cli_hacks.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_mcp/agent.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_mcp/cli.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_mcp/constants.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_mcp/mcp_client.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_mcp/types.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_mcp/utils.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/__init__.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/_common.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/black_forest_labs.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/cerebras.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/cohere.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/fal_ai.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/featherless_ai.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/fireworks_ai.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/groq.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/hf_inference.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/hyperbolic.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/nebius.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/novita.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/nscale.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/openai.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/replicate.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/sambanova.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_providers/together.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference_api.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/keras_mixin.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/lfs.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/py.typed +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/repocard.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/repocard_data.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/repository.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/serialization/__init__.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/serialization/_base.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/serialization/_dduf.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/serialization/_tensorflow.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/serialization/_torch.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/templates/datasetcard_template.md +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/templates/modelcard_template.md +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/__init__.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_auth.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_cache_assets.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_cache_manager.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_chunk_utils.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_datetime.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_deprecation.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_dotenv.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_experimental.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_fixes.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_git_credential.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_headers.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_hf_folder.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_http.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_lfs.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_pagination.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_paths.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_runtime.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_safetensors.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_subprocess.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_telemetry.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_typing.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_validators.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_xet.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_xet_progress_reporting.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/endpoint_helpers.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/insecure_hashlib.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/logging.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/sha.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/tqdm.py +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub.egg-info/SOURCES.txt +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub.egg-info/dependency_links.txt +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub.egg-info/entry_points.txt +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub.egg-info/requires.txt +0 -0
- {huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: huggingface_hub
|
|
3
|
-
Version: 0.34.
|
|
3
|
+
Version: 0.34.1
|
|
4
4
|
Summary: Client library to download and publish models, datasets and other repos on the huggingface.co hub
|
|
5
5
|
Home-page: https://github.com/huggingface/huggingface_hub
|
|
6
6
|
Author: Hugging Face, Inc.
|
|
@@ -6,7 +6,7 @@ import time
|
|
|
6
6
|
import urllib.parse
|
|
7
7
|
import warnings
|
|
8
8
|
from dataclasses import dataclass
|
|
9
|
-
from typing import TYPE_CHECKING, Dict, List, Optional, Tuple, Union
|
|
9
|
+
from typing import TYPE_CHECKING, Dict, List, Literal, Optional, Tuple, Union
|
|
10
10
|
|
|
11
11
|
from . import constants
|
|
12
12
|
from .hf_api import whoami
|
|
@@ -39,10 +39,8 @@ class OAuthOrgInfo:
|
|
|
39
39
|
Whether the org has a payment method set up. Hugging Face field.
|
|
40
40
|
role_in_org (`Optional[str]`, *optional*):
|
|
41
41
|
The user's role in the org. Hugging Face field.
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
missing_mfa (`Optional[bool]`, *optional*):
|
|
45
|
-
Indicates if the user granted the OAuth app access to the org but didn't complete MFA. Hugging Face field.
|
|
42
|
+
security_restrictions (`Optional[List[Literal["ip", "token-policy", "mfa", "sso"]]]`, *optional*):
|
|
43
|
+
Array of security restrictions that the user hasn't completed for this org. Possible values: "ip", "token-policy", "mfa", "sso". Hugging Face field.
|
|
46
44
|
"""
|
|
47
45
|
|
|
48
46
|
sub: str
|
|
@@ -52,8 +50,7 @@ class OAuthOrgInfo:
|
|
|
52
50
|
is_enterprise: bool
|
|
53
51
|
can_pay: Optional[bool] = None
|
|
54
52
|
role_in_org: Optional[str] = None
|
|
55
|
-
|
|
56
|
-
missing_mfa: Optional[bool] = None
|
|
53
|
+
security_restrictions: Optional[List[Literal["ip", "token-policy", "mfa", "sso"]]] = None
|
|
57
54
|
|
|
58
55
|
|
|
59
56
|
@dataclass
|
|
@@ -221,8 +218,7 @@ def parse_huggingface_oauth(request: "fastapi.Request") -> Optional[OAuthInfo]:
|
|
|
221
218
|
is_enterprise=org.get("isEnterprise"),
|
|
222
219
|
can_pay=org.get("canPay"),
|
|
223
220
|
role_in_org=org.get("roleInOrg"),
|
|
224
|
-
|
|
225
|
-
missing_mfa=org.get("missingMFA"),
|
|
221
|
+
security_restrictions=org.get("securityRestrictions"),
|
|
226
222
|
)
|
|
227
223
|
for org in orgs_data
|
|
228
224
|
]
|
|
@@ -62,6 +62,9 @@ class AuthCommands(BaseHuggingfaceCLICommand):
|
|
|
62
62
|
auth_parser = parser.add_parser("auth", help="Manage authentication (login, logout, etc.).")
|
|
63
63
|
auth_subparsers = auth_parser.add_subparsers(help="Authentication subcommands")
|
|
64
64
|
|
|
65
|
+
# Show help if no subcommand is provided
|
|
66
|
+
auth_parser.set_defaults(func=lambda args: auth_parser.print_help())
|
|
67
|
+
|
|
65
68
|
# Add 'login' as a subcommand of 'auth'
|
|
66
69
|
login_parser = auth_subparsers.add_parser(
|
|
67
70
|
"login", help="Log in using a token from huggingface.co/settings/tokens"
|
|
@@ -65,6 +65,10 @@ class CacheCommand(BaseHuggingfaceCLICommand):
|
|
|
65
65
|
def register_subcommand(parser: _SubParsersAction):
|
|
66
66
|
cache_parser = parser.add_parser("cache", help="Manage local cache directory.")
|
|
67
67
|
cache_subparsers = cache_parser.add_subparsers(dest="cache_command", help="Cache subcommands")
|
|
68
|
+
|
|
69
|
+
# Show help if no subcommand is provided
|
|
70
|
+
cache_parser.set_defaults(func=lambda args: cache_parser.print_help())
|
|
71
|
+
|
|
68
72
|
# Scan subcommand
|
|
69
73
|
scan_parser = cache_subparsers.add_parser("scan", help="Scan cache directory.")
|
|
70
74
|
scan_parser.add_argument(
|
|
@@ -47,10 +47,6 @@ def main():
|
|
|
47
47
|
# LFS commands (hidden in --help)
|
|
48
48
|
LfsCommands.register_subcommand(commands_parser)
|
|
49
49
|
|
|
50
|
-
# Legacy commands
|
|
51
|
-
|
|
52
|
-
# Experimental
|
|
53
|
-
|
|
54
50
|
# Let's go
|
|
55
51
|
args = parser.parse_args()
|
|
56
52
|
if not hasattr(args, "func"):
|
|
@@ -59,7 +55,8 @@ def main():
|
|
|
59
55
|
|
|
60
56
|
# Run
|
|
61
57
|
service = args.func(args)
|
|
62
|
-
service
|
|
58
|
+
if service is not None:
|
|
59
|
+
service.run()
|
|
63
60
|
|
|
64
61
|
|
|
65
62
|
if __name__ == "__main__":
|
|
@@ -58,6 +58,9 @@ class JobsCommands(BaseHuggingfaceCLICommand):
|
|
|
58
58
|
jobs_parser = parser.add_parser("jobs", help="Run and manage Jobs on the Hub.")
|
|
59
59
|
jobs_subparsers = jobs_parser.add_subparsers(help="huggingface.co jobs related commands")
|
|
60
60
|
|
|
61
|
+
# Show help if no subcommand is provided
|
|
62
|
+
jobs_parser.set_defaults(func=lambda args: jobs_parser.print_help())
|
|
63
|
+
|
|
61
64
|
# Register commands
|
|
62
65
|
InspectCommand.register_subcommand(jobs_subparsers)
|
|
63
66
|
LogsCommand.register_subcommand(jobs_subparsers)
|
|
@@ -43,6 +43,10 @@ class RepoCommands(BaseHuggingfaceCLICommand):
|
|
|
43
43
|
def register_subcommand(parser: _SubParsersAction):
|
|
44
44
|
repo_parser = parser.add_parser("repo", help="Manage repos on the Hub.")
|
|
45
45
|
repo_subparsers = repo_parser.add_subparsers(help="huggingface.co repos related commands")
|
|
46
|
+
|
|
47
|
+
# Show help if no subcommand is provided
|
|
48
|
+
repo_parser.set_defaults(func=lambda args: repo_parser.print_help())
|
|
49
|
+
|
|
46
50
|
# CREATE
|
|
47
51
|
repo_create_parser = repo_subparsers.add_parser("create", help="Create a new repo on huggingface.co")
|
|
48
52
|
repo_create_parser.add_argument(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: huggingface-hub
|
|
3
|
-
Version: 0.34.
|
|
3
|
+
Version: 0.34.1
|
|
4
4
|
Summary: Client library to download and publish models, datasets and other repos on the huggingface.co hub
|
|
5
5
|
Home-page: https://github.com/huggingface/huggingface_hub
|
|
6
6
|
Author: Hugging Face, Inc.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_commit_scheduler.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_inference_endpoints.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_snapshot_download.py
RENAMED
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_tensorboard_logger.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_upload_large_folder.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_webhooks_payload.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/_webhooks_server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/cli/upload_large_folder.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/__init__.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/_cli_utils.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/delete_cache.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/download.py
RENAMED
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/huggingface_cli.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/repo_files.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/scan_cache.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/commands/version.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/__init__.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_client.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_mcp/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_mcp/agent.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_mcp/cli.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_mcp/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_mcp/types.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/inference/_mcp/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/serialization/__init__.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/serialization/_base.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/serialization/_dduf.py
RENAMED
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/serialization/_torch.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_cache_assets.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_cache_manager.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_chunk_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_deprecation.py
RENAMED
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_experimental.py
RENAMED
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_git_credential.py
RENAMED
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_hf_folder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_pagination.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_safetensors.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_subprocess.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_telemetry.py
RENAMED
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/_validators.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/endpoint_helpers.py
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub/utils/insecure_hashlib.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub.egg-info/requires.txt
RENAMED
|
File without changes
|
{huggingface_hub-0.34.0rc0 → huggingface_hub-0.34.1}/src/huggingface_hub.egg-info/top_level.txt
RENAMED
|
File without changes
|