anthonychengit opened a new pull request, #8532: URL: https://github.com/apache/texera/pull/8532
### What changes were proposed in this PR? Make `amber/requirements.txt` a constraint for every later operator/dev dependency installation in CI, benchmarks, and computing-unit images. Align its `typing_extensions` pin with the already-recorded 4.16.0 binary manifest, and add a repository-level regression audit. | Before | After | | --- | --- | | Later install pass may silently replace a runtime pin | Every later pass resolves under the runtime constraints | ### Any related issues, documentation, discussions? Closes #8354 ### How was this PR tested? The new audit initially reported the mismatched pin and 11 unconstrained installs. Both suites now pass: ```bash python -m unittest bin.licensing.test_python_requirement_constraints -v python -m unittest bin.licensing.test_check_binary_deps -v ``` ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Codex was used for implementation and verification assistance. I reviewed the final code and test output before submission. -- 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]
