Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Set lower bound of typing-extensions to v3.7.4 (#1938)
* Set the lower bound of the supported typing_extensions versions to v3.7.4 as TypedDict was added in v3.7.4. > The typing_extensions module contains both backports of these changes as > well as experimental types that will eventually be added to the typing module, > such as Protocol or TypedDict. - c.f. https://pypi.org/project/typing-extensions/3.7.4/ - Amends PR #1934 * Add typing-extensions==3.7.4 to tests/constraints.txt.
- Loading branch information