You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/11/04 17:27:58 UTC

[GitHub] [beam] pabloem commented on a change in pull request #15866: remove unused future / futures dependencies

pabloem commented on a change in pull request #15866:
URL: https://github.com/apache/beam/pull/15866#discussion_r743057389



##########
File path: sdks/python/setup.py
##########
@@ -131,16 +131,14 @@ def get_version():
     # is Python standard since Python 3.7 and each Python version is compatible
     # with a specific dataclasses version.
     'dataclasses;python_version<"3.7"',
-    # orjson, only available on Python 3.6 and above
-    'orjson<4.0;python_version>="3.6"',
+    'orjson<4.0',

Review comment:
       I believe we still support Python 3.5, so we may not be able to make this change?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org