From 26c84becb65a7ffd462ba6a81614a1460030f45d Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Mon, 21 Apr 2025 11:21:55 -0500 Subject: [PATCH 1/3] pin pyqasm version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 182716de..0f3e433a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ qbraid-core>=0.1.25 pydantic>2.0.0 pydantic-core typing-extensions>=4.0.0 -pyqasm>=0.3.0,<0.4.0 \ No newline at end of file +pyqasm==0.3.0 \ No newline at end of file From c8c3069e31aae30cac4819f95dd8c75ea340f2e9 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Mon, 21 Apr 2025 11:24:31 -0500 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ba8ae1..1f2d6461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ device.profile.program_spec ### Fixed - Fixed Amazon Braket remote test by changing catch `JobStateError` to `TimeoutError` ([#948](https://github.com/qBraid/qBraid/pull/948)) - Fixed upper bound of html length check in pytket circuit drawer test ([#950](https://github.com/qBraid/qBraid/pull/950)) +- Pin `pyqasm` version to 0.3.0 mitigate bug CI failure due to program validation bug: https://github.com/qBraid/pyqasm/issues/175 ([#957](https://github.com/qBraid/qBraid/pull/957)) ### Dependencies - Added `pydantic-core` to project requirements ([#946](https://github.com/qBraid/qBraid/pull/946)) From a642dfc827b6fe59015d6d5d4e229526306cc6d5 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Mon, 21 Apr 2025 11:25:40 -0500 Subject: [PATCH 3/3] changelog semantics --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2d6461..85b84855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,7 +52,7 @@ device.profile.program_spec ### Fixed - Fixed Amazon Braket remote test by changing catch `JobStateError` to `TimeoutError` ([#948](https://github.com/qBraid/qBraid/pull/948)) - Fixed upper bound of html length check in pytket circuit drawer test ([#950](https://github.com/qBraid/qBraid/pull/950)) -- Pin `pyqasm` version to 0.3.0 mitigate bug CI failure due to program validation bug: https://github.com/qBraid/pyqasm/issues/175 ([#957](https://github.com/qBraid/qBraid/pull/957)) +- Pin `pyqasm` version to 0.3.0 to patch CI failure due to program validation bug: https://github.com/qBraid/pyqasm/issues/175 ([#957](https://github.com/qBraid/qBraid/pull/957)) ### Dependencies - Added `pydantic-core` to project requirements ([#946](https://github.com/qBraid/qBraid/pull/946))