fix: python client not reconginizng end conditions

This commit is contained in:
2025-11-18 17:33:20 -05:00
Unverified
parent 8d8a3ab3a5
commit e22583ef98
2 changed files with 39 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.91.1 as build
FROM rust:1.91.1 AS build
RUN rustup target add x86_64-unknown-linux-musl && \
apt update && \