bobbai00 opened a new pull request, #4474: URL: https://github.com/apache/texera/pull/4474
### What changes were proposed in this PR? Drop `python-lsp-server` from Texera's release dependencies, per the discussion on #4467. `python-lsp-server` pulled in five ASF Category X packages: - `pylint` (GPL-2.0) - `astroid` (LGPL-2.1) - `rope` (LGPL-3.0) - `pytoolconfig` (LGPL-3.0) - `docstring-to-markdown` (LGPL-2.1) Usage has been minimal; users who need a Python LSP can install one (`pylsp`, `pyright`, etc.) in their own environment. Two places install it and both are removed: - `amber/requirements.txt` — drops the `python-lsp-server[all]==1.12.0` and `python-lsp-server[websockets]==1.12.0` lines. - `bin/computing-unit-worker.dockerfile` — drops the inline `pip3 install python-lsp-server ...` step that runs before the `requirements.txt` install. Out of scope (follow-up): the standalone `bin/pylsp/` service image and its k8s references under `bin/k8s/values*.yaml`. Those are separate deployment artifacts and deserve their own decision. ### Any related issues, documentation, discussions? Closes #4456. Closes #4457. Closes #4458. Closes #4459. Closes #4460. Closes #4467. ### How was this PR tested? After removing the two install locations, a fresh `pip install -r amber/requirements.txt` no longer installs any of the five Category X packages. The worker image build no longer pulls them either. ### Was this PR 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]
