Skip to content

Commit

Permalink
build(deps): bump ml-metadata from 1.14.0 to 1.15.0 in /clients/python
Browse files Browse the repository at this point in the history
Bumps [ml-metadata](https://github.com/google/ml-metadata) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/google/ml-metadata/releases)
- [Changelog](https://github.com/google/ml-metadata/blob/master/RELEASE.md)
- [Commits](google/ml-metadata@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: ml-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 0796353 commit 80c636e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
23 changes: 9 additions & 14 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 @@ -13,7 +13,7 @@ homepage = "https://github.com/kubeflow/model-registry"
[tool.poetry.dependencies]
python = ">= 3.9, < 3.11" # mainly aligns constraints with: https://pypi.org/project/ml-metadata/#files
attrs = "^21.0"
ml-metadata = "==1.14.0"
ml-metadata = "==1.15.0"
# you might consider using locally the following alternative, when developing on Apple-silicon/ARM-based computers:
# 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"
Expand Down

0 comments on commit 80c636e

Please sign in to comment.