You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please can you update this module to use the latest release of google-cloud-trace, or lock the version that works with the current module (0.24.0). If you update the code to work with the new module, please lock the version that works so this doesn't happen again (or only support minor version updates).
I fixed it by adding this line to the end of my requirements.txt file to override the automatically installed version installed when adding this module:
google-cloud-trace==0.24.0
The text was updated successfully, but these errors were encountered:
It looks like a dependent module, google-cloud-trace, released a new major version yesterday, with breaking package changes, breaking our deployment and bringing down our entire service: https://github.com/googleapis/python-trace/blob/master/CHANGELOG.md
Please can you update this module to use the latest release of google-cloud-trace, or lock the version that works with the current module (0.24.0). If you update the code to work with the new module, please lock the version that works so this doesn't happen again (or only support minor version updates).
I fixed it by adding this line to the end of my requirements.txt file to override the automatically installed version installed when adding this module:
google-cloud-trace==0.24.0
The text was updated successfully, but these errors were encountered: