Fix up problems with annotations in Python 3.8.
Review Request #14676 — Created Nov. 6, 2025 and updated — Latest diff uploaded
A few of the annotations used for
TypeAliases were using syntax that
was not compatible with Python 3.8. This change fixes them up.Testing Done:
Set this up in a 3.8 environment and was able to set up and test
dependent packages.