Copilot commented on code in PR #6186: URL: https://github.com/apache/texera/pull/6186#discussion_r3525922146
########## amber/requirements.txt: ########## @@ -29,7 +29,7 @@ overrides==7.4.0 typing_extensions==4.14.1 fs==2.4.16 bidict==0.22.0 -cached_property==1.5.2 +cached_property==2.0.1 Review Comment: `amber/LICENSE-binary-python` still lists `cached-property==1.5.2`, so after bumping the dependency here the license manifest will be out of sync with what’s actually shipped/installed. Please update the license manifest entry to match `cached_property==2.0.1` (or regenerate it, if there’s an existing script/process) to keep license/compliance tracking accurate. -- 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]
