This repository was archived by the owner on Apr 17, 2026. It is now read-only.
0.2.6: interactive progress bar support, better `stdout` handling
This release:
- Prepared for a variety of base images by setting up a cloud build matrix:
#25 - Added better documentation for
gcloud auth configure-docker
#26 - Added
close()toTqdmFile, preventing an error when pipingstdout:
#30 tqdmprogress bars and other interactive outputs now display correctly in
caliban runoutputs.stdoutflushes properly! Before these changes,
stderrwould appear before anystdout, making it difficult to store the
logs in a text file. Now, by default, python processes launched bycaliban runwon't buffer. #31
Thanks to @dthiagarajan for reporting an issue that led to this work.