Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Update requirements for typing_extensions (#1593)
We currently use `from typing import ParamSpec` and fallback onto `from typing_extensions import ParamSpec` when on a version of Python < 3.10 We need to upgrade our requirements to reflect this!
- Loading branch information