You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed TypeError: 'type' object is not subscriptable in config.py
- Updated type annotations to use List[Type] instead of list[Type]
- Minimum Python version updated from 3.8 to 3.9
- Updated CI/CD workflows to use Python 3.9+
- Removed Python 3.8 from supported versions in package classifiers
BREAKING CHANGE: Now requires Python 3.9+ (previously 3.8+)
0 commit comments