Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: danielholanda/huggingface_hub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 975df7f
Choose a base ref
...
head repository: huggingface/huggingface_hub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b4c01ed
Choose a head ref
  • 11 commits
  • 16 files changed
  • 9 contributors

Commits on May 28, 2025

  1. Improve Handling of MCP Tool Call Arguments (huggingface#3127)

    * Handle empty MCP tool call arguments
    
    * Apply style fixes
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    danielholanda and github-actions[bot] authored May 28, 2025
    Configuration menu
    Copy the full SHA
    aa4e9c9 View commit details
    Browse the repository at this point in the history
  2. fix tqdm_class argument of subclass of tqdm (huggingface#3111)

    * fix tqdm_class argument of subclass of tqdm
    
    * Apply style fixes
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    andyxning and github-actions[bot] authored May 28, 2025
    Configuration menu
    Copy the full SHA
    db9862c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0458eb View commit details
    Browse the repository at this point in the history
  4. Fix tiny-agents cli exit issues (huggingface#3125)

    * first draft
    
    * Proper exit events
    
    * Update src/huggingface_hub/inference/_mcp/_cli_hacks.py
    
    Co-authored-by: célina <[email protected]>
    
    * Update src/huggingface_hub/inference/_mcp/_cli_hacks.py
    
    Co-authored-by: célina <[email protected]>
    
    * Update src/huggingface_hub/inference/_mcp/_cli_hacks.py
    
    Co-authored-by: célina <[email protected]>
    
    * make style
    
    * comment
    
    * exit_event required
    
    ---------
    
    Co-authored-by: célina <[email protected]>
    Wauplin and hanouticelina authored May 28, 2025
    Configuration menu
    Copy the full SHA
    f956f80 View commit details
    Browse the repository at this point in the history
  5. [tiny-agents] Handle env variables in tiny-agents (Python client) (hu…

    …ggingface#3129)
    
    * [tiny-agents] forward local env variables
    
    * Approximately follow VSCode convention
    
    * Update src/huggingface_hub/inference/_mcp/cli.py
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    Wauplin and Copilot authored May 28, 2025
    Configuration menu
    Copy the full SHA
    2aafd15 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Fix question_answering (huggingface#3134)

    * fix question_answering
    
    * fix raising 400 HTTP error while calling question answering models
    
    * fix question_answering
    
    remove extra_payload parameter values
    
    * Apply style fixes
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    eugenos-programos and github-actions[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    8016b1d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    06715d2 View commit details
    Browse the repository at this point in the history
  2. [MCP] Fix vestigial token yield on early exit (huggingface#3132)

    * Don't yield tokens on early exit
    
    * Apply style fixes
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Lucain <[email protected]>
    3 people authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    02ab346 View commit details
    Browse the repository at this point in the history
  3. second example in oauth documentation (huggingface#3136)

    * Update oauth.md
    
    * Update oauth.md
    
    * Update oauth.md
    
    * Update docs/source/en/package_reference/oauth.md
    
    ---------
    
    Co-authored-by: Lucain <[email protected]>
    thanosKivertzikidis and Wauplin authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    deeccf1 View commit details
    Browse the repository at this point in the history
  4. [Internal] prepare for 0.33.0 release (huggingface#3138)

    * revert and update deprecation version
    
    * style
    
    * update version
    hanouticelina authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    2855402 View commit details
    Browse the repository at this point in the history
  5. Fix inference search (huggingface#3022)

    * Fix inference search
    
    * forward compatible inference_provider_mapping
    
    * styling
    Wauplin authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    b4c01ed View commit details
    Browse the repository at this point in the history
Loading