Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Communication] - SDK - Synced SMS and Phone Numbers shared folders #17985

Merged
merged 3 commits into from
Apr 13, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added typing extensions
  • Loading branch information
jorge-beauregard committed Apr 12, 2021
commit ecc71ee100fe6092313bd33e87a85f79db497f4f
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
],
extras_require={
":python_version<'3.0'": ['azure-communication-nspkg'],
":python_version<'3.8'": ["typing-extensions"]
},
project_urls={
'Bug Reports': 'https://github.com/Azure/azure-sdk-for-python/issues',
Expand Down
3 changes: 2 additions & 1 deletion sdk/communication/azure-communication-sms/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
],
extras_require={
":python_version<'3.0'": ['azure-communication-nspkg'],
":python_version<'3.5'": ["typing"]
":python_version<'3.5'": ["typing"],
":python_version<'3.8'": ["typing-extensions"]
}
)