From 95e93ab5243374a86f8683e99c83d991bd3fc534 Mon Sep 17 00:00:00 2001 From: Bogdan Ghitulescu Date: Thu, 11 Jun 2020 17:06:24 +0300 Subject: [PATCH] update protobuf dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7c6ac71..4cc4021 100644 --- a/setup.py +++ b/setup.py @@ -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.5.1"], + install_requires=["aiodns>=1.1.1", "aiohttp>=3.1.3", "protobuf>=3.12.0"], cmdclass=versioneer.get_cmdclass(), author_email="bob@made.com", description="Fast, easy to use client for EventStore",