smallestai 0.1.0__tar.gz → 1.1.0__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 smallestai might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smallestai
3
- Version: 0.1.0
3
+ Version: 1.1.0
4
4
  Summary: Official Python client for the Smallest AI API
5
5
  Author-email: Smallest <info@smallest.ai>
6
6
  License: MIT
@@ -62,18 +62,12 @@ Currently, the library supports direct synthesis and the ability to synthesize s
62
62
 
63
63
  ## Installation
64
64
 
65
- To install the package, follow these steps:
66
-
67
- 1. Clone the repository:
68
- ```bash
69
- git clone https://github.com/smallest-inc/smallest-python-sdk.git
70
- ```
71
-
72
- 2. Navigate to the cloned directory and install the package:
73
- ```bash
74
- cd smallest-python
75
- pip install .
76
- ```
65
+ To install the latest version available
66
+ ```bash
67
+ pip install smallestai
68
+ ```
69
+ When using an SDK in your application, make sure to pin to at least the major version (e.g., ==1.*). This helps ensure your application remains stable and avoids potential issues from breaking changes in future updates.
70
+
77
71
 
78
72
  ## Get the API Key
79
73
 
@@ -35,18 +35,12 @@ Currently, the library supports direct synthesis and the ability to synthesize s
35
35
 
36
36
  ## Installation
37
37
 
38
- To install the package, follow these steps:
39
-
40
- 1. Clone the repository:
41
- ```bash
42
- git clone https://github.com/smallest-inc/smallest-python-sdk.git
43
- ```
44
-
45
- 2. Navigate to the cloned directory and install the package:
46
- ```bash
47
- cd smallest-python
48
- pip install .
49
- ```
38
+ To install the latest version available
39
+ ```bash
40
+ pip install smallestai
41
+ ```
42
+ When using an SDK in your application, make sure to pin to at least the major version (e.g., ==1.*). This helps ensure your application remains stable and avoids potential issues from breaking changes in future updates.
43
+
50
44
 
51
45
  ## Get the API Key
52
46
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "smallestai"
3
- version = "0.1.0"
3
+ version = "1.1.0"
4
4
  description = "Official Python client for the Smallest AI API"
5
5
  authors = [
6
6
  {name = "Smallest", email = "info@smallest.ai"},
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smallestai
3
- Version: 0.1.0
3
+ Version: 1.1.0
4
4
  Summary: Official Python client for the Smallest AI API
5
5
  Author-email: Smallest <info@smallest.ai>
6
6
  License: MIT
@@ -62,18 +62,12 @@ Currently, the library supports direct synthesis and the ability to synthesize s
62
62
 
63
63
  ## Installation
64
64
 
65
- To install the package, follow these steps:
66
-
67
- 1. Clone the repository:
68
- ```bash
69
- git clone https://github.com/smallest-inc/smallest-python-sdk.git
70
- ```
71
-
72
- 2. Navigate to the cloned directory and install the package:
73
- ```bash
74
- cd smallest-python
75
- pip install .
76
- ```
65
+ To install the latest version available
66
+ ```bash
67
+ pip install smallestai
68
+ ```
69
+ When using an SDK in your application, make sure to pin to at least the major version (e.g., ==1.*). This helps ensure your application remains stable and avoids potential issues from breaking changes in future updates.
70
+
77
71
 
78
72
  ## Get the API Key
79
73
 
File without changes
File without changes
File without changes
File without changes