microservices-demo
microservices-demo copied to clipboard
Remove `pyyaml==6.0` as Direct Dependency
Describe request or inquiry
- This is regarding the Python services,
recommendationservice. - See https://github.com/GoogleCloudPlatform/microservices-demo/pull/711.
- In the above pull-request, we updated the (indirect) dependency
pyyamlto6.0by adding it to therequirements.infile (as a "direct" dependency) and specifying the version we want (6.0). recommendationservicewas only usingpyyamlbecause ofgoogle-python-cloud-debugger.- Eventually, when
google-python-cloud-debuggerupgrades its version ofpyyaml, we will need to upgradegoogle-python-cloud-debuggerand removepyyamlfromrequirements.in.
What purpose/environment will this feature serve?
- This is a clean-up.
I think we should still do this. Commenting to reset SLO.
Should be fixed by https://github.com/GoogleCloudPlatform/microservices-demo/pull/985