Medical-Event-Data-Standard / meds

Schema definitions and Python types for Medical Event Data Standard, a standard for medical event data such as EHR and claims data
Apache License 2.0
38 stars 3 forks source link

Add typing_extensions dependency. #4

Closed tompollard closed 11 months ago

tompollard commented 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.

The import fails if typing_extensions isn't installed.

This is a quick change to add the missing dependency to pyproject.toml.