Skip to content

Commit

Permalink
Upgrade Prometheus client to fix memory leak with Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
braedon committed Mar 30, 2019
1 parent 1be4ccd commit 7bc1f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
install_requires=[
'kafka-python >= 1.3',
'jog',
'prometheus-client',
'prometheus-client >= 0.6.0',
'javaproperties'
],
entry_points={
Expand Down

0 comments on commit 7bc1f87

Please sign in to comment.