hlteoh37 commented on code in PR #24908:
URL: https://github.com/apache/flink/pull/24908#discussion_r1634474656


##########
docs/layouts/shortcodes/generated/python_configuration.html:
##########
@@ -24,7 +24,7 @@
             <td><h5>python.executable</h5></td>
             <td style="word-wrap: break-word;">"python"</td>
             <td>String</td>
-            <td>Specify the path of the python interpreter used to execute the 
python UDF worker. The python UDF worker depends on Python 3.8+, Apache Beam 
(version == 2.43.0), Pip (version &gt;= 20.3) and SetupTools (version &gt;= 
37.0.0). Please ensure that the specified environment meets the above 
requirements. The option is equivalent to the command line option 
"-pyexec".</td>
+           <td>Specify the path of the python interpreter used to execute the 
python UDF worker. The python UDF worker depends on Python 3.8+, Apache Beam 
(version &gt;= 2.52.0), Pip (version &gt;= 20.3) and SetupTools (version &gt;= 
37.0.0). Please ensure that the specified environment meets the above 
requirements. The option is equivalent to the command line option 
"-pyexec".</td>

Review Comment:
   Verified that Beam >= 2.48 still supports Python 3.8+



##########
pom.xml:
##########
@@ -160,7 +160,7 @@ under the License.
                <hamcrest.version>1.3</hamcrest.version>
                <assertj.version>3.23.1</assertj.version>
                <py4j.version>0.10.9.7</py4j.version>
-               <beam.version>2.43.0</beam.version>

Review Comment:
   Could we update this to 2.54?
   
   This mitigates additional CVEs from netty that we pull in via Beam
   
   https://github.com/apache/beam/issues/29861



-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to