File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5252 find FeishuBitableAPI -name "*.py" -exec sed -i 's/from CREATE_FIELD/from .CREATE_FIELD/g' {} \;
5353 find FeishuBitableAPI -name "*.py" -exec sed -i 's/from CREATE_TABLE/from .CREATE_TABLE/g' {} \;
5454 find FeishuBitableAPI -name "*.py" -exec sed -i 's/from CHECK_FIELD_EXIST/from .CHECK_FIELD_EXIST/g' {} \;
55+ find FeishuBitableAPI -name "*.py" -exec sed -i 's/from CHECK_FIELD_EXIST_SQL/from .CHECK_FIELD_EXIST_SQL/g' {} \;
5556 find FeishuBitableAPI -name "*.py" -exec sed -i 's/from DELETE_FIELDS/from .DELETE_FIELDS/g' {} \;
5657 find FeishuBitableAPI -name "*.py" -exec sed -i 's/from DELETE_RECORD/from .DELETE_RECORD/g' {} \;
5758 find FeishuBitableAPI -name "*.py" -exec sed -i 's/from BUILD_FIELD/from .BUILD_FIELD/g' {} \;
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'FeishuBitableAPI' ,
5- version = '3.1.6 ' ,
5+ version = '3.1.7 ' ,
66 packages = find_packages (),
77 #py_modules=[],
88 url = 'https://github.com/BlueSkyXN/Feishu-Bitable-Python-API' ,
You can’t perform that action at this time.
0 commit comments