Skip to content

Notice: pre-GA (0.x) versions are being retired from PyPI #592

@bewithgaurav

Description

@bewithgaurav

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:

mssql-python>=1.0.0

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    communityPR or Issue raised by community membersdiscussion

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions