Skip to content

Commit c6c9529

Browse files
committed
Make sure versioned code samples use <=
1 parent 79329b9 commit c6c9529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-reference/api-services/sdk.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ deployment of Unstructured API, you can access the API using the Python or TypeS
102102

103103
run();
104104
```
105-
```python Python (SDK <v0.22.0)
105+
```python Python (SDK <=v0.22.0)
106106
import unstructured_client
107107
from unstructured_client.models import shared
108108
from unstructured_client.models.errors import SDKError
@@ -132,7 +132,7 @@ deployment of Unstructured API, you can access the API using the Python or TypeS
132132
except SDKError as e:
133133
print(e)
134134
```
135-
```javascript TypeScript (SDK <v0.10.6)
135+
```javascript TypeScript (SDK <=v0.10.6)
136136
import { UnstructuredClient } from "unstructured-client";
137137
import { PartitionResponse } from "unstructured-client/dist/sdk/models/operations";
138138
import * as fs from "fs";

0 commit comments

Comments
 (0)