attr.filters.exclude
or include
not simultaneously usable with validators.in_
set.
#1295
Labels
attr.filters.exclude
or include
not simultaneously usable with validators.in_
set.
#1295
When using one of the mentioned filter functions in
attrs.as_dict
oras_tuple
on frozen nodes that have attributes withattrs.validators.in_
set as their validator, the following TypeError is thrown:Trying to execute line 63, in exclude_ (top of traceback) resulted in the following error:
Therefore I suspect, that the issue lies in hashing of
attrs.validators.in_
.The text was updated successfully, but these errors were encountered: