We are retiring all pre-GA versions of mssql-python from PyPI — every 0.x release (0.5.0 through 0.14.0).
Once removed, pip install mssql-python==0.X.Y will fail with Could not find a version that satisfies the requirement.
Who is affected
You are affected only if you have a hard pin on a pre-GA version, e.g.:
mssql-python==0.14.0 in requirements.txt
mssql-python = "0.13.1" in pyproject.toml
- A
pip-compile-generated lockfile referencing 0.x
If you use mssql-python>=1.0.0 or have no pin, you are not affected.
What to do
Recommended — upgrade to the latest GA:
pip install --upgrade mssql-python
Or pin to the 1.x line by replacing mssql-python==0.X.Y with:
If you hit a regression moving from 0.x to 1.x, please open a separate issue and we will help.
Questions
Comment below or reach out in Discussions.
We are retiring all pre-GA versions of
mssql-pythonfrom PyPI — every0.xrelease (0.5.0through0.14.0).Once removed,
pip install mssql-python==0.X.Ywill fail withCould not find a version that satisfies the requirement.Who is affected
You are affected only if you have a hard pin on a pre-GA version, e.g.:
mssql-python==0.14.0inrequirements.txtmssql-python = "0.13.1"inpyproject.tomlpip-compile-generated lockfile referencing0.xIf you use
mssql-python>=1.0.0or have no pin, you are not affected.What to do
Recommended — upgrade to the latest GA:
Or pin to the 1.x line by replacing
mssql-python==0.X.Ywith:If you hit a regression moving from 0.x to 1.x, please open a separate issue and we will help.
Questions
Comment below or reach out in Discussions.