Commit 490017a
authored
Fix failing imports from httpcore (#5891)
Refactor `test_rigetti_qcs_service_api_call()` to use public API from httpx instead
of private API from httpcore which changed.
Also require pyquil>=3.2.0 to ensure httpx and httpcore include API change at httpcore==0.14.0,
encode/httpcore@f9b9391.
Note: pyquil creates indirect dependency on httpcore as follows:
- pyquil (==3.2.0) requires qcs-api-client (>=0.20.13,<0.22.0)
- qcs-api-client (==0.21.2) requires httpx (>=0.23.0,<0.24.0)
- httpx (==0.23.0) requires httpcore (>=0.15.0,<0.16.0)1 parent cd97be1 commit 490017a
2 files changed
+7
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | | - | |
24 | | - | |
| 21 | + | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
37 | 28 | | |
38 | 29 | | |
39 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments