huggingface-hub 0.35.0rc1__tar.gz → 0.35.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.

Files changed (175) hide show
  1. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/PKG-INFO +1 -1
  2. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/__init__.py +1 -1
  3. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/dataclasses.py +3 -0
  4. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/file_download.py +2 -2
  5. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/hf_file_system.py +1 -9
  6. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/lfs.py +2 -4
  7. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_http.py +3 -5
  8. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub.egg-info/PKG-INFO +1 -1
  9. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/LICENSE +0 -0
  10. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/MANIFEST.in +0 -0
  11. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/README.md +0 -0
  12. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/pyproject.toml +0 -0
  13. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/setup.cfg +0 -0
  14. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/setup.py +0 -0
  15. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/_commit_api.py +0 -0
  16. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/_commit_scheduler.py +0 -0
  17. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/_inference_endpoints.py +0 -0
  18. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/_jobs_api.py +0 -0
  19. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/_local_folder.py +0 -0
  20. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/_login.py +0 -0
  21. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/_oauth.py +0 -0
  22. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/_snapshot_download.py +0 -0
  23. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/_space_api.py +0 -0
  24. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/_tensorboard_logger.py +0 -0
  25. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/_upload_large_folder.py +0 -0
  26. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/_webhooks_payload.py +0 -0
  27. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/_webhooks_server.py +0 -0
  28. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/cli/__init__.py +0 -0
  29. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/cli/_cli_utils.py +0 -0
  30. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/cli/auth.py +0 -0
  31. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/cli/cache.py +0 -0
  32. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/cli/download.py +0 -0
  33. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/cli/hf.py +0 -0
  34. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/cli/jobs.py +0 -0
  35. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/cli/lfs.py +0 -0
  36. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/cli/repo.py +0 -0
  37. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/cli/repo_files.py +0 -0
  38. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/cli/system.py +0 -0
  39. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/cli/upload.py +0 -0
  40. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/cli/upload_large_folder.py +0 -0
  41. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/__init__.py +0 -0
  42. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/_cli_utils.py +0 -0
  43. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/delete_cache.py +0 -0
  44. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/download.py +0 -0
  45. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/env.py +0 -0
  46. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/huggingface_cli.py +0 -0
  47. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/lfs.py +0 -0
  48. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/repo.py +0 -0
  49. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/repo_files.py +0 -0
  50. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/scan_cache.py +0 -0
  51. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/tag.py +0 -0
  52. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/upload.py +0 -0
  53. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/upload_large_folder.py +0 -0
  54. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/user.py +0 -0
  55. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/commands/version.py +0 -0
  56. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/community.py +0 -0
  57. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/constants.py +0 -0
  58. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/errors.py +0 -0
  59. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/fastai_utils.py +0 -0
  60. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/hf_api.py +0 -0
  61. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/hub_mixin.py +0 -0
  62. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/__init__.py +0 -0
  63. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_client.py +0 -0
  64. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_common.py +0 -0
  65. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/__init__.py +0 -0
  66. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/_async_client.py +0 -0
  67. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/__init__.py +0 -0
  68. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/audio_classification.py +0 -0
  69. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/audio_to_audio.py +0 -0
  70. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/automatic_speech_recognition.py +0 -0
  71. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/base.py +0 -0
  72. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/chat_completion.py +0 -0
  73. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/depth_estimation.py +0 -0
  74. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/document_question_answering.py +0 -0
  75. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/feature_extraction.py +0 -0
  76. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/fill_mask.py +0 -0
  77. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/image_classification.py +0 -0
  78. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/image_segmentation.py +0 -0
  79. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/image_to_image.py +0 -0
  80. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/image_to_text.py +0 -0
  81. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/image_to_video.py +0 -0
  82. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/object_detection.py +0 -0
  83. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/question_answering.py +0 -0
  84. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/sentence_similarity.py +0 -0
  85. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/summarization.py +0 -0
  86. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/table_question_answering.py +0 -0
  87. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/text2text_generation.py +0 -0
  88. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/text_classification.py +0 -0
  89. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/text_generation.py +0 -0
  90. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/text_to_audio.py +0 -0
  91. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/text_to_image.py +0 -0
  92. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/text_to_speech.py +0 -0
  93. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/text_to_video.py +0 -0
  94. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/token_classification.py +0 -0
  95. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/translation.py +0 -0
  96. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/video_classification.py +0 -0
  97. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/visual_question_answering.py +0 -0
  98. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/zero_shot_classification.py +0 -0
  99. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/zero_shot_image_classification.py +0 -0
  100. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_generated/types/zero_shot_object_detection.py +0 -0
  101. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_mcp/__init__.py +0 -0
  102. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_mcp/_cli_hacks.py +0 -0
  103. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_mcp/agent.py +0 -0
  104. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_mcp/cli.py +0 -0
  105. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_mcp/constants.py +0 -0
  106. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_mcp/mcp_client.py +0 -0
  107. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_mcp/types.py +0 -0
  108. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_mcp/utils.py +0 -0
  109. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/__init__.py +0 -0
  110. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/_common.py +0 -0
  111. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/black_forest_labs.py +0 -0
  112. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/cerebras.py +0 -0
  113. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/cohere.py +0 -0
  114. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/fal_ai.py +0 -0
  115. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/featherless_ai.py +0 -0
  116. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/fireworks_ai.py +0 -0
  117. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/groq.py +0 -0
  118. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/hf_inference.py +0 -0
  119. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/hyperbolic.py +0 -0
  120. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/nebius.py +0 -0
  121. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/novita.py +0 -0
  122. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/nscale.py +0 -0
  123. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/openai.py +0 -0
  124. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/publicai.py +0 -0
  125. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/replicate.py +0 -0
  126. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/sambanova.py +0 -0
  127. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/scaleway.py +0 -0
  128. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference/_providers/together.py +0 -0
  129. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/inference_api.py +0 -0
  130. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/keras_mixin.py +0 -0
  131. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/py.typed +0 -0
  132. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/repocard.py +0 -0
  133. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/repocard_data.py +0 -0
  134. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/repository.py +0 -0
  135. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/serialization/__init__.py +0 -0
  136. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/serialization/_base.py +0 -0
  137. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/serialization/_dduf.py +0 -0
  138. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/serialization/_tensorflow.py +0 -0
  139. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/serialization/_torch.py +0 -0
  140. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/templates/datasetcard_template.md +0 -0
  141. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/templates/modelcard_template.md +0 -0
  142. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/__init__.py +0 -0
  143. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_auth.py +0 -0
  144. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_cache_assets.py +0 -0
  145. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_cache_manager.py +0 -0
  146. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_chunk_utils.py +0 -0
  147. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_datetime.py +0 -0
  148. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_deprecation.py +0 -0
  149. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_dotenv.py +0 -0
  150. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_experimental.py +0 -0
  151. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_fixes.py +0 -0
  152. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_git_credential.py +0 -0
  153. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_headers.py +0 -0
  154. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_hf_folder.py +0 -0
  155. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_lfs.py +0 -0
  156. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_pagination.py +0 -0
  157. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_paths.py +0 -0
  158. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_runtime.py +0 -0
  159. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_safetensors.py +0 -0
  160. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_subprocess.py +0 -0
  161. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_telemetry.py +0 -0
  162. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_typing.py +0 -0
  163. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_validators.py +0 -0
  164. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_xet.py +0 -0
  165. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/_xet_progress_reporting.py +0 -0
  166. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/endpoint_helpers.py +0 -0
  167. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/insecure_hashlib.py +0 -0
  168. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/logging.py +0 -0
  169. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/sha.py +0 -0
  170. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub/utils/tqdm.py +0 -0
  171. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub.egg-info/SOURCES.txt +0 -0
  172. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub.egg-info/dependency_links.txt +0 -0
  173. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub.egg-info/entry_points.txt +0 -0
  174. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.1}/src/huggingface_hub.egg-info/requires.txt +0 -0
  175. {huggingface_hub-0.35.0rc1 → huggingface_hub-0.35.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.35.0rc1
3
+ Version: 0.35.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.
@@ -46,7 +46,7 @@ import sys
46
46
  from typing import TYPE_CHECKING
47
47
 
48
48
 
49
- __version__ = "0.35.0.rc1"
49
+ __version__ = "0.35.1"
50
50
 
51
51
  # Alphabetical order of definitions is ensured in tests
52
52
  # WARNING: any comment added in this dictionary definition will be lost when
@@ -5,6 +5,7 @@ from typing import (
5
5
  Any,
6
6
  Callable,
7
7
  Dict,
8
+ ForwardRef,
8
9
  List,
9
10
  Literal,
10
11
  Optional,
@@ -325,6 +326,8 @@ def type_validator(name: str, value: Any, expected_type: Any) -> None:
325
326
  validator(name, value, args)
326
327
  elif isinstance(expected_type, type): # simple types
327
328
  _validate_simple_type(name, value, expected_type)
329
+ elif isinstance(expected_type, ForwardRef) or isinstance(expected_type, str):
330
+ return
328
331
  else:
329
332
  raise TypeError(f"Unsupported type for field '{name}': {expected_type}")
330
333
 
@@ -267,7 +267,7 @@ def _request_wrapper(
267
267
  """Wrapper around requests methods to follow relative redirects if `follow_relative_redirects=True` even when
268
268
  `allow_redirection=False`.
269
269
 
270
- A backoff mechanism retries the HTTP call on 429, 503 and 504 errors.
270
+ A backoff mechanism retries the HTTP call on 5xx errors and network errors.
271
271
 
272
272
  Args:
273
273
  method (`str`):
@@ -306,7 +306,7 @@ def _request_wrapper(
306
306
  return response
307
307
 
308
308
  # Perform request and return if status_code is not in the retry list.
309
- response = http_backoff(method=method, url=url, **params, retry_on_exceptions=(), retry_on_status_codes=(429,))
309
+ response = http_backoff(method=method, url=url, **params)
310
310
  hf_raise_for_status(response)
311
311
  return response
312
312
 
@@ -958,13 +958,7 @@ class HfFileSystemFile(fsspec.spec.AbstractBufferedFile):
958
958
  repo_type=self.resolved_path.repo_type,
959
959
  endpoint=self.fs.endpoint,
960
960
  )
961
- r = http_backoff(
962
- "GET",
963
- url,
964
- headers=headers,
965
- retry_on_status_codes=(500, 502, 503, 504),
966
- timeout=constants.HF_HUB_DOWNLOAD_TIMEOUT,
967
- )
961
+ r = http_backoff("GET", url, headers=headers, timeout=constants.HF_HUB_DOWNLOAD_TIMEOUT)
968
962
  hf_raise_for_status(r)
969
963
  return r.content
970
964
 
@@ -1063,7 +1057,6 @@ class HfFileSystemStreamFile(fsspec.spec.AbstractBufferedFile):
1063
1057
  "GET",
1064
1058
  url,
1065
1059
  headers=self.fs._api._build_hf_headers(),
1066
- retry_on_status_codes=(500, 502, 503, 504),
1067
1060
  stream=True,
1068
1061
  timeout=constants.HF_HUB_DOWNLOAD_TIMEOUT,
1069
1062
  )
@@ -1086,7 +1079,6 @@ class HfFileSystemStreamFile(fsspec.spec.AbstractBufferedFile):
1086
1079
  "GET",
1087
1080
  url,
1088
1081
  headers={"Range": "bytes=%d-" % self.loc, **self.fs._api._build_hf_headers()},
1089
- retry_on_status_codes=(500, 502, 503, 504),
1090
1082
  stream=True,
1091
1083
  timeout=constants.HF_HUB_DOWNLOAD_TIMEOUT,
1092
1084
  )
@@ -316,7 +316,7 @@ def _upload_single_part(operation: "CommitOperationAdd", upload_url: str) -> Non
316
316
  """
317
317
  with operation.as_file(with_tqdm=True) as fileobj:
318
318
  # S3 might raise a transient 500 error -> let's retry if that happens
319
- response = http_backoff("PUT", upload_url, data=fileobj, retry_on_status_codes=(500, 502, 503, 504))
319
+ response = http_backoff("PUT", upload_url, data=fileobj)
320
320
  hf_raise_for_status(response)
321
321
 
322
322
 
@@ -400,9 +400,7 @@ def _upload_parts_iteratively(
400
400
  read_limit=chunk_size,
401
401
  ) as fileobj_slice:
402
402
  # S3 might raise a transient 500 error -> let's retry if that happens
403
- part_upload_res = http_backoff(
404
- "PUT", part_upload_url, data=fileobj_slice, retry_on_status_codes=(500, 502, 503, 504)
405
- )
403
+ part_upload_res = http_backoff("PUT", part_upload_url, data=fileobj_slice)
406
404
  hf_raise_for_status(part_upload_res)
407
405
  headers.append(part_upload_res.headers)
408
406
  return headers # type: ignore
@@ -21,7 +21,6 @@ import threading
21
21
  import time
22
22
  import uuid
23
23
  from functools import lru_cache
24
- from http import HTTPStatus
25
24
  from shlex import quote
26
25
  from typing import Any, Callable, List, Optional, Tuple, Type, Union
27
26
 
@@ -221,7 +220,7 @@ def http_backoff(
221
220
  requests.Timeout,
222
221
  requests.ConnectionError,
223
222
  ),
224
- retry_on_status_codes: Union[int, Tuple[int, ...]] = HTTPStatus.SERVICE_UNAVAILABLE,
223
+ retry_on_status_codes: Union[int, Tuple[int, ...]] = (500, 502, 503, 504),
225
224
  **kwargs,
226
225
  ) -> Response:
227
226
  """Wrapper around requests to retry calls on an endpoint, with exponential backoff.
@@ -250,9 +249,8 @@ def http_backoff(
250
249
  retry_on_exceptions (`Type[Exception]` or `Tuple[Type[Exception]]`, *optional*):
251
250
  Define which exceptions must be caught to retry the request. Can be a single type or a tuple of types.
252
251
  By default, retry on `requests.Timeout` and `requests.ConnectionError`.
253
- retry_on_status_codes (`int` or `Tuple[int]`, *optional*, defaults to `503`):
254
- Define on which status codes the request must be retried. By default, only
255
- HTTP 503 Service Unavailable is retried.
252
+ retry_on_status_codes (`int` or `Tuple[int]`, *optional*, defaults to `(500, 502, 503, 504)`):
253
+ Define on which status codes the request must be retried. By default, 5xx errors are retried.
256
254
  **kwargs (`dict`, *optional*):
257
255
  kwargs to pass to `requests.request`.
258
256
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: huggingface-hub
3
- Version: 0.35.0rc1
3
+ Version: 0.35.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.