An open index of dependabot pull requests across open source projects.

Bump huggingface-hub from 0.33.1 to 0.33.2 in /requirements

Merged
Number: #1190
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: July 03, 2025 at 01:40 AM UTC
(5 months ago)
Updated: July 07, 2025 at 10:27 AM UTC
(5 months ago)
Merged: July 07, 2025 at 10:27 AM UTC
(5 months ago)
by qubvel
Time to Close: 4 days
Labels:
dependencies python
Description:

Bumps huggingface-hub from 0.33.1 to 0.33.2.

Release notes

Sourced from huggingface-hub's releases.

[v0.33.2] [Tiny-Agent]: Switch to VSCode MCP format

Full Changelog: https://github.com/huggingface/huggingface_hub/compare/v0.33.1...v0.33.2

  • [Tiny-Agent] Switch to VSCode MCP format + fix headers handling #3166 by @​Wauplin

Breaking changes:

  • no more config nested mapping => everything at root level
  • headers at root level instead of inside options.requestInit
  • updated the way values are pulled from ENV (based on input id)

Example of agent.json:

{
  "model": "Qwen/Qwen2.5-72B-Instruct",
  "provider": "nebius",
  "inputs": [
    {
      "type": "promptString",
      "id": "hf-token",
      "description": "Token for Hugging Face API access",
      "password": true
    }
  ],
  "servers": [
    {
      "type": "http",
      "url": "https://huggingface.co/mcp",
      "headers": {
        "Authorization": "Bearer ${input:hf-token}"
      }
    }
  ]
}

Find more examples in https://huggingface.co/datasets/tiny-agents/tiny-agents

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+2
Deletions:
-2
Package Dependencies
Ecosystem:
pip
Version Change:
0.33.1 → 0.33.2
Update Type:
Patch
Path:
/requirements
Technical Details
ID: 2772870
UUID: 2637018063
Node ID: PR_kwDOClTaK86dLbPP
Host: GitHub
Repository: qubvel-org/segmentation_models.pytorch
Merge State: Unknown