Skip to content

Commit

Permalink
build(deps): bump huggingface-hub from 0.20.3 to 0.23.0 in /clients/p…
Browse files Browse the repository at this point in the history
…ython (#105)

Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.20.3 to 0.23.0.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.20.3...v0.23.0)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent c7652da commit 15607ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions clients/python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ml-metadata = "^1.14.0"
# ml-metadata = { url = "https://github.com/opendatahub-io/ml-metadata/releases/download/v1.14.0%2Bremote.1/ml_metadata-1.14.0+remote.1-py3-none-any.whl" }
typing-extensions = "^4.8"

huggingface-hub = { version = "^0.20.1", optional = true }
huggingface-hub = { version = ">=0.20.1,<0.24.0", optional = true }

[tool.poetry.extras]
hf = ["huggingface-hub"]
Expand Down

0 comments on commit 15607ef

Please sign in to comment.