chore(licensing): bump pytz to 2026.2 in LICENSE-binary-python#4906
Merged
Conversation
Strict-mode license-binary check flagged transitive drift: LICENSE-binary claimed 2026.1.post1, bundled is 2026.2 (calver bump). Closes apache#4905 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
aglinxinyuan
approved these changes
May 4, 2026
Yicong-Huang
pushed a commit
that referenced
this pull request
May 4, 2026
### What changes were proposed in this PR? Bump `pytz` from `2026.1.post1` to `2026.2` in `amber/LICENSE-binary-python` so the manifest matches the runtime image's bundled version. One-line change. ### Any related issues, documentation, discussions? Closes #4905. Same pattern as the earlier `tifffile` drift (#4855) — transitive calver bump that strict mode catches. ### How was this PR tested? Drift signature from the strict-mode run: \`\`\` DRIFT (transitive) Python packages — claimed versions differ from bundled: ~ pytz: LICENSE-binary=2026.1.post1 bundled=2026.2 \`\`\` PR-time check on this PR runs with `--ignore-transitive-version` and should pass; the next strict-mode run on `main` post-merge confirms the fix end-to-end. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-7) (backported from commit 4d6b96a) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Backport to |
yangzhang75
pushed a commit
to yangzhang75/texera
that referenced
this pull request
Jun 22, 2026
…e#4906) ### What changes were proposed in this PR? Bump `pytz` from `2026.1.post1` to `2026.2` in `amber/LICENSE-binary-python` so the manifest matches the runtime image's bundled version. One-line change. ### Any related issues, documentation, discussions? Closes apache#4905. Same pattern as the earlier `tifffile` drift (apache#4855) — transitive calver bump that strict mode catches. ### How was this PR tested? Drift signature from the strict-mode run: \`\`\` DRIFT (transitive) Python packages — claimed versions differ from bundled: ~ pytz: LICENSE-binary=2026.1.post1 bundled=2026.2 \`\`\` PR-time check on this PR runs with `--ignore-transitive-version` and should pass; the next strict-mode run on `main` post-merge confirms the fix end-to-end. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-7) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this PR?
Bump
pytzfrom2026.1.post1to2026.2inamber/LICENSE-binary-pythonso the manifest matches the runtime image's bundled version. One-line change.Any related issues, documentation, discussions?
Closes #4905. Same pattern as the earlier
tifffiledrift (#4855) — transitive calver bump that strict mode catches.How was this PR tested?
Drift signature from the strict-mode run:
```
DRIFT (transitive) Python packages — claimed versions differ from bundled:
~ pytz: LICENSE-binary=2026.1.post1 bundled=2026.2
```
PR-time check on this PR runs with
--ignore-transitive-versionand should pass; the next strict-mode run onmainpost-merge confirms the fix end-to-end.Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (claude-opus-4-7)