Skip to content

Commit 62c4d2a

Browse files
committed
[Rooms] add support for collaborator participant role
1 parent be970d1 commit 62c4d2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/communication/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
'License :: OSI Approved :: MIT License',
2626
]
2727

28-
DEPENDENCIES = ['azure-core >= 1.45.0',
29-
'azure-communication-identity >= 1.2.0',
28+
DEPENDENCIES = ['azure-core >= 1.32.0',
29+
'azure-communication-identity >= 1.5.0',
3030
'azure-communication-phonenumbers >= 1.2.0b3',
3131
'azure-communication-sms',
3232
'azure-communication-chat >= 1.3.0',
33-
'azure-communication-rooms >= 1.5.0',
33+
'azure-communication-rooms >= 1.2.0',
3434
'azure-communication-email >= 1.0.0',
3535
]
3636

0 commit comments

Comments
 (0)