Skip to content

Commit

Permalink
build(deps): bump huggingface-hub in /clients/python
Browse files Browse the repository at this point in the history
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.23.0 to 0.24.6.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.23.0...v0.24.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent b2d3397 commit fda570b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 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,<0.24.0", optional = true }
huggingface-hub = { version = ">=0.20.1,<0.25.0", optional = true }
# pin docker+requests dependencies of testcontainers to docker ^7.1.0 for compatibility with requests ^2.32.2; ref: https://github.com/testcontainers/testcontainers-python/issues/577#issuecomment-2123324367
requests = { version = "^2.32.2", optional = true }

Expand Down

0 comments on commit fda570b

Please sign in to comment.