Skip to content

Commit

Permalink
Upgrade to kafka-python 1.4.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
originalgremlin committed Oct 4, 2019
1 parent c0fa11f commit 42526b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -89,7 +89,7 @@ def build_extension(self, ext):
raise BuildFailed()


install_requires = ['kafka-python==1.4.6']
install_requires = ['kafka-python==1.4.7']

PY_VER = sys.version_info

Expand Down

0 comments on commit 42526b0

Please sign in to comment.