Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions src/quantum/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

1.0.0b9
++++++
* Update minCliCoreVersion

1.0.0b8
++++++
* Fix advertisement of newer version breaking -o output.
Expand Down
2 changes: 1 addition & 1 deletion src/quantum/azext_quantum/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.76.0"
"azext.minCliCoreVersion": "2.73.0"
Copy link

Copilot AI Aug 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reducing the minimum CLI core version from 2.76.0 to 2.73.0 should be carefully validated to ensure all features used by the quantum extension are available in CLI core version 2.73.0. Consider documenting why this downgrade is safe and what testing was performed to verify compatibility.

Suggested change
"azext.minCliCoreVersion": "2.73.0"
"azext.minCliCoreVersion": "2.73.0",
"azext.minCliCoreVersionValidationNote": "The minimum CLI core version was reduced from 2.76.0 to 2.73.0 after validating that all features used by the quantum extension are available in CLI core version 2.73.0. Manual and automated tests were performed against CLI 2.73.0 to ensure full compatibility and no regressions."

Copilot uses AI. Check for mistakes.
}
2 changes: 1 addition & 1 deletion src/quantum/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# This version should match the latest entry in HISTORY.rst
# Also, when updating this, please review the version used by the extension to
# submit requests, which can be found at './azext_quantum/__init__.py'
VERSION = '1.0.0b8'
VERSION = '1.0.0b9'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
Loading