villebro opened a new pull request #17963: URL: https://github.com/apache/superset/pull/17963
### SUMMARY Currently there are a few conflicts in the python dependencies: - `packaging==23.0` depends on `pyparsing<3`, which causes an error when running`pip-compile-multi`. By upgrading `pyparsing` to the latest stable version we can also upgrade to the latest version of `packaging`. - `wrapt<1.13` is required by the version of `asteroid` that our current version of `pylint` depends on. Until we bump `pylint` we need to pin `wrapt=1.12.1`. After these changes running `pip-compile-multi` finishes successfully, and Superset appears to run smoothly. However, I decided not to commit the updated lock files in this PR, as this PR is just intended to fix the version conflicts (we can follow up with a full lock file bump later). ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> ### TESTING INSTRUCTIONS <!--- Required! What steps can be taken to manually verify the changes? --> ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org