
[:python_version < "3.5"]
typing>=3.7.4

[:python_version < "3.8"]
typing-extensions<4,>=3.7.4

[:python_version >= "3.8"]
typing-extensions>=4.4
