From 18283ddd7c5f5da5432a59c96f52cbec3b054447 Mon Sep 17 00:00:00 2001 From: Victory Omole Date: Thu, 9 Jun 2022 12:12:14 -0500 Subject: [PATCH] Increase upper bound for `qcs-api-client` to `<0.22.0` Follows from https://github.com/rigetti/qcs-api-client-python/issues/6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96e1a048f..59982cc51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ lark = "^0.11.1" rpcq = "^3.6.0" networkx = "^2.5" importlib-metadata = { version = "^3.7.3", python = "<3.8" } -qcs-api-client = ">=0.8.1,<0.21.0" +qcs-api-client = ">=0.8.1,<0.22.0" retry = "^0.9.2" # latex extra