mengw15 commented on code in PR #6110: URL: https://github.com/apache/texera/pull/6110#discussion_r3534794800
########## amber/LICENSE-binary-python: ########## @@ -226,7 +226,6 @@ Python packages: - pyarrow==23.0.1 - pyiceberg==0.11.1 - pympler==1.1 - - python-dateutil==2.8.2 Review Comment: `python-dateutil` is still installed transitively (pandas and botocore both pull it), so the 3.12 pyamber leg's license gate now fails with "installed but not claimed". This line needs a version update rather than removal — restoring it as `python-dateutil==2.9.0.post0` (what the pre-rebase version of this PR did) should turn the leg green. Everything else checks out: resolution and the full suite pass on 3.10/3.11/3.13, and both amber-integration legs are green. -- 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]
