mik-laj commented on a change in pull request #8807:
URL: https://github.com/apache/airflow/pull/8807#discussion_r422823058



##########
File path: setup.py
##########
@@ -249,8 +249,9 @@ def write_version(filename: str = os.path.join(*[my_dir, 
"airflow", "git_version
     'oauthlib!=2.0.3,!=2.0.4,!=2.0.5,<3.0.0,>=1.1.2',
     'requests-oauthlib==1.1.0',
 ]
-gcp = [
+google = [
     'PyOpenSSL',
+    'apache-beam',

Review comment:
       Otherwise. The user should always consciously install Apache Beam in a 
specific version.  You should not be automatically installing the latest 
version of Beam for this reason.  Most libraries can be updated according to 
semver, but Apache Beam is such a large project that even a small version 
change can cause problems.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to