qi-compute-api-client 0.36.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.

@@ -786,7 +786,6 @@ class BackendTypesApi:
786
786
 
787
787
  # authentication setting
788
788
  _auth_settings: List[str] = [
789
- 'user_bearer'
790
789
  ]
791
790
 
792
791
  return self.api_client.param_serialize(
@@ -93,7 +93,6 @@ Read backend types.
93
93
 
94
94
  ### Example
95
95
 
96
- * OAuth Authentication (user_bearer):
97
96
  ```python
98
97
  import time
99
98
  import os
@@ -109,12 +108,6 @@ configuration = compute_api_client.Configuration(
109
108
  host = "http://localhost"
110
109
  )
111
110
 
112
- # The client must configure the authentication and authorization parameters
113
- # in accordance with the API server security policy.
114
- # Examples for each auth method are provided below, use the example that
115
- # satisfies your auth use case.
116
-
117
- configuration.access_token = os.environ["ACCESS_TOKEN"]
118
111
 
119
112
  # Enter a context with an instance of the API client
120
113
  async with compute_api_client.ApiClient(configuration) as api_client:
@@ -171,7 +164,7 @@ Name | Type | Description | Notes
171
164
 
172
165
  ### Authorization
173
166
 
174
- [user_bearer](../README.md#user_bearer)
167
+ No authorization required
175
168
 
176
169
  ### HTTP request headers
177
170
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qi-compute-api-client
3
- Version: 0.36.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>
@@ -2,7 +2,7 @@ compute_api_client/__init__.py,sha256=PPvcbRzgr9QBIFU8dThwoJSJ-3Wvvwi61xCPYGxZ2v
2
2
  compute_api_client/api/__init__.py,sha256=r1XAqXSWdvgMGLPSoqbjUEHsf6p2tYHMg7Aejad7u24,1199
3
3
  compute_api_client/api/algorithms_api.py,sha256=Iq3X7347R8ZsF3hDoIlEA8girl0ww_k1orMPMc6ygDE,59489
4
4
  compute_api_client/api/backend_api.py,sha256=zNX_CYAm-6IrCuR7hlgHOCTwOkR1YQXn-3Ck9VUsCK8,57958
5
- compute_api_client/api/backend_types_api.py,sha256=RV57i8F30r4aMVYpRNaBLKtmIb0TcUikn6d82rSBuhM,30054
5
+ compute_api_client/api/backend_types_api.py,sha256=8JU5Xchm8ptc_vDzyTSkWrpFLlED1Bse2X3Ax_QSeeQ,30028
6
6
  compute_api_client/api/batch_jobs_api.py,sha256=OB9EsaNpLvr80Tq3CUkNoJlwrO4CnDnVBeHne3FVJa8,83892
7
7
  compute_api_client/api/commits_api.py,sha256=5V_qvBwjVK9ALOQ3sEgdBw0uKtypUBkhha9dQO4tGVY,46742
8
8
  compute_api_client/api/files_api.py,sha256=eItVegQVnni7AK2yyT_6Paj4WB01vUwM8fIwxwJEZuk,47862
@@ -32,7 +32,7 @@ compute_api_client/docs/BackendIn.md,sha256=7_drRygOUPHFWjrvAJGo7WwmcyK6EeRnlSnA
32
32
  compute_api_client/docs/BackendPatch.md,sha256=xET1pnI8JStGhtHm7qT-1zv7RCuKl2CUIKtYueWq72U,927
33
33
  compute_api_client/docs/BackendStatus.md,sha256=ofnS843IHCIxoywjJJ01GP90Gn1XedAm5xR8TONmUbk,292
34
34
  compute_api_client/docs/BackendType.md,sha256=mHhQKSZ7a-8g02F5vOsfosavoTaYcsVvw3J4ZAlNaR4,1320
35
- compute_api_client/docs/BackendTypesApi.md,sha256=hfKaNCifgyNLw2p1f68ggQNmBOSsmO8TePhNkRnnJxA,7306
35
+ compute_api_client/docs/BackendTypesApi.md,sha256=bO8kCraT-jqXiu7HPPVDfYEI6m-P19ARmW21CrqzPnU,6963
36
36
  compute_api_client/docs/BackendWithAuthentication.md,sha256=u9lZh4FusMtOuV53yc0QXHdnTas-4HNC06NyDh8E1Go,1256
37
37
  compute_api_client/docs/BatchJob.md,sha256=IozaJI2zAL1zo_zmuI-RIKvLGK68KkyW53AH4jbIaIs,1210
38
38
  compute_api_client/docs/BatchJobIn.md,sha256=9-nP1Xgnzd5tfvo8WmandUWR8IY-2pMeZyW0HveKZEU,847
@@ -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.36.0.dist-info/LICENSE.md,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
180
- qi_compute_api_client-0.36.0.dist-info/METADATA,sha256=YBOiDHKX-qfJDS3KAdGWasK2u9JaoVObl3iNzSMUGRw,19940
181
- qi_compute_api_client-0.36.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
182
- qi_compute_api_client-0.36.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