File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
api-reference/api-services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ deployment of Unstructured API, you can access the API using the Python or TypeS
102
102
103
103
run ();
104
104
```
105
- ``` python Python (SDK <v0.22.0)
105
+ ``` python Python (SDK <= v0.22.0)
106
106
import unstructured_client
107
107
from unstructured_client.models import shared
108
108
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
132
132
except SDKError as e:
133
133
print (e)
134
134
```
135
- ``` javascript TypeScript (SDK <v0.10.6)
135
+ ``` javascript TypeScript (SDK <= v0.10.6)
136
136
import { UnstructuredClient } from " unstructured-client" ;
137
137
import { PartitionResponse } from " unstructured-client/dist/sdk/models/operations" ;
138
138
import * as fs from " fs" ;
You can’t perform that action at this time.
0 commit comments