Got some code using pydash.get(callable, "__name__") to aid logging. pydash 6.0.0 forbids using dunder methods.
I'm not fully clear on security issue which required this change, but wondering if dunder variables (as opposed to methods) could be allowed.
Though looking at code I think this may be tricky without coding a list of allowed or disallowed options, so perhaps current method is the best - if so please reject this.