aglinxinyuan commented on code in PR #6412: URL: https://github.com/apache/texera/pull/6412#discussion_r3585720338
########## amber/requirements.txt: ########## @@ -16,7 +16,7 @@ # under the License. # Not imported directly: `fs` needs pkg_resources at import time (#4199). -setuptools==80.10.2 +setuptools==83.0.0 Review Comment: We do not import `setuptools` directly in Texera. It is kept because PyAmber imports PyFilesystem2 (`fs`) in `amber/src/main/python/core/architecture/managers/executor_manager.py`, and `fs==2.4.16` imports `pkg_resources` at module import time. `pkg_resources` is provided by `setuptools`, so the requirement keeps that indirect import available. -- 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]
