-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
bugSomething isn't workingSomething isn't working
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
- 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
- Request to Declare Python 3.13 Compatibility on PyPI AzureAD/microsoft-authentication-library-for-python#850
- [Feature Request] Python 3.13 compatability AzureAD/microsoft-authentication-library-for-python#848
- MSAL Python 1.33.0b1 release AzureAD/microsoft-authentication-library-for-python#827
Possible Solution
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working