ImagingDataCommons / highdicom

High-level DICOM abstractions for the Python programming language
https://highdicom.readthedocs.io
MIT License
168 stars 35 forks source link

Pydicom 2.3.0 breaks highdicom #162

Closed CPBridge closed 2 years ago

CPBridge commented 2 years ago

Latest release of pydicom is causing several tests to fail. At first glance all errors appear to be related to a new behaviour for handling multivalues. It may be difficult to support versions both sides of the change. We may want to disallow 2.3.0 as an interim measure

hackermd commented 2 years ago

If we require pydicom>=2.3, we could import the storage class UIDs from pydicom.uid (see https://github.com/herrmannlab/highdicom/issues/160)