We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809a4c8 commit 5f1823cCopy full SHA for 5f1823c
.python-version
@@ -1 +1 @@
1
-3.8.19
+3.8.18
libs/labelbox/Dockerfile
@@ -38,7 +38,7 @@ WORKDIR /home/python/labelbox-python
38
39
RUN rye config --set-bool behavior.global-python=true && \
40
rye config --set-bool behavior.use-uv=true && \
41
- rye pin 3.8 && \
+ rye pin 3.8.18 && \
42
rye sync
43
44
CMD cd libs/labelbox && rye run integration && rye sync -f --features labelbox/data && rye run unit && rye run data
0 commit comments