inferencesh 0.1.4__py3-none-any.whl → 0.1.6__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 CHANGED
@@ -1,4 +1,4 @@
1
- from typing import Optional, Union
1
+ from typing import Optional, Union, ClassVar
2
2
  from pydantic import BaseModel, ConfigDict
3
3
  import mimetypes
4
4
  import os
@@ -10,8 +10,11 @@ class BaseAppOutput(BaseModel):
10
10
  pass
11
11
 
12
12
  class BaseApp(BaseModel):
13
- model_config = ConfigDict(arbitrary_types_allowed=True)
14
- extra = "allow"
13
+ model_config = ConfigDict(
14
+ arbitrary_types_allowed=True,
15
+ extra='allow'
16
+ )
17
+
15
18
  async def setup(self):
16
19
  pass
17
20
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: inferencesh
3
- Version: 0.1.4
3
+ Version: 0.1.6
4
4
  Summary: inference.sh Python SDK
5
5
  Author: Inference Shell Inc.
6
6
  Author-email: "Inference Shell Inc." <hello@inference.sh>
@@ -0,0 +1,8 @@
1
+ inferencesh/__init__.py,sha256=pR0MXSJe41LgJkjGK-jhZR7LjqCFdRZtNTV6qcjYSTI,123
2
+ inferencesh/sdk.py,sha256=FRSzwMV_wyVidLtXZ0oJ8tNoHufT4VnnF9r9wzSPi_8,2399
3
+ inferencesh-0.1.6.dist-info/LICENSE,sha256=OsgqEWIh2el_QMj0y8O1A5Q5Dl-dxqqYbFE6fszuR4s,1086
4
+ inferencesh-0.1.6.dist-info/METADATA,sha256=64XRQrAP9Q6BSvyqCZW5EiPIPOAQV8A1kkiLt6YIHNc,2583
5
+ inferencesh-0.1.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
+ inferencesh-0.1.6.dist-info/entry_points.txt,sha256=6IC-fyozAqW3ljsMLGCXxJ0_ui2Jb-2fLHtoH1RTnEE,45
7
+ inferencesh-0.1.6.dist-info/top_level.txt,sha256=TSMHg3T1ThMl1HGAWmzBClwOYH1ump5neof9BfHIwaA,12
8
+ inferencesh-0.1.6.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- inferencesh/__init__.py,sha256=pR0MXSJe41LgJkjGK-jhZR7LjqCFdRZtNTV6qcjYSTI,123
2
- inferencesh/sdk.py,sha256=0SW0LTw2bs7RYFc6t5V4_Floah_Qi3gKsk9P-mcnVbE,2371
3
- inferencesh-0.1.4.dist-info/LICENSE,sha256=OsgqEWIh2el_QMj0y8O1A5Q5Dl-dxqqYbFE6fszuR4s,1086
4
- inferencesh-0.1.4.dist-info/METADATA,sha256=Bx7ZcEUJIZELX6fGPNTwSbVuKvji_eASiBqL1c69Mio,2583
5
- inferencesh-0.1.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
- inferencesh-0.1.4.dist-info/entry_points.txt,sha256=6IC-fyozAqW3ljsMLGCXxJ0_ui2Jb-2fLHtoH1RTnEE,45
7
- inferencesh-0.1.4.dist-info/top_level.txt,sha256=TSMHg3T1ThMl1HGAWmzBClwOYH1ump5neof9BfHIwaA,12
8
- inferencesh-0.1.4.dist-info/RECORD,,