Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(factory): add compatibility with Python 3.9
- Import TypeGuard from typing_extensions for Python versions < 3.10 - Import TypeGuard from typing for Python versions >= 3.10 - This change ensures compatibility with Python 3.9 and newer versions
- Loading branch information