bobbai00 opened a new issue, #4458: URL: https://github.com/apache/texera/issues/4458
### What happened? \`rope\` is LGPL-3.0-or-later, an ASF Category X license, and cannot ship in an Apache binary distribution. It is pulled in by the direct dependency \`python-lsp-server[all]==1.12.0\` (declared in \`amber/requirements.txt\`) via the \`[rope]\` extra included in \`[all]\`. ### How to reproduce? \`\`\` grep python-lsp-server amber/requirements.txt pip install python-lsp-server[all]==1.12.0 pip show rope \`\`\` ### Version 1.1.0-incubating (Pre-release/Master) ### Commit Hash (Optional) ef663648d ### Proposed fix Narrow the extras on \`python-lsp-server\` to exclude \`[rope]\`, or drop the refactoring feature from the Python LSP integration. ### 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]
