From 2e42e26a099c194eebefadbf20da025e146105d5 Mon Sep 17 00:00:00 2001 From: Vanya Eccles <89389514+vanyae-cqc@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:06:37 +0000 Subject: [PATCH] fix: update pytket version (#115) --- .cz.toml | 2 +- CHANGELOG.md | 7 +++++++ poetry.lock | 2 +- pyproject.toml | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.cz.toml b/.cz.toml index 9cad889..42f3092 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_customize" tag_format = "v$version" version_scheme = "semver" -version = "0.8.0" +version = "0.8.1" version_files = ["pyproject.toml"] update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index a1efde3..1daa520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ # `qnexus` Release Notes +## 0.8.1 (2024-11-13) + + +### Fixed + +- Update pytket version to 1.34. + ## 0.8.0 (2024-11-12) diff --git a/poetry.lock b/poetry.lock index da944d2..9aa6f8c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4185,4 +4185,4 @@ qiskit = ["pytket-qiskit"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "76b716891b36101bbdb9215d046df714ec3e291e7ff3441069e78511d17f0e61" +content-hash = "3decc75f26901fb8aa1c939ea0ceb58a6adbba374224d8c3464836ae8f4362c4" diff --git a/pyproject.toml b/pyproject.toml index 7852f1e..ee6633e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qnexus" -version = "0.8.0" +version = "0.8.1" description = "Quantinuum Nexus python client." authors = ["Vanya Eccles ", "Aidan Keay ", "John Children "] license = "Apache-2.0" @@ -16,7 +16,7 @@ httpx = "^0.25.0" pandas = "^2" nest-asyncio = "^1.6.0" rich = "^13.6.0" -pytket = "^1" +pytket = "^1.34" pytket-qiskit = {version = ">=0.50", optional = true} websockets = ">11,<14" pydantic-settings = "^2"