Skip to content

Commit 60e4f3a

Browse files
committed
package version update
1 parent 1a56dd0 commit 60e4f3a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/python-application-setup.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,20 @@ mkdir messages-quickstart && cd messages-quickstart
2323

2424
### Install the package
2525

26-
Use the Azure Communication Messages client library for Python [version 1.0.0](https://pypi.org/project/azure-communication-messages) or above.
26+
Use the Azure Communication Messages client library for Python [1.1.0](https://pypi.org/project/azure-communication-messages) or above.
2727

2828
From a console prompt, run the following command:
2929

3030
```console
3131
pip install azure-communication-messages
3232
```
3333

34+
For **InteractiveMessages, Reactions and Stickers**, please use below [Beta](https://pypi.org/project/azure-communication-messages/1.2.0b1/) version:
35+
36+
```console
37+
pip install azure-communication-messages==1.2.0b1
38+
```
39+
3440
### Set up the app framework
3541

3642
Create a new file called `messages-quickstart.py` and add the basic program structure.

0 commit comments

Comments
 (0)