Skip to content

Commit 793fc33

Browse files
committed
v0.1.5
1 parent 6bb2541 commit 793fc33

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "inferencesh"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "inference.sh Python SDK"
99
authors = [
1010
{name = "Inference Shell Inc.", email = "hello@inference.sh"},

src/inferencesh/sdk.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ class BaseAppOutput(BaseModel):
1010
pass
1111

1212
class BaseApp(BaseModel):
13-
model_config = ConfigDict(arbitrary_types_allowed=True)
14-
extra = "allow"
13+
model_config = ConfigDict(arbitrary_types_allowed=True, extra='allow')
1514
async def setup(self):
1615
pass
1716

0 commit comments

Comments
 (0)