sutro 0.1.26__tar.gz → 0.1.27__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sutro
3
- Version: 0.1.26
3
+ Version: 0.1.27
4
4
  Summary: Sutro Python SDK
5
5
  Project-URL: Homepage, https://sutro.sh
6
6
  Project-URL: Documentation, https://docs.sutro.sh
@@ -9,7 +9,7 @@ installer = "uv"
9
9
 
10
10
  [project]
11
11
  name = "sutro"
12
- version = "0.1.26"
12
+ version = "0.1.27"
13
13
  description = "Sutro Python SDK"
14
14
  readme = "README.md"
15
15
  requires-python = ">=3.10"
@@ -439,7 +439,7 @@ class Sutro:
439
439
  output_column: str = "inference_result",
440
440
  job_priority: int = 0,
441
441
  output_schema: Union[Dict[str, Any], BaseModel] = None,
442
- sampling_params: dict = {},
442
+ sampling_params: dict = None,
443
443
  system_prompt: str = None,
444
444
  dry_run: bool = False,
445
445
  stay_attached: Optional[bool] = None,
File without changes
File without changes
File without changes
File without changes
File without changes