Uploading a document with dwollav2 1.5.0 failed with TypeError: request() got an unexpected keyword argument 'file' raised from inside token.py's post(). A community member traced it to params being passed positionally instead of as the named params kwarg, so requests received them twice. A maintainer confirmed the regression was introduced in v1.4.0.