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
fix: resolve Python 3.10 compatibility in test files
- Remove UTC import from test_mcp_audit_logging.py (not available in Python 3.10)
- Replace datetime.now(UTC) with datetime.now(timezone.utc) in tests
- Add noqa comments for ruff UP017 rule suppression
- Complete Python 3.10 compatibility across all files including tests
0 commit comments