minwook-shin / notion-database

Python bindings for Notion Database API
https://pypi.org/project/notion-database/
GNU Lesser General Public License v3.0
137 stars 12 forks source link

Properity Value Can not been NULL or "" #13

Closed 668168 closed 1 year ago

668168 commented 1 year ago

For Example, if I set the summary value to "", it will be not work.

PROPERTY.set_rich_text("summary", "")
minwook-shin commented 1 year ago

hello, @668168 thanks for the example. seems like bug. will release it in next version.

minwook-shin commented 1 year ago

@668168 fixed a bug for this issue and updated test cases.

pip install notion-database==20220628.8

668168 commented 1 year ago

Wonderful ! 💯