I use mysql-connector-python in a number of projects that use pip to set up virtualenvs. Every single time there is a new release of mysql-connector-python, I stop being able to build my application because the old version is removed from your CDN. Can you please fix this practice?
And then it's made worse since the updates to pypi don't happen concurrently with the release so I can't even "fix" by rolling forward. Not that rolling forward is always an option as there may be different behaviors and bugs present in the new release.
And then it's made worse since the updates to pypi don't happen concurrently with the release so I can't even "fix" by rolling forward. Not that rolling forward is always an option as there may be different behaviors and bugs present in the new release.