anthonychengit opened a new pull request, #7997: URL: https://github.com/apache/texera/pull/7997
### What changes were proposed in this PR? Refresh the version tokens in <code>amber/LICENSE-binary-python</code> to match the Python 3.12 dependency resolution reported by the current PyAmber requirements. The update reconciles 15 transitive packages. Package names and license groupings are unchanged. ### Any related issues, documentation, discussions? Closes #7285 ### How was this PR tested? Generated a pip dry-run report from <code>amber/requirements.txt</code> and <code>amber/operator-requirements.txt</code>, normalized it into the checker's CSV input, then ran: ~~~powershell $env:PYTHONUTF8='1' & <python-3.12> bin\licensing\check_binary_deps.py --license-binary amber\LICENSE-binary-python python <generated-manifest.csv> & <python-3.12> -m unittest bin.licensing.test_check_binary_deps git diff --check ~~~ Result: all 109 resolved Python packages match <code>LICENSE-binary</code>; all 34 checker unit tests passed; <code>git diff --check</code> passed. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: OpenAI Codex (GPT-5) -- 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]
