bobbai00 opened a new issue, #4456: URL: https://github.com/apache/texera/issues/4456
### What happened? \`pylint\` is GPL-2.0-or-later, an ASF Category X license, and cannot ship in an Apache binary distribution. It is pulled in transitively by the direct dependency \`python-lsp-server[all]==1.12.0\` (declared in \`amber/requirements.txt\`), via the \`[pylint]\` 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 pylint \`\`\` ### Version 1.1.0-incubating (Pre-release/Master) ### Commit Hash (Optional) ef663648d ### Proposed fix Replace \`python-lsp-server[all]\` with a narrower extras selection that excludes \`pylint\` (e.g., \`python-lsp-server[autopep8,flake8,mccabe,pycodestyle,pydocstyle,pyflakes,yapf]\`), or drop the pylint linter from the Python LSP feature set. ### 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]
