davidradl commented on code in PR #26897: URL: https://github.com/apache/flink/pull/26897#discussion_r2273472713
########## docs/static/downloads/setup-pyflink-virtual-env.sh: ########## @@ -34,10 +34,10 @@ source venv/bin/activate "" # install PyFlink dependency if [[ $1 = "" ]]; then # install the latest version of pyflink - pip install apache-flink + uv pip install apache-flink Review Comment: I notice we are using a very back level version of uv. Can we use the latest here? -- 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