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 52
52
find FeishuBitableAPI -name "*.py" -exec sed -i 's/from CREATE_FIELD/from .CREATE_FIELD/g' {} \;
53
53
find FeishuBitableAPI -name "*.py" -exec sed -i 's/from CREATE_TABLE/from .CREATE_TABLE/g' {} \;
54
54
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' {} \;
55
56
find FeishuBitableAPI -name "*.py" -exec sed -i 's/from DELETE_FIELDS/from .DELETE_FIELDS/g' {} \;
56
57
find FeishuBitableAPI -name "*.py" -exec sed -i 's/from DELETE_RECORD/from .DELETE_RECORD/g' {} \;
57
58
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 2
2
3
3
setup (
4
4
name = 'FeishuBitableAPI' ,
5
- version = '3.1.6 ' ,
5
+ version = '3.1.7 ' ,
6
6
packages = find_packages (),
7
7
#py_modules=[],
8
8
url = 'https://github.com/BlueSkyXN/Feishu-Bitable-Python-API' ,
You can’t perform that action at this time.
0 commit comments