@planqk/planqk-service-sdk 2.6.2 → 2.7.0
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.
- package/dist/sdk/Client.d.ts +2 -2
- package/dist/sdk/Client.js +1 -1
- package/dist/sdk/api/resources/serviceApi/client/Client.d.ts +4 -4
- package/dist/sdk/api/resources/serviceApi/client/Client.js +6 -2
- package/dist/sdk/api/types/LogEntry.d.ts +8 -0
- package/dist/sdk/api/types/LogEntry.js +5 -0
- package/dist/sdk/api/types/index.d.ts +1 -0
- package/dist/sdk/api/types/index.js +1 -0
- package/fern/fern.config.json +1 -1
- package/fern/generators.yml +6 -4
- package/fern/openapi/openapi.yml +104 -80
- package/package.json +1 -1
- package/planqk/service/_version.py +1 -1
- package/planqk/service/client.py +3 -3
- package/planqk/service/sdk/__init__.py +58 -8
- package/planqk/service/sdk/client.py +27 -7
- package/planqk/service/sdk/core/__init__.py +80 -20
- package/planqk/service/sdk/core/client_wrapper.py +8 -6
- package/planqk/service/sdk/core/force_multipart.py +4 -2
- package/planqk/service/sdk/core/http_response.py +1 -1
- package/planqk/service/sdk/core/http_sse/__init__.py +42 -0
- package/planqk/service/sdk/core/http_sse/_api.py +112 -0
- package/planqk/service/sdk/core/http_sse/_decoders.py +61 -0
- package/planqk/service/sdk/core/http_sse/_exceptions.py +7 -0
- package/planqk/service/sdk/core/http_sse/_models.py +17 -0
- package/planqk/service/sdk/core/pydantic_utilities.py +5 -2
- package/planqk/service/sdk/core/unchecked_base_model.py +341 -0
- package/planqk/service/sdk/service_api/__init__.py +0 -3
- package/planqk/service/sdk/service_api/client.py +17 -21
- package/planqk/service/sdk/service_api/raw_client.py +36 -40
- package/planqk/service/sdk/types/__init__.py +54 -4
- package/planqk/service/sdk/types/hal_link.py +3 -2
- package/planqk/service/sdk/types/log_entry.py +23 -0
- package/planqk/service/sdk/types/request_body.py +5 -0
- package/planqk/service/sdk/types/result_response.py +27 -0
- package/planqk/service/sdk/{service_api/types/get_result_response_embedded.py → types/result_response_embedded.py} +4 -3
- package/planqk/service/sdk/{service_api/types/get_result_response_links.py → types/result_response_links.py} +4 -3
- package/planqk/service/sdk/types/service_execution.py +3 -2
- package/pyproject.toml +1 -1
- package/requirements-dev.txt +59 -43
- package/requirements.txt +6 -6
- package/src/sdk/Client.ts +2 -2
- package/src/sdk/api/resources/serviceApi/client/Client.ts +15 -7
- package/src/sdk/api/types/LogEntry.ts +9 -0
- package/src/sdk/api/types/index.ts +1 -0
- package/uv.lock +77 -47
- package/planqk/service/sdk/service_api/types/__init__.py +0 -9
- package/planqk/service/sdk/service_api/types/get_result_response.py +0 -26
package/requirements-dev.txt
CHANGED
|
@@ -20,13 +20,13 @@ asttokens==3.0.0 \
|
|
|
20
20
|
--hash=sha256:0dcd8baa8d62b0c1d118b399b2ddba3c4aff271d0d7a9e0d4c1681c79035bbc7 \
|
|
21
21
|
--hash=sha256:e3078351a059199dd5138cb1c706e6430c05eff2ff136af5eb4790f9d28932e2
|
|
22
22
|
# via stack-data
|
|
23
|
-
authlib==1.6.
|
|
24
|
-
--hash=sha256:
|
|
25
|
-
--hash=sha256:
|
|
23
|
+
authlib==1.6.5 \
|
|
24
|
+
--hash=sha256:3e0e0507807f842b02175507bdee8957a1d5707fd4afb17c32fb43fee90b6e3a \
|
|
25
|
+
--hash=sha256:6aaf9c79b7cc96c900f0b284061691c5d4e61221640a948fe690b556a6d6d10b
|
|
26
26
|
# via planqk-service-sdk
|
|
27
|
-
certifi==2025.
|
|
28
|
-
--hash=sha256:
|
|
29
|
-
--hash=sha256:
|
|
27
|
+
certifi==2025.10.5 \
|
|
28
|
+
--hash=sha256:0f212c2744a9bb6de0c56639a6f68afe01ecd92d91f14ae897c4fe7bbeeef0de \
|
|
29
|
+
--hash=sha256:47c09d31ccf2acf0be3f701ea53595ee7e0b8fa08801c6624be771df09ae7b43
|
|
30
30
|
# via
|
|
31
31
|
# httpcore
|
|
32
32
|
# httpx
|
|
@@ -325,12 +325,18 @@ pexpect==4.9.0 ; (python_full_version < '3.10' and sys_platform == 'emscripten')
|
|
|
325
325
|
--hash=sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523 \
|
|
326
326
|
--hash=sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f
|
|
327
327
|
# via ipython
|
|
328
|
-
platformdirs==4.4.0 \
|
|
328
|
+
platformdirs==4.4.0 ; python_full_version < '3.10' \
|
|
329
329
|
--hash=sha256:abd01743f24e5287cd7a5db3752faf1a2d65353f38ec26d98e25a6db65958c85 \
|
|
330
330
|
--hash=sha256:ca753cf4d81dc309bc67b0ea38fd15dc97bc30ce419a7f58d13eb3bf14c4febf
|
|
331
331
|
# via
|
|
332
332
|
# jupyter-core
|
|
333
333
|
# pylint
|
|
334
|
+
platformdirs==4.5.0 ; python_full_version >= '3.10' \
|
|
335
|
+
--hash=sha256:70ddccdd7c99fc5942e9fc25636a8b34d04c24b335100223152c2803e4063312 \
|
|
336
|
+
--hash=sha256:e578a81bb873cbb89a41fcc904c7ef523cc18284b7e3b3ccf06aca1403b7ebd3
|
|
337
|
+
# via
|
|
338
|
+
# jupyter-core
|
|
339
|
+
# pylint
|
|
334
340
|
pluggy==1.6.0 \
|
|
335
341
|
--hash=sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3 \
|
|
336
342
|
--hash=sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746
|
|
@@ -452,9 +458,9 @@ pygments==2.19.2 \
|
|
|
452
458
|
# ipython
|
|
453
459
|
# ipython-pygments-lexers
|
|
454
460
|
# pytest
|
|
455
|
-
pylint==3.3.
|
|
456
|
-
--hash=sha256:
|
|
457
|
-
--hash=sha256:
|
|
461
|
+
pylint==3.3.9 \
|
|
462
|
+
--hash=sha256:01f9b0462c7730f94786c283f3e52a1fbdf0494bbe0971a78d7277ef46a751e7 \
|
|
463
|
+
--hash=sha256:d312737d7b25ccf6b01cc4ac629b5dcd14a0fcf3ec392735ac70f137a9d5f83a
|
|
458
464
|
pytest==8.4.2 \
|
|
459
465
|
--hash=sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01 \
|
|
460
466
|
--hash=sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79
|
|
@@ -584,39 +590,49 @@ stack-data==0.6.3 \
|
|
|
584
590
|
--hash=sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9 \
|
|
585
591
|
--hash=sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695
|
|
586
592
|
# via ipython
|
|
587
|
-
tomli==2.
|
|
588
|
-
--hash=sha256:
|
|
589
|
-
--hash=sha256:
|
|
590
|
-
--hash=sha256:
|
|
591
|
-
--hash=sha256:
|
|
592
|
-
--hash=sha256:
|
|
593
|
-
--hash=sha256:
|
|
594
|
-
--hash=sha256:
|
|
595
|
-
--hash=sha256:
|
|
596
|
-
--hash=sha256:
|
|
597
|
-
--hash=sha256:
|
|
598
|
-
--hash=sha256:
|
|
599
|
-
--hash=sha256:
|
|
600
|
-
--hash=sha256:
|
|
601
|
-
--hash=sha256:
|
|
602
|
-
--hash=sha256:
|
|
603
|
-
--hash=sha256:
|
|
604
|
-
--hash=sha256:
|
|
605
|
-
--hash=sha256:
|
|
606
|
-
--hash=sha256:
|
|
607
|
-
--hash=sha256:
|
|
608
|
-
--hash=sha256:
|
|
609
|
-
--hash=sha256:
|
|
610
|
-
--hash=sha256:
|
|
611
|
-
--hash=sha256:
|
|
612
|
-
--hash=sha256:
|
|
613
|
-
--hash=sha256:
|
|
614
|
-
--hash=sha256:
|
|
615
|
-
--hash=sha256:
|
|
616
|
-
--hash=sha256:
|
|
617
|
-
--hash=sha256:
|
|
618
|
-
--hash=sha256:
|
|
619
|
-
--hash=sha256:
|
|
593
|
+
tomli==2.3.0 ; python_full_version < '3.11' \
|
|
594
|
+
--hash=sha256:00b5f5d95bbfc7d12f91ad8c593a1659b6387b43f054104cda404be6bda62456 \
|
|
595
|
+
--hash=sha256:0a154a9ae14bfcf5d8917a59b51ffd5a3ac1fd149b71b47a3a104ca4edcfa845 \
|
|
596
|
+
--hash=sha256:0c95ca56fbe89e065c6ead5b593ee64b84a26fca063b5d71a1122bf26e533999 \
|
|
597
|
+
--hash=sha256:0eea8cc5c5e9f89c9b90c4896a8deefc74f518db5927d0e0e8d4a80953d774d0 \
|
|
598
|
+
--hash=sha256:1cb4ed918939151a03f33d4242ccd0aa5f11b3547d0cf30f7c74a408a5b99878 \
|
|
599
|
+
--hash=sha256:4021923f97266babc6ccab9f5068642a0095faa0a51a246a6a02fccbb3514eaf \
|
|
600
|
+
--hash=sha256:4c2ef0244c75aba9355561272009d934953817c49f47d768070c3c94355c2aa3 \
|
|
601
|
+
--hash=sha256:4dc4ce8483a5d429ab602f111a93a6ab1ed425eae3122032db7e9acf449451be \
|
|
602
|
+
--hash=sha256:4f195fe57ecceac95a66a75ac24d9d5fbc98ef0962e09b2eddec5d39375aae52 \
|
|
603
|
+
--hash=sha256:5192f562738228945d7b13d4930baffda67b69425a7f0da96d360b0a3888136b \
|
|
604
|
+
--hash=sha256:5e01decd096b1530d97d5d85cb4dff4af2d8347bd35686654a004f8dea20fc67 \
|
|
605
|
+
--hash=sha256:64be704a875d2a59753d80ee8a533c3fe183e3f06807ff7dc2232938ccb01549 \
|
|
606
|
+
--hash=sha256:70a251f8d4ba2d9ac2542eecf008b3c8a9fc5c3f9f02c56a9d7952612be2fdba \
|
|
607
|
+
--hash=sha256:73ee0b47d4dad1c5e996e3cd33b8a76a50167ae5f96a2607cbe8cc773506ab22 \
|
|
608
|
+
--hash=sha256:74bf8464ff93e413514fefd2be591c3b0b23231a77f901db1eb30d6f712fc42c \
|
|
609
|
+
--hash=sha256:792262b94d5d0a466afb5bc63c7daa9d75520110971ee269152083270998316f \
|
|
610
|
+
--hash=sha256:7b0882799624980785240ab732537fcfc372601015c00f7fc367c55308c186f6 \
|
|
611
|
+
--hash=sha256:883b1c0d6398a6a9d29b508c331fa56adbcdff647f6ace4dfca0f50e90dfd0ba \
|
|
612
|
+
--hash=sha256:88bd15eb972f3664f5ed4b57c1634a97153b4bac4479dcb6a495f41921eb7f45 \
|
|
613
|
+
--hash=sha256:8a35dd0e643bb2610f156cca8db95d213a90015c11fee76c946aa62b7ae7e02f \
|
|
614
|
+
--hash=sha256:940d56ee0410fa17ee1f12b817b37a4d4e4dc4d27340863cc67236c74f582e77 \
|
|
615
|
+
--hash=sha256:97d5eec30149fd3294270e889b4234023f2c69747e555a27bd708828353ab606 \
|
|
616
|
+
--hash=sha256:a0e285d2649b78c0d9027570d4da3425bdb49830a6156121360b3f8511ea3441 \
|
|
617
|
+
--hash=sha256:a1f7f282fe248311650081faafa5f4732bdbfef5d45fe3f2e702fbc6f2d496e0 \
|
|
618
|
+
--hash=sha256:a4ea38c40145a357d513bffad0ed869f13c1773716cf71ccaa83b0fa0cc4e42f \
|
|
619
|
+
--hash=sha256:a56212bdcce682e56b0aaf79e869ba5d15a6163f88d5451cbde388d48b13f530 \
|
|
620
|
+
--hash=sha256:ad805ea85eda330dbad64c7ea7a4556259665bdf9d2672f5dccc740eb9d3ca05 \
|
|
621
|
+
--hash=sha256:b273fcbd7fc64dc3600c098e39136522650c49bca95df2d11cf3b626422392c8 \
|
|
622
|
+
--hash=sha256:b5870b50c9db823c595983571d1296a6ff3e1b88f734a4c8f6fc6188397de005 \
|
|
623
|
+
--hash=sha256:b74a0e59ec5d15127acdabd75ea17726ac4c5178ae51b85bfe39c4f8a278e879 \
|
|
624
|
+
--hash=sha256:be71c93a63d738597996be9528f4abe628d1adf5e6eb11607bc8fe1a510b5dae \
|
|
625
|
+
--hash=sha256:c22a8bf253bacc0cf11f35ad9808b6cb75ada2631c2d97c971122583b129afbc \
|
|
626
|
+
--hash=sha256:c4665508bcbac83a31ff8ab08f424b665200c0e1e645d2bd9ab3d3e557b6185b \
|
|
627
|
+
--hash=sha256:c5f3ffd1e098dfc032d4d3af5c0ac64f6d286d98bc148698356847b80fa4de1b \
|
|
628
|
+
--hash=sha256:cebc6fe843e0733ee827a282aca4999b596241195f43b4cc371d64fc6639da9e \
|
|
629
|
+
--hash=sha256:d1381caf13ab9f300e30dd8feadb3de072aeb86f1d34a8569453ff32a7dea4bf \
|
|
630
|
+
--hash=sha256:d7d86942e56ded512a594786a5ba0a5e521d02529b3826e7761a05138341a2ac \
|
|
631
|
+
--hash=sha256:e31d432427dcbf4d86958c184b9bfd1e96b5b71f8eb17e6d02531f434fd335b8 \
|
|
632
|
+
--hash=sha256:e95b1af3c5b07d9e643909b5abbec77cd9f1217e6d0bca72b0234736b9fb1f1b \
|
|
633
|
+
--hash=sha256:f85209946d1fe94416debbb88d00eb92ce9cd5266775424ff81bc959e001acaf \
|
|
634
|
+
--hash=sha256:feb0dacc61170ed7ab602d3d972a58f14ee3ee60494292d384649a3dc38ef463 \
|
|
635
|
+
--hash=sha256:ff72b71b5d10d22ecb084d345fc26f42b5143c5533db5e2eaba7d2d335358876
|
|
620
636
|
# via
|
|
621
637
|
# pylint
|
|
622
638
|
# pytest
|
package/requirements.txt
CHANGED
|
@@ -8,13 +8,13 @@ anyio==4.11.0 \
|
|
|
8
8
|
--hash=sha256:0287e96f4d26d4149305414d4e3bc32f0dcd0862365a4bddea19d7a1ec38c4fc \
|
|
9
9
|
--hash=sha256:82a8d0b81e318cc5ce71a5f1f8b5c4e63619620b63141ef8c995fa0db95a57c4
|
|
10
10
|
# via httpx
|
|
11
|
-
authlib==1.6.
|
|
12
|
-
--hash=sha256:
|
|
13
|
-
--hash=sha256:
|
|
11
|
+
authlib==1.6.5 \
|
|
12
|
+
--hash=sha256:3e0e0507807f842b02175507bdee8957a1d5707fd4afb17c32fb43fee90b6e3a \
|
|
13
|
+
--hash=sha256:6aaf9c79b7cc96c900f0b284061691c5d4e61221640a948fe690b556a6d6d10b
|
|
14
14
|
# via planqk-service-sdk
|
|
15
|
-
certifi==2025.
|
|
16
|
-
--hash=sha256:
|
|
17
|
-
--hash=sha256:
|
|
15
|
+
certifi==2025.10.5 \
|
|
16
|
+
--hash=sha256:0f212c2744a9bb6de0c56639a6f68afe01ecd92d91f14ae897c4fe7bbeeef0de \
|
|
17
|
+
--hash=sha256:47c09d31ccf2acf0be3f701ea53595ee7e0b8fa08801c6624be771df09ae7b43
|
|
18
18
|
# via
|
|
19
19
|
# httpcore
|
|
20
20
|
# httpx
|
package/src/sdk/Client.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare namespace PlanqkServiceApiClient {
|
|
|
12
12
|
environment?: core.Supplier<environments.PlanqkServiceApiEnvironment | string>;
|
|
13
13
|
/** Specify a custom URL to connect the client to. */
|
|
14
14
|
baseUrl?: core.Supplier<string>;
|
|
15
|
-
token
|
|
15
|
+
token?: core.Supplier<core.BearerToken | undefined>;
|
|
16
16
|
/** Additional headers to include in requests. */
|
|
17
17
|
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
18
18
|
}
|
|
@@ -33,7 +33,7 @@ export class PlanqkServiceApiClient {
|
|
|
33
33
|
protected readonly _options: PlanqkServiceApiClient.Options;
|
|
34
34
|
protected _serviceApi: ServiceApi | undefined;
|
|
35
35
|
|
|
36
|
-
constructor(_options: PlanqkServiceApiClient.Options) {
|
|
36
|
+
constructor(_options: PlanqkServiceApiClient.Options = {}) {
|
|
37
37
|
this._options = {
|
|
38
38
|
..._options,
|
|
39
39
|
headers: mergeHeaders(
|
|
@@ -13,7 +13,7 @@ export declare namespace ServiceApi {
|
|
|
13
13
|
environment?: core.Supplier<environments.PlanqkServiceApiEnvironment | string>;
|
|
14
14
|
/** Specify a custom URL to connect the client to. */
|
|
15
15
|
baseUrl?: core.Supplier<string>;
|
|
16
|
-
token
|
|
16
|
+
token?: core.Supplier<core.BearerToken | undefined>;
|
|
17
17
|
/** Additional headers to include in requests. */
|
|
18
18
|
headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
|
|
19
19
|
}
|
|
@@ -33,7 +33,7 @@ export declare namespace ServiceApi {
|
|
|
33
33
|
export class ServiceApi {
|
|
34
34
|
protected readonly _options: ServiceApi.Options;
|
|
35
35
|
|
|
36
|
-
constructor(_options: ServiceApi.Options) {
|
|
36
|
+
constructor(_options: ServiceApi.Options = {}) {
|
|
37
37
|
this._options = _options;
|
|
38
38
|
}
|
|
39
39
|
|
|
@@ -383,14 +383,17 @@ export class ServiceApi {
|
|
|
383
383
|
* @example
|
|
384
384
|
* await client.serviceApi.getLogs("id")
|
|
385
385
|
*/
|
|
386
|
-
public getLogs(
|
|
386
|
+
public getLogs(
|
|
387
|
+
id: string,
|
|
388
|
+
requestOptions?: ServiceApi.RequestOptions,
|
|
389
|
+
): core.HttpResponsePromise<PlanqkServiceApi.LogEntry[]> {
|
|
387
390
|
return core.HttpResponsePromise.fromPromise(this.__getLogs(id, requestOptions));
|
|
388
391
|
}
|
|
389
392
|
|
|
390
393
|
private async __getLogs(
|
|
391
394
|
id: string,
|
|
392
395
|
requestOptions?: ServiceApi.RequestOptions,
|
|
393
|
-
): Promise<core.WithRawResponse<
|
|
396
|
+
): Promise<core.WithRawResponse<PlanqkServiceApi.LogEntry[]>> {
|
|
394
397
|
const _response = await core.fetcher({
|
|
395
398
|
url: core.url.join(
|
|
396
399
|
(await core.Supplier.get(this._options.baseUrl)) ??
|
|
@@ -410,7 +413,7 @@ export class ServiceApi {
|
|
|
410
413
|
abortSignal: requestOptions?.abortSignal,
|
|
411
414
|
});
|
|
412
415
|
if (_response.ok) {
|
|
413
|
-
return { data: _response.body as
|
|
416
|
+
return { data: _response.body as PlanqkServiceApi.LogEntry[], rawResponse: _response.rawResponse };
|
|
414
417
|
}
|
|
415
418
|
|
|
416
419
|
if (_response.error.reason === "status-code") {
|
|
@@ -505,7 +508,12 @@ export class ServiceApi {
|
|
|
505
508
|
}
|
|
506
509
|
}
|
|
507
510
|
|
|
508
|
-
protected async _getAuthorizationHeader(): Promise<string> {
|
|
509
|
-
|
|
511
|
+
protected async _getAuthorizationHeader(): Promise<string | undefined> {
|
|
512
|
+
const bearer = await core.Supplier.get(this._options.token);
|
|
513
|
+
if (bearer != null) {
|
|
514
|
+
return `Bearer ${bearer}`;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
return undefined;
|
|
510
518
|
}
|
|
511
519
|
}
|
package/uv.lock
CHANGED
|
@@ -65,23 +65,23 @@ wheels = [
|
|
|
65
65
|
|
|
66
66
|
[[package]]
|
|
67
67
|
name = "authlib"
|
|
68
|
-
version = "1.6.
|
|
68
|
+
version = "1.6.5"
|
|
69
69
|
source = { registry = "https://pypi.org/simple" }
|
|
70
70
|
dependencies = [
|
|
71
71
|
{ name = "cryptography" },
|
|
72
72
|
]
|
|
73
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
73
|
+
sdist = { url = "https://files.pythonhosted.org/packages/cd/3f/1d3bbd0bf23bdd99276d4def22f29c27a914067b4cf66f753ff9b8bbd0f3/authlib-1.6.5.tar.gz", hash = "sha256:6aaf9c79b7cc96c900f0b284061691c5d4e61221640a948fe690b556a6d6d10b", size = 164553, upload-time = "2025-10-02T13:36:09.489Z" }
|
|
74
74
|
wheels = [
|
|
75
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
75
|
+
{ url = "https://files.pythonhosted.org/packages/f8/aa/5082412d1ee302e9e7d80b6949bc4d2a8fa1149aaab610c5fc24709605d6/authlib-1.6.5-py2.py3-none-any.whl", hash = "sha256:3e0e0507807f842b02175507bdee8957a1d5707fd4afb17c32fb43fee90b6e3a", size = 243608, upload-time = "2025-10-02T13:36:07.637Z" },
|
|
76
76
|
]
|
|
77
77
|
|
|
78
78
|
[[package]]
|
|
79
79
|
name = "certifi"
|
|
80
|
-
version = "2025.
|
|
80
|
+
version = "2025.10.5"
|
|
81
81
|
source = { registry = "https://pypi.org/simple" }
|
|
82
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
82
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4c/5b/b6ce21586237c77ce67d01dc5507039d444b630dd76611bbca2d8e5dcd91/certifi-2025.10.5.tar.gz", hash = "sha256:47c09d31ccf2acf0be3f701ea53595ee7e0b8fa08801c6624be771df09ae7b43", size = 164519, upload-time = "2025-10-05T04:12:15.808Z" }
|
|
83
83
|
wheels = [
|
|
84
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
84
|
+
{ url = "https://files.pythonhosted.org/packages/e4/37/af0d2ef3967ac0d6113837b44a4f0bfe1328c2b9763bd5b1744520e5cfed/certifi-2025.10.5-py3-none-any.whl", hash = "sha256:0f212c2744a9bb6de0c56639a6f68afe01ecd92d91f14ae897c4fe7bbeeef0de", size = 163286, upload-time = "2025-10-05T04:12:14.03Z" },
|
|
85
85
|
]
|
|
86
86
|
|
|
87
87
|
[[package]]
|
|
@@ -561,7 +561,8 @@ name = "jupyter-core"
|
|
|
561
561
|
version = "5.8.1"
|
|
562
562
|
source = { registry = "https://pypi.org/simple" }
|
|
563
563
|
dependencies = [
|
|
564
|
-
{ name = "platformdirs" },
|
|
564
|
+
{ name = "platformdirs", version = "4.4.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },
|
|
565
|
+
{ name = "platformdirs", version = "4.5.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" },
|
|
565
566
|
{ name = "pywin32", marker = "platform_python_implementation != 'PyPy' and sys_platform == 'win32'" },
|
|
566
567
|
{ name = "traitlets" },
|
|
567
568
|
]
|
|
@@ -632,7 +633,7 @@ wheels = [
|
|
|
632
633
|
|
|
633
634
|
[[package]]
|
|
634
635
|
name = "planqk-service-sdk"
|
|
635
|
-
version = "2.
|
|
636
|
+
version = "2.6.2"
|
|
636
637
|
source = { editable = "." }
|
|
637
638
|
dependencies = [
|
|
638
639
|
{ name = "authlib" },
|
|
@@ -667,11 +668,29 @@ dev = [
|
|
|
667
668
|
name = "platformdirs"
|
|
668
669
|
version = "4.4.0"
|
|
669
670
|
source = { registry = "https://pypi.org/simple" }
|
|
671
|
+
resolution-markers = [
|
|
672
|
+
"python_full_version < '3.10'",
|
|
673
|
+
]
|
|
670
674
|
sdist = { url = "https://files.pythonhosted.org/packages/23/e8/21db9c9987b0e728855bd57bff6984f67952bea55d6f75e055c46b5383e8/platformdirs-4.4.0.tar.gz", hash = "sha256:ca753cf4d81dc309bc67b0ea38fd15dc97bc30ce419a7f58d13eb3bf14c4febf", size = 21634, upload-time = "2025-08-26T14:32:04.268Z" }
|
|
671
675
|
wheels = [
|
|
672
676
|
{ url = "https://files.pythonhosted.org/packages/40/4b/2028861e724d3bd36227adfa20d3fd24c3fc6d52032f4a93c133be5d17ce/platformdirs-4.4.0-py3-none-any.whl", hash = "sha256:abd01743f24e5287cd7a5db3752faf1a2d65353f38ec26d98e25a6db65958c85", size = 18654, upload-time = "2025-08-26T14:32:02.735Z" },
|
|
673
677
|
]
|
|
674
678
|
|
|
679
|
+
[[package]]
|
|
680
|
+
name = "platformdirs"
|
|
681
|
+
version = "4.5.0"
|
|
682
|
+
source = { registry = "https://pypi.org/simple" }
|
|
683
|
+
resolution-markers = [
|
|
684
|
+
"python_full_version >= '3.13'",
|
|
685
|
+
"python_full_version == '3.12.*'",
|
|
686
|
+
"python_full_version == '3.11.*'",
|
|
687
|
+
"python_full_version == '3.10.*'",
|
|
688
|
+
]
|
|
689
|
+
sdist = { url = "https://files.pythonhosted.org/packages/61/33/9611380c2bdb1225fdef633e2a9610622310fed35ab11dac9620972ee088/platformdirs-4.5.0.tar.gz", hash = "sha256:70ddccdd7c99fc5942e9fc25636a8b34d04c24b335100223152c2803e4063312", size = 21632, upload-time = "2025-10-08T17:44:48.791Z" }
|
|
690
|
+
wheels = [
|
|
691
|
+
{ url = "https://files.pythonhosted.org/packages/73/cb/ac7874b3e5d58441674fb70742e6c374b28b0c7cb988d37d991cde47166c/platformdirs-4.5.0-py3-none-any.whl", hash = "sha256:e578a81bb873cbb89a41fcc904c7ef523cc18284b7e3b3ccf06aca1403b7ebd3", size = 18651, upload-time = "2025-10-08T17:44:47.223Z" },
|
|
692
|
+
]
|
|
693
|
+
|
|
675
694
|
[[package]]
|
|
676
695
|
name = "pluggy"
|
|
677
696
|
version = "1.6.0"
|
|
@@ -848,7 +867,7 @@ wheels = [
|
|
|
848
867
|
|
|
849
868
|
[[package]]
|
|
850
869
|
name = "pylint"
|
|
851
|
-
version = "3.3.
|
|
870
|
+
version = "3.3.9"
|
|
852
871
|
source = { registry = "https://pypi.org/simple" }
|
|
853
872
|
dependencies = [
|
|
854
873
|
{ name = "astroid" },
|
|
@@ -856,14 +875,15 @@ dependencies = [
|
|
|
856
875
|
{ name = "dill" },
|
|
857
876
|
{ name = "isort" },
|
|
858
877
|
{ name = "mccabe" },
|
|
859
|
-
{ name = "platformdirs" },
|
|
878
|
+
{ name = "platformdirs", version = "4.4.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },
|
|
879
|
+
{ name = "platformdirs", version = "4.5.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" },
|
|
860
880
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
861
881
|
{ name = "tomlkit" },
|
|
862
882
|
{ name = "typing-extensions", marker = "python_full_version < '3.10'" },
|
|
863
883
|
]
|
|
864
|
-
sdist = { url = "https://files.pythonhosted.org/packages/9d/
|
|
884
|
+
sdist = { url = "https://files.pythonhosted.org/packages/04/9d/81c84a312d1fa8133b0db0c76148542a98349298a01747ab122f9314b04e/pylint-3.3.9.tar.gz", hash = "sha256:d312737d7b25ccf6b01cc4ac629b5dcd14a0fcf3ec392735ac70f137a9d5f83a", size = 1525946, upload-time = "2025-10-05T18:41:43.786Z" }
|
|
865
885
|
wheels = [
|
|
866
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
886
|
+
{ url = "https://files.pythonhosted.org/packages/1a/a7/69460c4a6af7575449e615144aa2205b89408dc2969b87bc3df2f262ad0b/pylint-3.3.9-py3-none-any.whl", hash = "sha256:01f9b0462c7730f94786c283f3e52a1fbdf0494bbe0971a78d7277ef46a751e7", size = 523465, upload-time = "2025-10-05T18:41:41.766Z" },
|
|
867
887
|
]
|
|
868
888
|
|
|
869
889
|
[[package]]
|
|
@@ -1065,41 +1085,51 @@ wheels = [
|
|
|
1065
1085
|
|
|
1066
1086
|
[[package]]
|
|
1067
1087
|
name = "tomli"
|
|
1068
|
-
version = "2.
|
|
1069
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1070
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1071
|
-
wheels = [
|
|
1072
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1073
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1074
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1075
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1076
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1077
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1078
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1079
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1080
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1081
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1082
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1083
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1084
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1085
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1086
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1087
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1088
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1089
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1090
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1091
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1092
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1093
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1094
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1095
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1096
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1097
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1098
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1099
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1100
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1101
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1102
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1088
|
+
version = "2.3.0"
|
|
1089
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1090
|
+
sdist = { url = "https://files.pythonhosted.org/packages/52/ed/3f73f72945444548f33eba9a87fc7a6e969915e7b1acc8260b30e1f76a2f/tomli-2.3.0.tar.gz", hash = "sha256:64be704a875d2a59753d80ee8a533c3fe183e3f06807ff7dc2232938ccb01549", size = 17392, upload-time = "2025-10-08T22:01:47.119Z" }
|
|
1091
|
+
wheels = [
|
|
1092
|
+
{ url = "https://files.pythonhosted.org/packages/b3/2e/299f62b401438d5fe1624119c723f5d877acc86a4c2492da405626665f12/tomli-2.3.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:88bd15eb972f3664f5ed4b57c1634a97153b4bac4479dcb6a495f41921eb7f45", size = 153236, upload-time = "2025-10-08T22:01:00.137Z" },
|
|
1093
|
+
{ url = "https://files.pythonhosted.org/packages/86/7f/d8fffe6a7aefdb61bced88fcb5e280cfd71e08939da5894161bd71bea022/tomli-2.3.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:883b1c0d6398a6a9d29b508c331fa56adbcdff647f6ace4dfca0f50e90dfd0ba", size = 148084, upload-time = "2025-10-08T22:01:01.63Z" },
|
|
1094
|
+
{ url = "https://files.pythonhosted.org/packages/47/5c/24935fb6a2ee63e86d80e4d3b58b222dafaf438c416752c8b58537c8b89a/tomli-2.3.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d1381caf13ab9f300e30dd8feadb3de072aeb86f1d34a8569453ff32a7dea4bf", size = 234832, upload-time = "2025-10-08T22:01:02.543Z" },
|
|
1095
|
+
{ url = "https://files.pythonhosted.org/packages/89/da/75dfd804fc11e6612846758a23f13271b76d577e299592b4371a4ca4cd09/tomli-2.3.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a0e285d2649b78c0d9027570d4da3425bdb49830a6156121360b3f8511ea3441", size = 242052, upload-time = "2025-10-08T22:01:03.836Z" },
|
|
1096
|
+
{ url = "https://files.pythonhosted.org/packages/70/8c/f48ac899f7b3ca7eb13af73bacbc93aec37f9c954df3c08ad96991c8c373/tomli-2.3.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:0a154a9ae14bfcf5d8917a59b51ffd5a3ac1fd149b71b47a3a104ca4edcfa845", size = 239555, upload-time = "2025-10-08T22:01:04.834Z" },
|
|
1097
|
+
{ url = "https://files.pythonhosted.org/packages/ba/28/72f8afd73f1d0e7829bfc093f4cb98ce0a40ffc0cc997009ee1ed94ba705/tomli-2.3.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:74bf8464ff93e413514fefd2be591c3b0b23231a77f901db1eb30d6f712fc42c", size = 245128, upload-time = "2025-10-08T22:01:05.84Z" },
|
|
1098
|
+
{ url = "https://files.pythonhosted.org/packages/b6/eb/a7679c8ac85208706d27436e8d421dfa39d4c914dcf5fa8083a9305f58d9/tomli-2.3.0-cp311-cp311-win32.whl", hash = "sha256:00b5f5d95bbfc7d12f91ad8c593a1659b6387b43f054104cda404be6bda62456", size = 96445, upload-time = "2025-10-08T22:01:06.896Z" },
|
|
1099
|
+
{ url = "https://files.pythonhosted.org/packages/0a/fe/3d3420c4cb1ad9cb462fb52967080575f15898da97e21cb6f1361d505383/tomli-2.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:4dc4ce8483a5d429ab602f111a93a6ab1ed425eae3122032db7e9acf449451be", size = 107165, upload-time = "2025-10-08T22:01:08.107Z" },
|
|
1100
|
+
{ url = "https://files.pythonhosted.org/packages/ff/b7/40f36368fcabc518bb11c8f06379a0fd631985046c038aca08c6d6a43c6e/tomli-2.3.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d7d86942e56ded512a594786a5ba0a5e521d02529b3826e7761a05138341a2ac", size = 154891, upload-time = "2025-10-08T22:01:09.082Z" },
|
|
1101
|
+
{ url = "https://files.pythonhosted.org/packages/f9/3f/d9dd692199e3b3aab2e4e4dd948abd0f790d9ded8cd10cbaae276a898434/tomli-2.3.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:73ee0b47d4dad1c5e996e3cd33b8a76a50167ae5f96a2607cbe8cc773506ab22", size = 148796, upload-time = "2025-10-08T22:01:10.266Z" },
|
|
1102
|
+
{ url = "https://files.pythonhosted.org/packages/60/83/59bff4996c2cf9f9387a0f5a3394629c7efa5ef16142076a23a90f1955fa/tomli-2.3.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:792262b94d5d0a466afb5bc63c7daa9d75520110971ee269152083270998316f", size = 242121, upload-time = "2025-10-08T22:01:11.332Z" },
|
|
1103
|
+
{ url = "https://files.pythonhosted.org/packages/45/e5/7c5119ff39de8693d6baab6c0b6dcb556d192c165596e9fc231ea1052041/tomli-2.3.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4f195fe57ecceac95a66a75ac24d9d5fbc98ef0962e09b2eddec5d39375aae52", size = 250070, upload-time = "2025-10-08T22:01:12.498Z" },
|
|
1104
|
+
{ url = "https://files.pythonhosted.org/packages/45/12/ad5126d3a278f27e6701abde51d342aa78d06e27ce2bb596a01f7709a5a2/tomli-2.3.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:e31d432427dcbf4d86958c184b9bfd1e96b5b71f8eb17e6d02531f434fd335b8", size = 245859, upload-time = "2025-10-08T22:01:13.551Z" },
|
|
1105
|
+
{ url = "https://files.pythonhosted.org/packages/fb/a1/4d6865da6a71c603cfe6ad0e6556c73c76548557a8d658f9e3b142df245f/tomli-2.3.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:7b0882799624980785240ab732537fcfc372601015c00f7fc367c55308c186f6", size = 250296, upload-time = "2025-10-08T22:01:14.614Z" },
|
|
1106
|
+
{ url = "https://files.pythonhosted.org/packages/a0/b7/a7a7042715d55c9ba6e8b196d65d2cb662578b4d8cd17d882d45322b0d78/tomli-2.3.0-cp312-cp312-win32.whl", hash = "sha256:ff72b71b5d10d22ecb084d345fc26f42b5143c5533db5e2eaba7d2d335358876", size = 97124, upload-time = "2025-10-08T22:01:15.629Z" },
|
|
1107
|
+
{ url = "https://files.pythonhosted.org/packages/06/1e/f22f100db15a68b520664eb3328fb0ae4e90530887928558112c8d1f4515/tomli-2.3.0-cp312-cp312-win_amd64.whl", hash = "sha256:1cb4ed918939151a03f33d4242ccd0aa5f11b3547d0cf30f7c74a408a5b99878", size = 107698, upload-time = "2025-10-08T22:01:16.51Z" },
|
|
1108
|
+
{ url = "https://files.pythonhosted.org/packages/89/48/06ee6eabe4fdd9ecd48bf488f4ac783844fd777f547b8d1b61c11939974e/tomli-2.3.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:5192f562738228945d7b13d4930baffda67b69425a7f0da96d360b0a3888136b", size = 154819, upload-time = "2025-10-08T22:01:17.964Z" },
|
|
1109
|
+
{ url = "https://files.pythonhosted.org/packages/f1/01/88793757d54d8937015c75dcdfb673c65471945f6be98e6a0410fba167ed/tomli-2.3.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:be71c93a63d738597996be9528f4abe628d1adf5e6eb11607bc8fe1a510b5dae", size = 148766, upload-time = "2025-10-08T22:01:18.959Z" },
|
|
1110
|
+
{ url = "https://files.pythonhosted.org/packages/42/17/5e2c956f0144b812e7e107f94f1cc54af734eb17b5191c0bbfb72de5e93e/tomli-2.3.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c4665508bcbac83a31ff8ab08f424b665200c0e1e645d2bd9ab3d3e557b6185b", size = 240771, upload-time = "2025-10-08T22:01:20.106Z" },
|
|
1111
|
+
{ url = "https://files.pythonhosted.org/packages/d5/f4/0fbd014909748706c01d16824eadb0307115f9562a15cbb012cd9b3512c5/tomli-2.3.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4021923f97266babc6ccab9f5068642a0095faa0a51a246a6a02fccbb3514eaf", size = 248586, upload-time = "2025-10-08T22:01:21.164Z" },
|
|
1112
|
+
{ url = "https://files.pythonhosted.org/packages/30/77/fed85e114bde5e81ecf9bc5da0cc69f2914b38f4708c80ae67d0c10180c5/tomli-2.3.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a4ea38c40145a357d513bffad0ed869f13c1773716cf71ccaa83b0fa0cc4e42f", size = 244792, upload-time = "2025-10-08T22:01:22.417Z" },
|
|
1113
|
+
{ url = "https://files.pythonhosted.org/packages/55/92/afed3d497f7c186dc71e6ee6d4fcb0acfa5f7d0a1a2878f8beae379ae0cc/tomli-2.3.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:ad805ea85eda330dbad64c7ea7a4556259665bdf9d2672f5dccc740eb9d3ca05", size = 248909, upload-time = "2025-10-08T22:01:23.859Z" },
|
|
1114
|
+
{ url = "https://files.pythonhosted.org/packages/f8/84/ef50c51b5a9472e7265ce1ffc7f24cd4023d289e109f669bdb1553f6a7c2/tomli-2.3.0-cp313-cp313-win32.whl", hash = "sha256:97d5eec30149fd3294270e889b4234023f2c69747e555a27bd708828353ab606", size = 96946, upload-time = "2025-10-08T22:01:24.893Z" },
|
|
1115
|
+
{ url = "https://files.pythonhosted.org/packages/b2/b7/718cd1da0884f281f95ccfa3a6cc572d30053cba64603f79d431d3c9b61b/tomli-2.3.0-cp313-cp313-win_amd64.whl", hash = "sha256:0c95ca56fbe89e065c6ead5b593ee64b84a26fca063b5d71a1122bf26e533999", size = 107705, upload-time = "2025-10-08T22:01:26.153Z" },
|
|
1116
|
+
{ url = "https://files.pythonhosted.org/packages/19/94/aeafa14a52e16163008060506fcb6aa1949d13548d13752171a755c65611/tomli-2.3.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:cebc6fe843e0733ee827a282aca4999b596241195f43b4cc371d64fc6639da9e", size = 154244, upload-time = "2025-10-08T22:01:27.06Z" },
|
|
1117
|
+
{ url = "https://files.pythonhosted.org/packages/db/e4/1e58409aa78eefa47ccd19779fc6f36787edbe7d4cd330eeeedb33a4515b/tomli-2.3.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:4c2ef0244c75aba9355561272009d934953817c49f47d768070c3c94355c2aa3", size = 148637, upload-time = "2025-10-08T22:01:28.059Z" },
|
|
1118
|
+
{ url = "https://files.pythonhosted.org/packages/26/b6/d1eccb62f665e44359226811064596dd6a366ea1f985839c566cd61525ae/tomli-2.3.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c22a8bf253bacc0cf11f35ad9808b6cb75ada2631c2d97c971122583b129afbc", size = 241925, upload-time = "2025-10-08T22:01:29.066Z" },
|
|
1119
|
+
{ url = "https://files.pythonhosted.org/packages/70/91/7cdab9a03e6d3d2bb11beae108da5bdc1c34bdeb06e21163482544ddcc90/tomli-2.3.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0eea8cc5c5e9f89c9b90c4896a8deefc74f518db5927d0e0e8d4a80953d774d0", size = 249045, upload-time = "2025-10-08T22:01:31.98Z" },
|
|
1120
|
+
{ url = "https://files.pythonhosted.org/packages/15/1b/8c26874ed1f6e4f1fcfeb868db8a794cbe9f227299402db58cfcc858766c/tomli-2.3.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:b74a0e59ec5d15127acdabd75ea17726ac4c5178ae51b85bfe39c4f8a278e879", size = 245835, upload-time = "2025-10-08T22:01:32.989Z" },
|
|
1121
|
+
{ url = "https://files.pythonhosted.org/packages/fd/42/8e3c6a9a4b1a1360c1a2a39f0b972cef2cc9ebd56025168c4137192a9321/tomli-2.3.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:b5870b50c9db823c595983571d1296a6ff3e1b88f734a4c8f6fc6188397de005", size = 253109, upload-time = "2025-10-08T22:01:34.052Z" },
|
|
1122
|
+
{ url = "https://files.pythonhosted.org/packages/22/0c/b4da635000a71b5f80130937eeac12e686eefb376b8dee113b4a582bba42/tomli-2.3.0-cp314-cp314-win32.whl", hash = "sha256:feb0dacc61170ed7ab602d3d972a58f14ee3ee60494292d384649a3dc38ef463", size = 97930, upload-time = "2025-10-08T22:01:35.082Z" },
|
|
1123
|
+
{ url = "https://files.pythonhosted.org/packages/b9/74/cb1abc870a418ae99cd5c9547d6bce30701a954e0e721821df483ef7223c/tomli-2.3.0-cp314-cp314-win_amd64.whl", hash = "sha256:b273fcbd7fc64dc3600c098e39136522650c49bca95df2d11cf3b626422392c8", size = 107964, upload-time = "2025-10-08T22:01:36.057Z" },
|
|
1124
|
+
{ url = "https://files.pythonhosted.org/packages/54/78/5c46fff6432a712af9f792944f4fcd7067d8823157949f4e40c56b8b3c83/tomli-2.3.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:940d56ee0410fa17ee1f12b817b37a4d4e4dc4d27340863cc67236c74f582e77", size = 163065, upload-time = "2025-10-08T22:01:37.27Z" },
|
|
1125
|
+
{ url = "https://files.pythonhosted.org/packages/39/67/f85d9bd23182f45eca8939cd2bc7050e1f90c41f4a2ecbbd5963a1d1c486/tomli-2.3.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:f85209946d1fe94416debbb88d00eb92ce9cd5266775424ff81bc959e001acaf", size = 159088, upload-time = "2025-10-08T22:01:38.235Z" },
|
|
1126
|
+
{ url = "https://files.pythonhosted.org/packages/26/5a/4b546a0405b9cc0659b399f12b6adb750757baf04250b148d3c5059fc4eb/tomli-2.3.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a56212bdcce682e56b0aaf79e869ba5d15a6163f88d5451cbde388d48b13f530", size = 268193, upload-time = "2025-10-08T22:01:39.712Z" },
|
|
1127
|
+
{ url = "https://files.pythonhosted.org/packages/42/4f/2c12a72ae22cf7b59a7fe75b3465b7aba40ea9145d026ba41cb382075b0e/tomli-2.3.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c5f3ffd1e098dfc032d4d3af5c0ac64f6d286d98bc148698356847b80fa4de1b", size = 275488, upload-time = "2025-10-08T22:01:40.773Z" },
|
|
1128
|
+
{ url = "https://files.pythonhosted.org/packages/92/04/a038d65dbe160c3aa5a624e93ad98111090f6804027d474ba9c37c8ae186/tomli-2.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:5e01decd096b1530d97d5d85cb4dff4af2d8347bd35686654a004f8dea20fc67", size = 272669, upload-time = "2025-10-08T22:01:41.824Z" },
|
|
1129
|
+
{ url = "https://files.pythonhosted.org/packages/be/2f/8b7c60a9d1612a7cbc39ffcca4f21a73bf368a80fc25bccf8253e2563267/tomli-2.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:8a35dd0e643bb2610f156cca8db95d213a90015c11fee76c946aa62b7ae7e02f", size = 279709, upload-time = "2025-10-08T22:01:43.177Z" },
|
|
1130
|
+
{ url = "https://files.pythonhosted.org/packages/7e/46/cc36c679f09f27ded940281c38607716c86cf8ba4a518d524e349c8b4874/tomli-2.3.0-cp314-cp314t-win32.whl", hash = "sha256:a1f7f282fe248311650081faafa5f4732bdbfef5d45fe3f2e702fbc6f2d496e0", size = 107563, upload-time = "2025-10-08T22:01:44.233Z" },
|
|
1131
|
+
{ url = "https://files.pythonhosted.org/packages/84/ff/426ca8683cf7b753614480484f6437f568fd2fda2edbdf57a2d3d8b27a0b/tomli-2.3.0-cp314-cp314t-win_amd64.whl", hash = "sha256:70a251f8d4ba2d9ac2542eecf008b3c8a9fc5c3f9f02c56a9d7952612be2fdba", size = 119756, upload-time = "2025-10-08T22:01:45.234Z" },
|
|
1132
|
+
{ url = "https://files.pythonhosted.org/packages/77/b8/0135fadc89e73be292b473cb820b4f5a08197779206b33191e801feeae40/tomli-2.3.0-py3-none-any.whl", hash = "sha256:e95b1af3c5b07d9e643909b5abbec77cd9f1217e6d0bca72b0234736b9fb1f1b", size = 14408, upload-time = "2025-10-08T22:01:46.04Z" },
|
|
1103
1133
|
]
|
|
1104
1134
|
|
|
1105
1135
|
[[package]]
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
# isort: skip_file
|
|
4
|
-
|
|
5
|
-
from .get_result_response import GetResultResponse
|
|
6
|
-
from .get_result_response_embedded import GetResultResponseEmbedded
|
|
7
|
-
from .get_result_response_links import GetResultResponseLinks
|
|
8
|
-
|
|
9
|
-
__all__ = ["GetResultResponse", "GetResultResponseEmbedded", "GetResultResponseLinks"]
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
|
|
5
|
-
import pydantic
|
|
6
|
-
import typing_extensions
|
|
7
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
8
|
-
from ...core.serialization import FieldMetadata
|
|
9
|
-
from .get_result_response_embedded import GetResultResponseEmbedded
|
|
10
|
-
from .get_result_response_links import GetResultResponseLinks
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
class GetResultResponse(UniversalBaseModel):
|
|
14
|
-
links: typing_extensions.Annotated[typing.Optional[GetResultResponseLinks], FieldMetadata(alias="_links")] = None
|
|
15
|
-
embedded: typing_extensions.Annotated[
|
|
16
|
-
typing.Optional[GetResultResponseEmbedded], FieldMetadata(alias="_embedded")
|
|
17
|
-
] = None
|
|
18
|
-
|
|
19
|
-
if IS_PYDANTIC_V2:
|
|
20
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
21
|
-
else:
|
|
22
|
-
|
|
23
|
-
class Config:
|
|
24
|
-
frozen = True
|
|
25
|
-
smart_union = True
|
|
26
|
-
extra = pydantic.Extra.allow
|