Open johncoxon opened 1 year ago
I believe this is related to this issue with urllib3
where method_whitelist
got replaced by allowed_methods
. I think the parameter can be replaced to the new name 🤔
Replacing it in client.py
works, yep! Thank you, will leave this open until your pull request is approved.
I believe this is related to this issue with
urllib3
wheremethod_whitelist
got replaced byallowed_methods
. I think the parameter can be replaced to the new name 🤔
Might have a quick-fix by:
pip install git+https://github.com/tanoinc/notion-py.git@3f1b67fac472a39c3ac07e490769ab7a3deb7564
I'm running the following code:
and it fails with the below error:
I'm installing the package using the following conda environment yml:
The package list in the conda environment I'm in is as follows: