You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ud...@apache.org on 2019/06/19 23:35:52 UTC

[beam] 01/01: [BEAM-7218] Backport of #7487

This is an automated email from the ASF dual-hosted git repository.

udim pushed a commit to branch pytz-upper-bound
in repository https://gitbox.apache.org/repos/asf/beam.git

commit ed17beea89c7501e64accbd9466a969189462b09
Author: Udi Meiri <ud...@users.noreply.github.com>
AuthorDate: Wed Jun 19 16:35:31 2019 -0700

    [BEAM-7218] Backport of #7487
---
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index ce7591e..d4e5010 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -113,7 +113,7 @@ REQUIRED_PACKAGES = [
     # grpcio 1.8.1 and above requires protobuf 3.5.0.post1.
     'protobuf>=3.5.0.post1,<4',
     'pydot>=1.2.0,<1.3',
-    'pytz>=2018.3,<=2018.4',
+    'pytz>=2018.3',
     'pyyaml>=3.12,<4.0.0',
     'pyvcf>=0.6.8,<0.7.0',
     'six>=1.9,<1.12',