Skip to content

Commit 5f1823c

Browse files
author
Val Brodsky
committed
Try to switch 3.8.19 --> 3.8.18 to fix lint issues on github
1 parent 809a4c8 commit 5f1823c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.19
1+
3.8.18

libs/labelbox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ WORKDIR /home/python/labelbox-python
3838

3939
RUN rye config --set-bool behavior.global-python=true && \
4040
rye config --set-bool behavior.use-uv=true && \
41-
rye pin 3.8 && \
41+
rye pin 3.8.18 && \
4242
rye sync
4343

4444
CMD cd libs/labelbox && rye run integration && rye sync -f --features labelbox/data && rye run unit && rye run data

0 commit comments

Comments
 (0)