Closed tanoinc closed 1 year ago
I tested your fix in local, it worked 👍
Thanks!
@jamalex Packages installed through pip install notion
will still report this error, so it is recommended to update pypi and readme.
It would be nice to set boundary for urllib3 to be >2.0.0 in requirements, cause it will no longer work with older versions
For the
ullib3
Retry func, the parametermethod_whitelist
was renamed toallowed_methods
.Fix for #386
Can you take a look at it? Sorry for any mistake 🙏
Thanks!