Skip to content

Commit 040a673

Browse files
authored
Update setup.py
upgrade the azure.core package
1 parent fd20a6c commit 040a673

File tree

1 file changed

+2
-2
lines changed
  • sdk/communication/azure-communication-phonenumbers

1 file changed

+2
-2
lines changed

sdk/communication/azure-communication-phonenumbers/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
python_requires=">=3.7",
6767
install_requires=[
6868
"msrest>=0.7.1",
69-
'azure-core<2.0.0,>=1.24.0',
69+
'azure-core<2.0.0,>=1.28.0',
7070
],
7171
extras_require={
7272
":python_version<'3.8'": ["typing-extensions"]
@@ -75,4 +75,4 @@
7575
'Bug Reports': 'https://github.com/Azure/azure-sdk-for-python/issues',
7676
'Source': 'https://github.com/Azure/azure-sdk-for-python',
7777
}
78-
)
78+
)

0 commit comments

Comments
 (0)