hainenber commented on code in PR #40557:
URL: https://github.com/apache/superset/pull/40557#discussion_r3329707458
##########
scripts/uv-pip-compile.sh:
##########
@@ -31,7 +31,7 @@ if [ -z "$RUNNING_IN_DOCKER" ]; then
-w /app \
-e RUNNING_IN_DOCKER=1 \
python:${PYTHON_VERSION}-slim \
- bash -c "pip install uv && ./scripts/uv-pip-compile.sh $*"
+ bash -c "pip install uv==0.11.17 && ./scripts/uv-pip-compile.sh $*"
Review Comment:
I didn't touch this but since it's a legit security issue with a sound
proposed fix, I'm A-OK. Fixing this in latest HEAD 🥼
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]