sutro 0.1.34__tar.gz → 0.1.35__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.
Potentially problematic release.
This version of sutro might be problematic. Click here for more details.
- {sutro-0.1.34 → sutro-0.1.35}/PKG-INFO +2 -2
- {sutro-0.1.34 → sutro-0.1.35}/pyproject.toml +2 -2
- {sutro-0.1.34 → sutro-0.1.35}/.gitignore +0 -0
- {sutro-0.1.34 → sutro-0.1.35}/LICENSE +0 -0
- {sutro-0.1.34 → sutro-0.1.35}/README.md +0 -0
- {sutro-0.1.34 → sutro-0.1.35}/sutro/__init__.py +0 -0
- {sutro-0.1.34 → sutro-0.1.35}/sutro/cli.py +0 -0
- {sutro-0.1.34 → sutro-0.1.35}/sutro/sdk.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sutro
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.35
|
|
4
4
|
Summary: Sutro Python SDK
|
|
5
5
|
Project-URL: Homepage, https://sutro.sh
|
|
6
6
|
Project-URL: Documentation, https://docs.sutro.sh
|
|
@@ -11,7 +11,7 @@ Requires-Dist: click<9.0.0,>=8.1.7
|
|
|
11
11
|
Requires-Dist: colorama<1.0.0,>=0.4.4
|
|
12
12
|
Requires-Dist: numpy<3.0.0,>=2.1.1
|
|
13
13
|
Requires-Dist: pandas<3.0.0,>=2.2.3
|
|
14
|
-
Requires-Dist: polars
|
|
14
|
+
Requires-Dist: polars<=1.8.2
|
|
15
15
|
Requires-Dist: pyarrow<22.0.0,>=21.0.0
|
|
16
16
|
Requires-Dist: pydantic<3.0.0,>=2.11.4
|
|
17
17
|
Requires-Dist: requests<3.0.0,>=2.32.3
|
|
@@ -9,7 +9,7 @@ installer = "uv"
|
|
|
9
9
|
|
|
10
10
|
[project]
|
|
11
11
|
name = "sutro"
|
|
12
|
-
version = "0.1.
|
|
12
|
+
version = "0.1.35"
|
|
13
13
|
description = "Sutro Python SDK"
|
|
14
14
|
readme = "README.md"
|
|
15
15
|
requires-python = ">=3.10"
|
|
@@ -18,7 +18,7 @@ dependencies = [
|
|
|
18
18
|
"numpy>=2.1.1,<3.0.0",
|
|
19
19
|
"requests>=2.32.3,<3.0.0",
|
|
20
20
|
"pandas>=2.2.3,<3.0.0",
|
|
21
|
-
"polars
|
|
21
|
+
"polars<=1.8.2", # upgrade to 1.34.0 when https://linear.app/skysight-cloud/issue/SO-374/sdk-fix-json-unpacking-for-polars=1330 lands
|
|
22
22
|
"click>=8.1.7,<9.0.0",
|
|
23
23
|
"colorama>=0.4.4,<1.0.0",
|
|
24
24
|
"yaspin>=3.2.0,<4.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|