Broken with new prometheus-client 0.5.0
aviv-ebates opened this issue · 1 comments
aviv-ebates commented
prometheus-client
released 0.5.0 a few days ago, and it breaks the api.
Should probably limit the version in setup.py
to prometheus-client ~= 0.4.2
to install the latest-known-good version.
dkruchinin commented
Fixed:
- version 0.1.6 -- restricts prometheus-client dependency to the latest known-good version (🙏 @aviv-ebates )
- version 0.1.7 -- works fine with prometheus-client >= 0.5.0, not backwards compatible (🙏 myself)