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
- Install Python on your machine, not reading documentation for any/all of the tools you use like Fabric CLI that have max version restrictions
- Accidentally install Python 3.13 or 3.14 instead of 3.12
- 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
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
Expected Behavior
Some combination of:
Actual Behavior
pip install ms-fabric-cli
results in 0.1.10 being installed
Additional Context
Possible Solution
No response