iqm-client 25.3.0__py3-none-any.whl → 25.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- iqm/iqm_client/authentication.py +2 -1
- {iqm_client-25.3.0.dist-info → iqm_client-25.5.0.dist-info}/METADATA +2 -2
- {iqm_client-25.3.0.dist-info → iqm_client-25.5.0.dist-info}/RECORD +8 -8
- {iqm_client-25.3.0.dist-info → iqm_client-25.5.0.dist-info}/AUTHORS.rst +0 -0
- {iqm_client-25.3.0.dist-info → iqm_client-25.5.0.dist-info}/LICENSE.txt +0 -0
- {iqm_client-25.3.0.dist-info → iqm_client-25.5.0.dist-info}/WHEEL +0 -0
- {iqm_client-25.3.0.dist-info → iqm_client-25.5.0.dist-info}/entry_points.txt +0 -0
- {iqm_client-25.3.0.dist-info → iqm_client-25.5.0.dist-info}/top_level.txt +0 -0
iqm/iqm_client/authentication.py
CHANGED
|
@@ -130,7 +130,8 @@ class TokenManager:
|
|
|
130
130
|
)
|
|
131
131
|
else:
|
|
132
132
|
raise ClientConfigurationError(
|
|
133
|
-
f"Invalid combination of authentication parameters specified: {list(auth_parameters)}
|
|
133
|
+
f"""Invalid combination of authentication parameters specified: {list(auth_parameters)},
|
|
134
|
+
Use either ['token'] or ['username', 'password'].""",
|
|
134
135
|
)
|
|
135
136
|
|
|
136
137
|
def get_bearer_token(self, retries: int = 1) -> str | None:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-client
|
|
3
|
-
Version: 25.
|
|
3
|
+
Version: 25.5.0
|
|
4
4
|
Summary: Client library for accessing an IQM quantum computer
|
|
5
5
|
Author-email: IQM Finland Oy <developers@meetiqm.com>
|
|
6
6
|
License: Apache License
|
|
@@ -216,7 +216,7 @@ Requires-Python: <3.13,>=3.10
|
|
|
216
216
|
Description-Content-Type: text/x-rst
|
|
217
217
|
License-File: LICENSE.txt
|
|
218
218
|
License-File: AUTHORS.rst
|
|
219
|
-
Requires-Dist: numpy <3.0,>=1.
|
|
219
|
+
Requires-Dist: numpy <3.0,>=1.26.4
|
|
220
220
|
Requires-Dist: packaging ==24.1
|
|
221
221
|
Requires-Dist: pydantic <3.0,>=2.9.2
|
|
222
222
|
Requires-Dist: requests ==2.32.3
|
|
@@ -19,7 +19,7 @@ iqm/cirq_iqm/examples/demo_iqm_execution.py,sha256=6NTEMbrWInA5kW44ajzEam3PBITCO
|
|
|
19
19
|
iqm/cirq_iqm/examples/usage.ipynb,sha256=Kyfyu_MwqzTavHVNjgrWJo1tZPeJwTw7ExcU0MFYNRk,34208
|
|
20
20
|
iqm/iqm_client/__init__.py,sha256=D-8W54EcQIxk_1JZo_86GYlR1YitHhPIiFwwLJ2IfGE,1411
|
|
21
21
|
iqm/iqm_client/api.py,sha256=V57vslYSn5g1IgXWtWuxp3hD1DbY18dKUexRdxEuX78,8268
|
|
22
|
-
iqm/iqm_client/authentication.py,sha256=
|
|
22
|
+
iqm/iqm_client/authentication.py,sha256=4MO7VRIH1cIkjidIDqGfnemvc04UHEAfs-sZWXwBcLw,12258
|
|
23
23
|
iqm/iqm_client/errors.py,sha256=ty2P-sg80zlAoL3_kC3PlprgDUv4PI-KFhmmxaaapS0,1429
|
|
24
24
|
iqm/iqm_client/iqm_client.py,sha256=SFImZk5DrAq51hr2G5sk242mO-8LYz-Mlc6Rc_JIuZE,50019
|
|
25
25
|
iqm/iqm_client/models.py,sha256=YjlerNleeE1kOmzRsux-o02h7XSqv0u0KQEERufdxKk,50302
|
|
@@ -56,10 +56,10 @@ iqm/qiskit_iqm/fake_backends/fake_apollo.py,sha256=eT2vd3kQBi1rrvxCpePymBCfFK84d
|
|
|
56
56
|
iqm/qiskit_iqm/fake_backends/fake_deneb.py,sha256=RzQXmLXmBARDiMKVxk5Aw9fVbc6IYlW0A5jibk9iYD0,3156
|
|
57
57
|
iqm/qiskit_iqm/fake_backends/fake_garnet.py,sha256=GI0xafTCj1Um09qVuccO6GPOGBm6ygul_O40Wu220Ys,5555
|
|
58
58
|
iqm/qiskit_iqm/fake_backends/iqm_fake_backend.py,sha256=wJtfsxjPYbDKmzaz5R4AuaXvvPHa21WyPtRgNctL9eY,16785
|
|
59
|
-
iqm_client-25.
|
|
60
|
-
iqm_client-25.
|
|
61
|
-
iqm_client-25.
|
|
62
|
-
iqm_client-25.
|
|
63
|
-
iqm_client-25.
|
|
64
|
-
iqm_client-25.
|
|
65
|
-
iqm_client-25.
|
|
59
|
+
iqm_client-25.5.0.dist-info/AUTHORS.rst,sha256=qsxeK5A3-B_xK3hNbhFHEIkoHNpo7sdzYyRTs7Bdtm8,795
|
|
60
|
+
iqm_client-25.5.0.dist-info/LICENSE.txt,sha256=2DXrmQtVVUV9Fc9RBFJidMiTEaQlG2oAtlC9PMrEwTk,11333
|
|
61
|
+
iqm_client-25.5.0.dist-info/METADATA,sha256=XkquO_oDAwl0xFQ3NF4qe_a59RhQvStH3pOZpDRsDzM,17079
|
|
62
|
+
iqm_client-25.5.0.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
|
63
|
+
iqm_client-25.5.0.dist-info/entry_points.txt,sha256=Kk2qfRwk8vbIJ7qCAvmaUogfRRn6t92_hBFhe6kqAE4,1317
|
|
64
|
+
iqm_client-25.5.0.dist-info/top_level.txt,sha256=NB4XRfyDS6_wG9gMsyX-9LTU7kWnTQxNvkbzIxGv3-c,4
|
|
65
|
+
iqm_client-25.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|