Hello
I think this is a feature request on how connectors work. I'm using PyPi.org connector as an example here but I guess this can apply to many if not all public registries.
What would be awesome to see is if the connector could evalute if a remote package is compliant or not with the feeds policies, and if not try, another package version (depending on what violates the policy). E.g. newly published packages are blocked for two days, instead of always trying the latest version it would be check the date on PyPi.org and get a package that is compliant.
I know we can target a specific version in pip install, but for a big dependency graph that is not so user friendly to manually install a package dependency each time we get a error.


