autophagy commented on code in PR #26897: URL: https://github.com/apache/flink/pull/26897#discussion_r2273968584
########## 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'll bump it to the latest - we could also use the `https://astral.sh/uv/install.sh` script to always get the latest too. Not sure whats the right approach. -- 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