Skip to content

[BUG] users running pip install for Python 3.13 get 0.1.10 #38

Description

Bug Description

Since 2 very early versions of the Fabric CLI on pypi don't limit the Python version to < 3.13, users with either of the latest 2 versions (3.13 and 3.14) are accidentally installing old versions.

fabric-cli version

0.1.10

Python version

Python 3.13.7

Operating System

macOS

CLI Mode

Interactive mode

Authentication Method

Interactive browser login

Steps to Reproduce

  1. Install Python on your machine, not reading documentation for any/all of the tools you use like Fabric CLI that have max version restrictions
  2. Accidentally install Python 3.13 or 3.14 instead of 3.12
  3. pip install ms-fabric-cli

Expected Behavior

Some combination of:

  • no versions still published are installable with 3.13 and 3.14 (remove the 0.1.9 and 0.1.10 versions)
  • add 3.13 since msal added 3.13 in September with 1.34.0

Actual Behavior

pip install ms-fabric-cli

results in 0.1.10 being installed

Additional Context

Possible Solution

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions