Skip to content

Commit e5dc1e0

Browse files
authored
Merge pull request #110687 from ctufts/chtufts/revertSDKVersionTA
updated pip install command to prevent breaking changes in sdk
2 parents dab6b19 + 442a055 commit e5dc1e0

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/text-analytics/includes/quickstarts

1 file changed

+1
-1
lines changed

articles/cognitive-services/text-analytics/includes/quickstarts/python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ After installing Python, you can install the client library with:
3535
#### [Version 3.0-preview](#tab/version-3)
3636

3737
```console
38-
pip install azure-ai-textanalytics
38+
pip install azure-ai-textanalytics==1.0.0b3
3939
```
4040

4141
> [!TIP]

0 commit comments

Comments
 (0)