diff --git a/poetry.lock b/poetry.lock index 6f524dc..30f4a42 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1468,13 +1468,13 @@ files = [ [[package]] name = "qi-compute-api-client" -version = "0.38.0" +version = "0.39.0" description = "An API client for the Compute Job Manager of Quantum Inspire." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "qi_compute_api_client-0.38.0-py3-none-any.whl", hash = "sha256:89033ee60bfbe8d9bbc027cb8c438be3bc07de8b5460712c0cc7cc557b9aba1d"}, - {file = "qi_compute_api_client-0.38.0.tar.gz", hash = "sha256:66b60656c02c509b8917f57f11b5ccca48bc9776328f548e8553a80a0c3cb615"}, + {file = "qi_compute_api_client-0.39.0-py3-none-any.whl", hash = "sha256:5871be4c9bb4770bc87ba1a4b27cfe3638c993b3b130b9c386a6d98574f4ea6d"}, + {file = "qi_compute_api_client-0.39.0.tar.gz", hash = "sha256:5323ab5d3b2045c709781c8cb884fcd69ad5e15d1cc858cbf0e94fb12facba9a"}, ] [package.dependencies] @@ -2044,4 +2044,4 @@ local = ["qxelarator"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "00c3e93f708e3b80fdcd458d7c1e115a07b5ee2018eed0eaa800332f3ca14159" +content-hash = "008ddcbc83b51083b56a88276ace3758c04d6ad6f1bc849e246d87d238680c86" diff --git a/pyproject.toml b/pyproject.toml index 4463ec6..1a419d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ qi = "quantuminspire.cli.command_list:app" python = "^3.9" typer = {extras = ["all"], version = "^0.15.1"} pydantic = "^2.10.3" -qi-compute-api-client = "^0.38.0" +qi-compute-api-client = "^0.39.0" qxelarator = {version = "^0.7.2", optional = true} pydantic-settings = "^2.7.0" qiskit = "1.0.2"