I've recently bumped into this limitation, Which I can't figure a way around, and not sure there is one
building a wheel with poetry, but when trying to include with it different dependencies it seems not to bundle them together but to try to download them when installing the wheel in the target cluster. This is now a problem for me
1. When pushing wheels into an "internet air-locked" clusters
2. When I have private libraries I depend on, that have keys in the CI/CD pipeline but can't be installed in the actual deployment target without those keys (which I can't provide there due to the deployment model of this specific environment)
Is there a solution? solution without poetry? no solution at all? I'll be glad for your insights
in the JVM I would use UberJars to solve this but can't find a python equivalent which isn't a whole different tools such as pex (which isn't support in my deployment target - databricks)