Skip to content

Commit

Permalink
Add an upper bound for protobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
lisael authored Feb 8, 2023
1 parent b4e3bf8 commit 603efef
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 @@ -38,7 +38,7 @@ def run_tests(self):
url="http://github.com/madedotcom/photon-pump/",
license="MIT",
author="Bob Gregory",
install_requires=["aiodns>=1.1.1", "aiohttp>=3.1.3", "protobuf>=3.12.0"],
install_requires=["aiodns>=1.1.1", "aiohttp>=3.1.3", "protobuf>=3.12.0,<4"],
cmdclass=versioneer.get_cmdclass(),
author_email="[email protected]",
description="Fast, easy to use client for EventStore",
Expand Down

0 comments on commit 603efef

Please sign in to comment.