-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Quantum] Ship peer dependencies in vendored sdks folder (25369) #8041
[Quantum] Ship peer dependencies in vendored sdks folder (25369) #8041
Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
Hi @warren-jones, |
Hi @warren-jones, |
Release SuggestionsModule: quantum
Notes
|
Quantum |
HISTORY.rst and setup.py updates will accompany an upcoming release PR as is customary in our extension-release workflow. |
Original description from User Story 25369:
Changes for this PR:
src\quantum\azext_quantum\vendored_sdks\azure_storage_blob
from ... import
statement insrc\quantum\azext_quantum\_storage.py
DEPENDENCIES
statement insrc\quantum\setup.py
vendored_sdks\azure_storage_blob
in the future.New wiki: How to update the Azure storage blob client
No changes will be perceived by customers.
A Quantum CLI extension release will follow this PR in a subsequent Release PR.
Related commands
az quantum run
az quantum execute
az quantum job submit
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally? (pip install wheel==0.30.0
required)