mistercrunch commented on PR #33216: URL: https://github.com/apache/superset/pull/33216#issuecomment-2967602750
Could be pull in various active LTS branches though release managers are already pretty busy with everything. On your side though, wondering if your build process can build upon the pinned dependencies. Say if you use `pip compile` or `uv pip compile` for you project, you may be able to add a constraint on our pinned deps in your build process. Notice the `-c` in this script that compiles our deps here -> https://github.com/apache/superset/blob/master/scripts/uv-pip-compile.sh#L28 as you may be able to do something similar. Now it may conflict with with core app's dependencies, but at least you would integrate our pinned requirements along yours, and have to resolve them pre-build. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
