inferencesh 0.2.6__py3-none-any.whl → 0.2.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of inferencesh might be problematic. Click here for more details.
- inferencesh/sdk.py +1 -1
- {inferencesh-0.2.6.dist-info → inferencesh-0.2.7.dist-info}/METADATA +1 -1
- inferencesh-0.2.7.dist-info/RECORD +8 -0
- inferencesh-0.2.6.dist-info/RECORD +0 -8
- {inferencesh-0.2.6.dist-info → inferencesh-0.2.7.dist-info}/WHEEL +0 -0
- {inferencesh-0.2.6.dist-info → inferencesh-0.2.7.dist-info}/entry_points.txt +0 -0
- {inferencesh-0.2.6.dist-info → inferencesh-0.2.7.dist-info}/licenses/LICENSE +0 -0
- {inferencesh-0.2.6.dist-info → inferencesh-0.2.7.dist-info}/top_level.txt +0 -0
inferencesh/sdk.py
CHANGED
|
@@ -267,7 +267,7 @@ class File(BaseModel):
|
|
|
267
267
|
@classmethod
|
|
268
268
|
def model_json_schema(cls, **kwargs):
|
|
269
269
|
schema = super().model_json_schema(**kwargs)
|
|
270
|
-
|
|
270
|
+
schema["$id"] = "/schemas/File"
|
|
271
271
|
# Create a schema that accepts either a string or the full object
|
|
272
272
|
return {
|
|
273
273
|
"oneOf": [
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
inferencesh/__init__.py,sha256=hbKkgHCh0lCdhWyHs3FHHRd8JfLeHkTd1bT4v79Fi8M,192
|
|
2
|
+
inferencesh/sdk.py,sha256=raPhrMovMiZ_di0IwT5bgwATe6avxSs0KBUtzes20R4,16704
|
|
3
|
+
inferencesh-0.2.7.dist-info/licenses/LICENSE,sha256=OsgqEWIh2el_QMj0y8O1A5Q5Dl-dxqqYbFE6fszuR4s,1086
|
|
4
|
+
inferencesh-0.2.7.dist-info/METADATA,sha256=UFRubSIB78URLW_ddkZl18xYrl2xkJUiSNFxUCJwFyY,2756
|
|
5
|
+
inferencesh-0.2.7.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
|
|
6
|
+
inferencesh-0.2.7.dist-info/entry_points.txt,sha256=6IC-fyozAqW3ljsMLGCXxJ0_ui2Jb-2fLHtoH1RTnEE,45
|
|
7
|
+
inferencesh-0.2.7.dist-info/top_level.txt,sha256=TSMHg3T1ThMl1HGAWmzBClwOYH1ump5neof9BfHIwaA,12
|
|
8
|
+
inferencesh-0.2.7.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
inferencesh/__init__.py,sha256=hbKkgHCh0lCdhWyHs3FHHRd8JfLeHkTd1bT4v79Fi8M,192
|
|
2
|
-
inferencesh/sdk.py,sha256=h0yjWNvWg3ArcCOXCscnS1R4Mfj36m-wO507xZVj9Tg,16673
|
|
3
|
-
inferencesh-0.2.6.dist-info/licenses/LICENSE,sha256=OsgqEWIh2el_QMj0y8O1A5Q5Dl-dxqqYbFE6fszuR4s,1086
|
|
4
|
-
inferencesh-0.2.6.dist-info/METADATA,sha256=UGNUS69pDr-Dyz6NxgP9ljJDVAter6ujOHN0yUb-FvQ,2756
|
|
5
|
-
inferencesh-0.2.6.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
|
|
6
|
-
inferencesh-0.2.6.dist-info/entry_points.txt,sha256=6IC-fyozAqW3ljsMLGCXxJ0_ui2Jb-2fLHtoH1RTnEE,45
|
|
7
|
-
inferencesh-0.2.6.dist-info/top_level.txt,sha256=TSMHg3T1ThMl1HGAWmzBClwOYH1ump5neof9BfHIwaA,12
|
|
8
|
-
inferencesh-0.2.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|