Closed tompollard closed 11 months ago
https://github.com/Medical-Event-Data-Standard/meds/blob/main/src/meds/__init__.py includes the following import:
from typing_extensions import NotRequired, TypedDict.
from typing_extensions import NotRequired, TypedDict
The import fails if typing_extensions isn't installed.
typing_extensions
This is a quick change to add the missing dependency to pyproject.toml.
pyproject.toml
https://github.com/Medical-Event-Data-Standard/meds/blob/main/src/meds/__init__.py includes the following import:
from typing_extensions import NotRequired, TypedDict
.The import fails if
typing_extensions
isn't installed.This is a quick change to add the missing dependency to
pyproject.toml
.