Task Summary
Strict-mode license-binary check on main reports drift:
```
DRIFT (transitive) Python packages — claimed versions differ from bundled:
~ pytz: LICENSE-binary=2026.1.post1 bundled=2026.2
```
pytz is a transitive dep (calver release). amber/LICENSE-binary-python:278 claims 2026.1.post1; the runtime image bundles 2026.2.
Resolution: bump pytz in amber/LICENSE-binary-python to match the bundled version. PR-time builds tolerate transitive calver drift via --ignore-transitive-version; the strict mode (release/nightly) is what flagged this.
Task Type
Task Summary
Strict-mode license-binary check on
mainreports drift:```
DRIFT (transitive) Python packages — claimed versions differ from bundled:
~ pytz: LICENSE-binary=2026.1.post1 bundled=2026.2
```
pytzis a transitive dep (calver release).amber/LICENSE-binary-python:278claims2026.1.post1; the runtime image bundles2026.2.Resolution: bump
pytzinamber/LICENSE-binary-pythonto match the bundled version. PR-time builds tolerate transitive calver drift via--ignore-transitive-version; the strict mode (release/nightly) is what flagged this.Task Type