qi-compute-api-client 0.37.0__py3-none-any.whl → 0.38.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.

Potentially problematic release.


This version of qi-compute-api-client might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qi-compute-api-client
3
- Version: 0.37.0
3
+ Version: 0.38.0
4
4
  Summary: An API client for the Compute Job Manager of Quantum Inspire.
5
5
  Home-page: https://github.com/QuTech-Delft/compute-api-client
6
6
  License: Apache-2.0
@@ -15,9 +15,10 @@ Classifier: Programming Language :: Python :: 3.9
15
15
  Classifier: Programming Language :: Python :: 3.10
16
16
  Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
18
19
  Requires-Dist: aiohttp (>=3.10.5,<4.0.0)
19
20
  Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
20
- Requires-Dist: urllib3 (>=1.25.3,<2.0.0)
21
+ Requires-Dist: urllib3 (>=2.0.0,<3.0.0)
21
22
  Project-URL: Repository, https://github.com/QuTech-Delft/compute-api-client
22
23
  Description-Content-Type: text/markdown
23
24
 
@@ -247,7 +248,7 @@ Authentication schemes defined for the API:
247
248
 
248
249
  - **Type**: OAuth
249
250
  - **Flow**: accessCode
250
- - **Authorization URL**: https://auth.qi2.quantum-inspire.com/realms/oidc_staging/protocol/openid-connect/auth
251
+ - **Authorization URL**: https://auth.qi2.quantum-inspire.com/realms/oidc_development/protocol/openid-connect/auth
251
252
  - **Scopes**: N/A
252
253
 
253
254
  <a id="backend"></a>
@@ -176,7 +176,7 @@ compute_api_client/models/user.py,sha256=WD1QyiqRlyObnK61QRE2NUCyY5Oc9ejeNcOGopm
176
176
  compute_api_client/models/user_in.py,sha256=gMWrBylb3ihoc-bm-K7AG9w3iWGn_ROV14wZnGlJU30,3330
177
177
  compute_api_client/models/validation_error.py,sha256=HWliEU5aNn3CkND3c0MxJf0D8bUJmE3HKncfUCKDk5o,2941
178
178
  compute_api_client/rest.py,sha256=-N7fantOYHH5Ot97NOHm2ouAUuw4kdqbnOvCtf25H7g,5836
179
- qi_compute_api_client-0.37.0.dist-info/LICENSE.md,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
180
- qi_compute_api_client-0.37.0.dist-info/METADATA,sha256=ve61Ysbu247fG4E43wUMb-fh7sQNJFA8MRfRcgm99rY,19940
181
- qi_compute_api_client-0.37.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
182
- qi_compute_api_client-0.37.0.dist-info/RECORD,,
179
+ qi_compute_api_client-0.38.0.dist-info/LICENSE.md,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
180
+ qi_compute_api_client-0.38.0.dist-info/METADATA,sha256=Ig24t8o11rndDC1zVaQZxC_itYG4itlJOLPXLwtnQgY,19994
181
+ qi_compute_api_client-0.38.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
182
+ qi_compute_api_client-0.38.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: poetry-core 1.9.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any