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
Fix Deprecation warning emitted by Python 3.13.1.
```
functools.partial will be a method descriptor in future Python versions;
wrap it in enum.member() if you want to preserve the old behavior
```
Ref: python/cpython#125316
0 commit comments