From 45ab8c189630a866a5f881c79b72d5c7509d35f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 19:40:47 +0000 Subject: [PATCH] Update qsharp requirement in /azure-quantum Updates the requirements on [qsharp](https://github.com/microsoft/qdk) to permit the latest version. - [Release notes](https://github.com/microsoft/qdk/releases) - [Commits](https://github.com/microsoft/qdk/commits) --- updated-dependencies: - dependency-name: qsharp dependency-version: 1.29.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- azure-quantum/requirements-qiskit.txt | 2 +- azure-quantum/requirements-qsharp.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-quantum/requirements-qiskit.txt b/azure-quantum/requirements-qiskit.txt index f495857e3..a5620a4aa 100644 --- a/azure-quantum/requirements-qiskit.txt +++ b/azure-quantum/requirements-qiskit.txt @@ -1 +1 @@ -qsharp[qiskit]>=1.22.0,<2.0 +qsharp[qiskit]>=1.29.1,<2.0 diff --git a/azure-quantum/requirements-qsharp.txt b/azure-quantum/requirements-qsharp.txt index ae0190598..b35b01999 100644 --- a/azure-quantum/requirements-qsharp.txt +++ b/azure-quantum/requirements-qsharp.txt @@ -1 +1 @@ -qsharp>=1.0.33,<2.0 \ No newline at end of file +qsharp>=1.29.1,<2.0 \ No newline at end of file