chore: apply release 0.4 delta to main#227
Conversation
There was a problem hiding this comment.
Code Review
This pull request prepares the project for the 0.4.0 release by updating version numbers, pinning base image tags (Redis and Otel-LGTM) in the Dockerfile, and upgrading the tinker dependency to version 0.16.1. Additionally, the Dockerfile is updated to use python -m pip instead of pip. Feedback was provided to include the --no-cache-dir flag when installing the local package in the Dockerfile to minimize the final image size.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
d1e85ea to
16dd4cf
Compare
Summary
Apply the final release/0.4 delta on top of current main.
This keeps main's agentic training changes while carrying over the release-specific updates that are still different from main:
python -m pipin Docker install steps and print Python/pip versions before installing runtime depsValidation
git diff --check