This repository was archived by the owner on Jul 19, 2025. It is now read-only.
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
AttributeError: module 'packaging.version' has no attribute 'LegacyVersion' #152
As the title suggests, this error appears when trying to update a dash application's
packagingversion to>=21.0. I suspect that the culprit may have something to do with this: https://github.com/fohrloop/dash-uploader/blob/dev/dash_uploader/utils.py#L5Will there be any plans to update the package to be compatible with newer versions of
packaging?