Skip to content

Commit

Permalink
Backend - Upgraded MLMD client to fix Metadata Writer (#3657)
Browse files Browse the repository at this point in the history
There was a backwards-incompatible MLMD server-side change that caused the get_artifacts_by_uri API to start silently returning empty lists of artifacts.
Fixes #3656
  • Loading branch information
Ark-kun authored Apr 30, 2020
1 parent 1fc34d3 commit b76945e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/metadata_writer/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kubernetes>=8.0.0,<11.0.0
ml-metadata==0.15.2
ml-metadata==0.21.2
2 changes: 1 addition & 1 deletion backend/metadata_writer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keras-applications==1.0.8 # via tensorflow
keras-preprocessing==1.1.0 # via tensorflow
kubernetes==10.1.0 # via -r requirements.in (line 1)
markdown==3.2.1 # via tensorboard
ml-metadata==0.15.2 # via -r requirements.in (line 2)
ml-metadata==0.21.2 # via -r requirements.in (line 2)
numpy==1.18.2 # via h5py, keras-applications, keras-preprocessing, opt-einsum, scipy, tensorboard, tensorflow
oauthlib==3.1.0 # via requests-oauthlib
opt-einsum==3.2.0 # via tensorflow
Expand Down

0 comments on commit b76945e

Please sign in to comment.