This is an automated email from the ASF dual-hosted git repository.
altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 6e5e834 [BEAM-4606] Pin pytz version (#5751)
6e5e834 is described below
commit 6e5e8345e9ff818dd06606ad1f317b78c1a9f846
Author: Udi Meiri (Ehud) <[email protected]>
AuthorDate: Wed Jun 27 21:04:43 2018 -0700
[BEAM-4606] Pin pytz version (#5751)
* Pin pytz version in setup.py
---
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 026a7ec..251787e 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -105,7 +105,7 @@ REQUIRED_PACKAGES = [
'oauth2client>=2.0.1,<5',
# grpcio 1.8.1 and above requires protobuf 3.5.0.post1.
'protobuf>=3.5.0.post1,<4',
- 'pytz>=2018.3',
+ 'pytz>=2018.3,<=2018.4',
'pyyaml>=3.12,<4.0.0',
'pyvcf>=0.6.8,<0.7.0',
'six>=1.9,<1.12',