Why is this needed?
PEP 585 recommends using collections for type hints instead of their typing counterparts.
Which area does this relate to?
Tracer
Suggestion
Update the codebase to replace deprecated typing with the new standard for Python 3.9+.
Acknowledgment