You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this is now an optional dependency, it seems like an additional except to catch AttributeError could be added to sqlalchemy_utils.types.color to fix this case.
The text was updated successfully, but these errors were encountered:
JayPalm
added a commit
to JayPalm/sqlalchemy-utils
that referenced
this issue
Sep 12, 2022
This will allow SQLAlchemy-Utils to be compatible with `colour-science`
Currently, this import makes this package incompatible with `colour-science` due to conflicting `colour` namespace. Since the `colour` package is already optional, this will allow `sqlalchemy-utils` to be used with `colour-science` without conflict.
see [here](kvesteri#636) for the associated issue.
A trivial example to reproduce:
Since this is now an optional dependency, it seems like an additional except to catch AttributeError could be added to sqlalchemy_utils.types.color to fix this case.
The text was updated successfully, but these errors were encountered: