We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbbe74 commit d97742aCopy full SHA for d97742a
2 files changed
Containerfile
@@ -18,7 +18,7 @@ USER root
18
RUN dnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs gcc
19
20
# Install uv package manager
21
-RUN pip3.12 install "uv==0.8.15"
+RUN pip3.12 install "uv>=0.8.15"
22
23
# Add explicit files and directories
24
# (avoid accidental inclusion of local directories or env files or credentials)
requirements.hermetic.txt
@@ -1,2 +1,2 @@
1
-uv==0.8.15
2
-pip==24.2
+uv==0.9.16
+pip==25.3
0 commit comments