| TWIN: Dependency validation for Python Package will be restored after the next staging cycle on master. We expect a few breakages here and there, but clear error messages will be provided!
For missing propagatedBuildInputs you'll see
Checking runtime dependencies for pysml-0.1.1-py3-none-any.whl
- aiohttp not installed
and for violated version constraints
Checking runtime dependencies for sphinx_prompt-1.6.0-py3-none-any.whl
- sphinx==7.0.0 not satisfied by version 7.2.6
Use pythonRelaxDepsHook to relax version constraints on dependencies, or bump dependencies as needed!
|