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
- Update type hints in tests/conftest.py to use modern syntax
- Convert Dict[str, Any] to dict[str, Any]
- Convert List[Dict[str, Any]] to list[dict[str, Any]]
- All code now uses Python 3.10+ compatible syntax
0 commit comments