Skip to content

Commit df1800a

Browse files
committed
self. vars
1 parent 2bc8a7e commit df1800a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inferencesh/sdk.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class BaseAppOutput(BaseModel):
1111

1212
class BaseApp(BaseModel):
1313
model_config = ConfigDict(arbitrary_types_allowed=True)
14+
extra = "allow"
1415
async def setup(self):
1516
pass
1617

0 commit comments

Comments
 (0)