File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
CodeGenerationTools/GridworksCore Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 26
26
"IsSSoTTranspiler" : false ,
27
27
"Name" : " SSoT" ,
28
28
"RelativePath" : " " ,
29
- "CommandLine" : " effortless/ssot -p ssot-key=IuUqkLn41mZ8TS"
29
+ "CommandLine" : " effortless/ssot -p ssot-key=IuUqkLn41mZ8TS" ,
30
+ "IsDisabled" : true
31
+ },
32
+ {
33
+ "MatchedTranspiler" : {
34
+ "Name" : " AirtableToODXML" ,
35
+ "Description" : " Airtable to Odxml"
36
+ },
37
+ "IsSSoTTranspiler" : false ,
38
+ "Name" : " AirtableToODXML" ,
39
+ "RelativePath" : " /ODXML" ,
40
+ "CommandLine" : " airtable/airtable-to-odxml -p baseId=appgibWM6WZW20bBx"
30
41
},
31
42
{
32
43
"MatchedTranspiler" : {
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " gridworks"
3
- version = " 1.5.3 "
3
+ version = " 1.5.4 "
4
4
5
5
description = " Gridworks"
6
6
authors = [
" GridWorks <[email protected] >" ]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class GwBase(BaseModel):
26
26
"""
27
27
28
28
type_name : str
29
- version : str | None # no default here, subclasses must provide one
29
+ version : str | None = None
30
30
31
31
model_config = ConfigDict (
32
32
alias_generator = snake_to_pascal ,
You can’t perform that action at this time.
0 commit comments