Skip to content

Commit

Permalink
change core dependency version in chat,sms,admin
Browse files Browse the repository at this point in the history
  • Loading branch information
turalf committed Jan 30, 2021
1 parent 624b3cc commit 22b727e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
]),
install_requires=[
"msrest>=0.6.0",
"azure-core<2.0.0,>=1.6.0",
"azure-core<2.0.0,>=1.9.0",
],
extras_require={
":python_version<'3.0'": ['azure-communication-nspkg'],
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-chat/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
'azure.communication'
]),
install_requires=[
'azure-core<2.0.0,>=1.6.0',
'azure-core<2.0.0,>=1.9.0',
'msrest>=0.6.0',
'six>=1.6'
],
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-sms/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
'azure.communication'
]),
install_requires=[
'azure-core<2.0.0,>=1.6.0',
'azure-core<2.0.0,>=1.9.0',
'msrest>=0.6.0',
'six>=1.6'
],
Expand Down

0 comments on commit 22b727e

Please sign in to comment.