bobbai00 opened a new issue, #4905:
URL: https://github.com/apache/texera/issues/4905
### 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
- [ ] Refactor / Cleanup
- [x] DevOps / Deployment / CI
- [ ] Testing / QA
- [ ] Documentation
- [ ] Performance
- [ ] Other
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]