bobbai00 opened a new issue, #4460: URL: https://github.com/apache/texera/issues/4460
### What happened? \`pytoolconfig\` is LGPL-3.0, an ASF Category X license. It is a runtime dependency of \`rope\`, which is pulled in by the direct dependency \`python-lsp-server[all]==1.12.0\` (declared in \`amber/requirements.txt\`) via the \`[rope]\` extra. ### How to reproduce? \`\`\` pip install python-lsp-server[all]==1.12.0 pip show pytoolconfig \`\`\` ### Version 1.1.0-incubating (Pre-release/Master) ### Commit Hash (Optional) ef663648d ### Proposed fix Resolved together with #4458: removing the \`rope\` extra drops \`pytoolconfig\` from the tree. ### Was this authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.7) -- 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]
