From 80c636e9f375cbe813083e8189304eb3a0a056f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 06:14:18 +0000 Subject: [PATCH] build(deps): bump ml-metadata from 1.14.0 to 1.15.0 in /clients/python 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](https://github.com/google/ml-metadata/compare/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] --- clients/python/poetry.lock | 23 +++++++++-------------- clients/python/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/clients/python/poetry.lock b/clients/python/poetry.lock index c8615082b..3dd3bbae8 100644 --- a/clients/python/poetry.lock +++ b/clients/python/poetry.lock @@ -735,27 +735,22 @@ files = [ [[package]] name = "ml-metadata" -version = "1.14.0" +version = "1.15.0" description = "A library for maintaining metadata for artifacts." optional = false -python-versions = ">=3.8,<4" +python-versions = "<4,>=3.9" files = [ - {file = "ml_metadata-1.14.0-cp310-cp310-macosx_12_0_x86_64.whl", hash = "sha256:50ef7c83e917f591639447e8b395fb97abded9a86be9afddab79b2155eb5a32c"}, - {file = "ml_metadata-1.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:69bd8690c0c54a9332f4958ec4c541d44f994a7d7e382801fa242e63b182ec37"}, - {file = "ml_metadata-1.14.0-cp310-cp310-win_amd64.whl", hash = "sha256:367e9bfe8449baed86242ba0ffc7956b0e8cac1d0bb0ccb296ff5634410fd07b"}, - {file = "ml_metadata-1.14.0-cp38-cp38-macosx_12_0_x86_64.whl", hash = "sha256:8823d01fa3488a6918ce8c7b318929b71aff0774c238b2426cc469d2ee115efd"}, - {file = "ml_metadata-1.14.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ebaabd99c1028a98a947787a9d195b752c787270bc5105b2414cdefb0204c0d0"}, - {file = "ml_metadata-1.14.0-cp38-cp38-win_amd64.whl", hash = "sha256:b40be36440a63b40a4a788a40fbbe37c086cc89977867f10ae17150146474098"}, - {file = "ml_metadata-1.14.0-cp39-cp39-macosx_12_0_x86_64.whl", hash = "sha256:5671da7d3f765fb37d7c2a302d597ad0adeaf9655bf0e59dbe06ff7e9f6b155e"}, - {file = "ml_metadata-1.14.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:92bdfccdfe3755ad1545ed052c84f47880713ce49e72a5fcc395ad6699ccedd9"}, - {file = "ml_metadata-1.14.0-cp39-cp39-win_amd64.whl", hash = "sha256:8dd44943c61716a9086635f24b75c3b18e1bee33cf5a600600616f0307400845"}, + {file = "ml_metadata-1.15.0-cp310-cp310-macosx_12_0_x86_64.whl", hash = "sha256:47b1267839b780cf78a0b4d3c89f48c85441f9b1ae15e4945fc1d66721ba80b9"}, + {file = "ml_metadata-1.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:96f9acac134314f721b14e9c8d878694ca55dabd6d3587956c51de7a48459fec"}, + {file = "ml_metadata-1.15.0-cp39-cp39-macosx_12_0_x86_64.whl", hash = "sha256:9e4255d8ddb7ce77dbf76e8bda8e1de3867d54990d47fb313682f53edc28d48e"}, + {file = "ml_metadata-1.15.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9bb79d9984b308f2a5a8b0aea7b71985bbf5510a890cac31726f5e0425478620"}, ] [package.dependencies] absl-py = ">=0.9,<2.0.0" -attrs = ">=20.3,<22" +attrs = ">=20.3,<24" grpcio = ">=1.8.6,<2" -protobuf = ">=3.13,<4" +protobuf = ">=3.20.3,<5" six = ">=1.10,<2" [[package]] @@ -1728,4 +1723,4 @@ hf = ["huggingface-hub"] [metadata] lock-version = "2.0" python-versions = ">= 3.9, < 3.11" -content-hash = "e4f2964e16dfa5046ef7974de133cea0cc3abe58b1fe2dca3db016be64cf9a4b" +content-hash = "13cacabfca95dc6f43985d880947d98a5f3699535dc17b04f499446854184258" diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index 670ecbcf5..61bef1f52 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -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"