-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuv.lock
More file actions
2036 lines (1926 loc) · 228 KB
/
uv.lock
File metadata and controls
2036 lines (1926 loc) · 228 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
version = 1
revision = 3
requires-python = ">=3.12"
resolution-markers = [
"python_full_version >= '3.14'",
"python_full_version == '3.13.*'",
"python_full_version < '3.13'",
]
[[package]]
name = "annotated-doc"
version = "0.0.4"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/fbc/da96e87e9c92a/annotated_doc-0.0.4.tar.gz", hash = "sha256:fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/571/ac1dc6991c450/annotated_doc-0.0.4-py3-none-any.whl", hash = "sha256:571ac1dc6991c450b25a9c2d84a3705e2ae7a53467b5d111c24fa8baabbed320" },
]
[[package]]
name = "annotated-types"
version = "0.7.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/aff/07c09a53a08bc/annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/1f0/2e8b43a8fbbc3/annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53" },
]
[[package]]
name = "anyio"
version = "4.12.1"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "idna" },
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/41c/fcc3a4c85d3f0/anyio-4.12.1.tar.gz", hash = "sha256:41cfcc3a4c85d3f05c932da7c26d0201ac36f72abd4435ba90d0464a3ffed703" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/d40/5828884fc140a/anyio-4.12.1-py3-none-any.whl", hash = "sha256:d405828884fc140aa80a3c667b8beed277f1dfedec42ba031bd6ac3db606ab6c" },
]
[[package]]
name = "azul-bedrock"
version = "11.0.3"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "babel" },
{ name = "cachetools" },
{ name = "fastapi" },
{ name = "httpx" },
{ name = "multipart" },
{ name = "opensearch-py" },
{ name = "pendulum" },
{ name = "pydantic" },
{ name = "pydantic-settings" },
{ name = "python-magic" },
{ name = "pyyaml" },
{ name = "starlette" },
{ name = "yara-python" },
]
wheels = [
{ url = "https://devpi.acsc.internal/azul/stable/+f/ffd/6e38a09c6c35d/azul_bedrock-11.0.3-py3-none-any.whl", hash = "sha256:ffd6e38a09c6c35df220943fd2d78533189c267b37fa6296783555cb7e1f5655" },
]
[package.optional-dependencies]
test-utils = [
{ name = "azure-storage-blob" },
{ name = "cart" },
{ name = "fastapi", extra = ["all"] },
{ name = "pytest" },
{ name = "tox" },
{ name = "urllib3" },
]
[[package]]
name = "azul-plugin-python"
source = { editable = "." }
dependencies = [
{ name = "azul-runner" },
{ name = "isort" },
{ name = "pefile" },
{ name = "pytz" },
{ name = "setuptools-scm" },
{ name = "tzlocal" },
{ name = "uncompyle6" },
{ name = "xdis" },
]
[package.dev-dependencies]
dev = [
{ name = "azul-runner", extra = ["test-utils"] },
{ name = "cart" },
{ name = "pytest" },
{ name = "tox" },
]
[package.metadata]
requires-dist = [
{ name = "azul-runner", specifier = ">=9.0.38" },
{ name = "isort", specifier = ">=4.3,<5.0" },
{ name = "pefile", specifier = ">=2024.8.26" },
{ name = "pytz", specifier = ">=2020.4" },
{ name = "setuptools-scm", specifier = ">=9.2.2" },
{ name = "tzlocal", specifier = ">=3.0" },
{ name = "uncompyle6", specifier = ">=3.9.2" },
{ name = "xdis", specifier = ">=6.0.0" },
]
[package.metadata.requires-dev]
dev = [
{ name = "azul-runner", extras = ["test-utils"], specifier = ">=9.0.38" },
{ name = "cart", specifier = ">=1.2.3" },
{ name = "pytest", specifier = ">=9.0.2" },
{ name = "tox", specifier = ">=4.34.1" },
]
[[package]]
name = "azul-runner"
version = "11.0.3"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "azul-bedrock" },
{ name = "bitarray" },
{ name = "cart" },
{ name = "httpx" },
{ name = "psutil" },
{ name = "pydantic" },
{ name = "pydantic-settings" },
{ name = "watchdog" },
]
wheels = [
{ url = "https://devpi.acsc.internal/azul/stable/+f/872/42efd1f27a252/azul_runner-11.0.3-py3-none-any.whl", hash = "sha256:87242efd1f27a252c39f1aa9e7b560cc2c0f2479f2c9b8ac98091d4423fab8d2" },
]
[package.optional-dependencies]
test-utils = [
{ name = "azul-bedrock", extra = ["test-utils"] },
{ name = "black" },
{ name = "fastapi" },
{ name = "pytest" },
{ name = "pytest-timeout" },
{ name = "urllib3" },
{ name = "uvicorn", extra = ["standard"] },
{ name = "yara-x" },
]
[[package]]
name = "azure-core"
version = "1.38.3"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "requests" },
{ name = "typing-extensions" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/a79/31fd445cb4af8/azure_core-1.38.3.tar.gz", hash = "sha256:a7931fd445cb4af8802c6f39c6a326bbd1e34b115846550a8245fa656ead6f8e" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/bf5/9d29765bf4748/azure_core-1.38.3-py3-none-any.whl", hash = "sha256:bf59d29765bf4748ab9edf25f98a30b7ea9797f43e367c06d846a30b29c1f845" },
]
[[package]]
name = "azure-storage-blob"
version = "12.28.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "azure-core" },
{ name = "cryptography" },
{ name = "isodate" },
{ name = "typing-extensions" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/e7d/98ea108258d29/azure_storage_blob-12.28.0.tar.gz", hash = "sha256:e7d98ea108258d29aa0efbfd591b2e2075fa1722a2fae8699f0b3c9de11eff41" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/00f/b1db28bf6a7b7/azure_storage_blob-12.28.0-py3-none-any.whl", hash = "sha256:00fb1db28bf6a7b7ecaa48e3b1d5c83bfadacc5a678b77826081304bd87d6461" },
]
[[package]]
name = "babel"
version = "2.18.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/b80/b99a14bd085fc/babel-2.18.0.tar.gz", hash = "sha256:b80b99a14bd085fcacfa15c9165f651fbb3406e66cc603abf11c5750937c992d" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/e2b/422b277c2b9a9/babel-2.18.0-py3-none-any.whl", hash = "sha256:e2b422b277c2b9a9630c1d7903c2a00d0830c409c59ac8cae9081c92f1aeba35" },
]
[[package]]
name = "bitarray"
version = "3.8.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/3ea/e38daffd77c96/bitarray-3.8.0.tar.gz", hash = "sha256:3eae38daffd77c9621ae80c16932eea3fb3a4af141fb7cc724d4ad93eff9210d" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/f2f/cbe9b3a5996b4/bitarray-3.8.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:f2fcbe9b3a5996b417e030aa33a562e7e20dfc86271e53d7e841fc5df16268b8" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/cd7/61d158f67e288/bitarray-3.8.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:cd761d158f67e288fd0ebe00c3b158095ce80a4bc7c32b60c7121224003ba70d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c39/4a3f055b49f92/bitarray-3.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c394a3f055b49f92626f83c1a0b6d6cd2c628f1ccd72481c3e3c6aa4695f3b20" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/969/fd67de8c42aff/bitarray-3.8.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:969fd67de8c42affdb47b38b80f1eaa79ac0ef17d65407cdd931db1675315af1" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/99d/25aff3745c54e/bitarray-3.8.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:99d25aff3745c54e61ab340b98400c52ebec04290a62078155e0d7eb30380220" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e64/5b4c365d6f1f9/bitarray-3.8.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e645b4c365d6f1f9e0799380ad6395268f3c3b898244a650aaeb8d9d27b74c35" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/2fa/23fdb3beab313/bitarray-3.8.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:2fa23fdb3beab313950bbb49674e8a161e61449332d3997089fe3944953f1b77" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/165/052a0e61c880f/bitarray-3.8.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:165052a0e61c880f7093808a0c524ce1b3555bfa114c0dfb5c809cd07918a60d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/337/c8cd46a4c6568/bitarray-3.8.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:337c8cd46a4c6568d367ed676cbf2d7de16f890bb31dbb54c44c1d6bb6d4a1de" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/21c/a6a47bf20db9e/bitarray-3.8.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:21ca6a47bf20db9e7ad74ca04b3d479e4d76109b68333eb23535553d2705339e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/178/c5a4c7fdfb5cd/bitarray-3.8.0-cp312-cp312-win32.whl", hash = "sha256:178c5a4c7fdfb5cd79e372ae7f675390e670f3732e5bc68d327e01a5b3ff8d55" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/75a/3b6e9c695a657/bitarray-3.8.0-cp312-cp312-win_amd64.whl", hash = "sha256:75a3b6e9c695a6570ea488db75b84bb592ff70a944957efa1c655867c575018b" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/559/1daf813130969/bitarray-3.8.0-cp312-cp312-win_arm64.whl", hash = "sha256:5591daf81313096909d973fb2612fccd87528fdfdd39f6478bdce54543178954" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/182/14bac86341f1c/bitarray-3.8.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:18214bac86341f1cc413772e66447d6cca10981e2880b70ecaf4e826c04f95e9" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/01c/5f0dc080b0ebb/bitarray-3.8.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:01c5f0dc080b0ebb432f7a68ee1e88a76bd34f6d89c9568fcec65fb16ed71f0e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/866/85fa04067f717/bitarray-3.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:86685fa04067f7175f9718489ae755f6acde03593a1a9ca89305554af40e14fd" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/568/96ceeffe25946/bitarray-3.8.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:56896ceeffe25946c4010320629e2d858ca763cd8ded273c81672a5edbcb1e0a" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/985/8dcbc23ba7eaa/bitarray-3.8.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:9858dcbc23ba7eaadcd319786b982278a1a2b2020720b19db43e309579ff76fb" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/aa7/dec53c25f1949/bitarray-3.8.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:aa7dec53c25f1949513457ef8b0ea1fb40e76c672cc4d2daa8ad3c8d6b73491a" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/15a/2eff91f54d2b1/bitarray-3.8.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:15a2eff91f54d2b1f573cca8ca6fb58763ce8fea80e7899ab028f3987ef71cd5" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/b15/72ee0eb1967e7/bitarray-3.8.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:b1572ee0eb1967e71787af636bb7d1eb9c6735d5337762c450650e7f51844594" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/5bf/ac7f236ba1a4d/bitarray-3.8.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:5bfac7f236ba1a4d402644bdce47fb9db02a7cf3214a1f637d3a88390f9e5428" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f0a/55cf02d2cdd73/bitarray-3.8.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f0a55cf02d2cdd739b40ce10c09bbdd520e141217696add7a48b56e67bdfdfe6" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/a2b/a92f59e30ce91/bitarray-3.8.0-cp313-cp313-win32.whl", hash = "sha256:a2ba92f59e30ce915e9e79af37649432e3a212ddddf416d4d686b1b4825bcdb2" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/1c8/f2a5d8006db5a/bitarray-3.8.0-cp313-cp313-win_amd64.whl", hash = "sha256:1c8f2a5d8006db5a555e06f9437e76bf52537d3dfd130cb8ae2b30866aca32c9" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/50d/dbe3a7b4b6ab9/bitarray-3.8.0-cp313-cp313-win_arm64.whl", hash = "sha256:50ddbe3a7b4b6ab96812f5a4d570f401a2cdb95642fd04c062f98939610bbeee" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/8cb/d4bfc933b33b8/bitarray-3.8.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:8cbd4bfc933b33b85c43ef4c1f4d5e3e9d91975ea6368acf5fbac02bac06ea89" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/9d3/5d8f8a1c9ed4e/bitarray-3.8.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:9d35d8f8a1c9ed4e2b08187b513f8a3c71958600129db3aa26d85ea3abfd1310" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/99f/55e14e7c56f4f/bitarray-3.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:99f55e14e7c56f4fafe1343480c32b110ef03836c21ff7c48bae7add6818f77c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/dfb/e2aa45b273f49/bitarray-3.8.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:dfbe2aa45b273f49e715c5345d94874cb65a28482bf231af408891c260601b8d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/64a/f877116edf051/bitarray-3.8.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:64af877116edf051375b45f0bda648143176a017b13803ec7b3a3111dc05f4c5" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/cdf/bb27f2c46bb5b/bitarray-3.8.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:cdfbb27f2c46bb5bbdcee147530cbc5ca8ab858d7693924e88e30ada21b2c5e2" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/4d7/3d4948dcc5591/bitarray-3.8.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:4d73d4948dcc5591d880db8933004e01f1dd2296df9de815354d53469beb26fe" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/28a/85b056c0eb7f5/bitarray-3.8.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:28a85b056c0eb7f5d864c0ceef07034117e8ebfca756f50648c71950a568ba11" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/79e/c4498a545733e/bitarray-3.8.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:79ec4498a545733ecace48d780d22407411b07403a2e08b9a4d7596c0b97ebd7" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/33a/f25c4ff772336/bitarray-3.8.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:33af25c4ff7723363cb8404dfc2eefeab4110b654f6c98d26aba8a08c745d860" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/2c3/bb96b6026643c/bitarray-3.8.0-cp314-cp314-win32.whl", hash = "sha256:2c3bb96b6026643ce24677650889b09073f60b9860a71765f843c99f9ab38b25" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/847/c7f61964225fc/bitarray-3.8.0-cp314-cp314-win_amd64.whl", hash = "sha256:847c7f61964225fc489fe1d49eda7e0e0d253e98862c012cecf845f9ad45cdf4" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/a2c/b35a6efaa0e36/bitarray-3.8.0-cp314-cp314-win_arm64.whl", hash = "sha256:a2cb35a6efaa0e3623d8272471371a12c7e07b51a33e5efce9b58f655d864b4e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/15e/8d0597cc6e849/bitarray-3.8.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:15e8d0597cc6e8496de6f4dea2a6880c57e1251502a7072f5631108a1aa28521" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/8ff/e660e963ae711/bitarray-3.8.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:8ffe660e963ae711cb9e2b8d8461c9b1ad6167823837fc17d59d5e539fb898fa" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/477/9f356083c62e2/bitarray-3.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4779f356083c62e29b4198d290b7b17a39a69702d150678b7efff0fdddf494a8" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/025/d133bf4ca8cf7/bitarray-3.8.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:025d133bf4ca8cf75f904eeb8ea946228d7c043231866143f31946a6f4dd0bf3" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/451/f9958850ea984/bitarray-3.8.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:451f9958850ea98440d542278368c8d1e1ea821e2494b204570ba34a340759df" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/6d7/9f659965290af/bitarray-3.8.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6d79f659965290af60d6acc8e2716341865fe74609a7ede2a33c2f86ad893b8f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/fbf/05678c2ae0064/bitarray-3.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:fbf05678c2ae0064fb1b8de7e9e8f0fc30621b73c8477786dd0fb3868044a8c8" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c39/6358023b876cf/bitarray-3.8.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:c396358023b876cff547ce87f4e8ff8a2280598873a137e8cc69e115262260b8" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/ed3/493a369fe849c/bitarray-3.8.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:ed3493a369fe849cce98542d7405c88030b355e4d2e113887cb7ecc86c205773" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c76/4fb167411d5af/bitarray-3.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:c764fb167411d5afaef88138542a4bfa28bd5e5ded5e8e42df87cef965efd6e9" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e12/769d3adcc419e/bitarray-3.8.0-cp314-cp314t-win32.whl", hash = "sha256:e12769d3adcc419e65860de946df8d2ed274932177ac1cdb05186e498aaa9149" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/0ca/70ccf789446a6/bitarray-3.8.0-cp314-cp314t-win_amd64.whl", hash = "sha256:0ca70ccf789446a6dfde40b482ec21d28067172cd1f8efd50d5548159fccad9e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/2a3/d1b05ffdd3e95/bitarray-3.8.0-cp314-cp314t-win_arm64.whl", hash = "sha256:2a3d1b05ffdd3e95687942ae7b13c63689f85d3f15c39b33329e3cb9ce6c015f" },
]
[[package]]
name = "black"
version = "26.3.1"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "click" },
{ name = "mypy-extensions" },
{ name = "packaging" },
{ name = "pathspec" },
{ name = "platformdirs" },
{ name = "pytokens" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/2c5/0f5063a9641c7/black-26.3.1.tar.gz", hash = "sha256:2c50f5063a9641c7eed7795014ba37b0f5fa227f3d408b968936e24bc0566b07" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/b5e/6f89631eb88a7/black-26.3.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:b5e6f89631eb88a7302d416594a32faeee9fb8fb848290da9d0a5f2903519fc1" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/41c/d2012d35b47d5/black-26.3.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:41cd2012d35b47d589cb8a16faf8a32ef7a336f56356babd9fcf70939ad1897f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/0f7/6ff19ec5297dd/black-26.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0f76ff19ec5297dd8e66eb64deda23631e642c9393ab592826fd4bdc97a4bce7" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/ddb/113db38838eb9/black-26.3.1-cp312-cp312-win_amd64.whl", hash = "sha256:ddb113db38838eb9f043623ba274cfaf7d51d5b0c22ecb30afe58b1bb8322983" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/dfd/d51fc3e64ea4f/black-26.3.1-cp312-cp312-win_arm64.whl", hash = "sha256:dfdd51fc3e64ea4f35873d1b3fb25326773d55d2329ff8449139ebaad7357efb" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/855/822d90f884905/black-26.3.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:855822d90f884905362f602880ed8b5df1b7e3ee7d0db2502d4388a954cc8c54" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/8a3/3d657f3276328/black-26.3.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:8a33d657f3276328ce00e4d37fe70361e1ec7614da5d7b6e78de5426cb56332f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f1c/d08e99d2f9317/black-26.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f1cd08e99d2f9317292a311dfe578fd2a24b15dbce97792f9c4d752275c1fa56" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c7e/72339f841b5a2/black-26.3.1-cp313-cp313-win_amd64.whl", hash = "sha256:c7e72339f841b5a237ff14f7d3880ddd0fc7f98a1199e8c4327f9a4f478c1839" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/afc/622538b430aa4/black-26.3.1-cp313-cp313-win_arm64.whl", hash = "sha256:afc622538b430aa4c8c853f7f63bc582b3b8030fd8c80b70fb5fa5b834e575c2" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/2d6/bfaf7fd0993b4/black-26.3.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:2d6bfaf7fd0993b420bed691f20f9492d53ce9a2bcccea4b797d34e947318a78" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f89/f2ab047c76a9c/black-26.3.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:f89f2ab047c76a9c03f78d0d66ca519e389519902fa27e7a91117ef7611c0568" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/b07/fc0dab849d24a/black-26.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b07fc0dab849d24a80a29cfab8d8a19187d1c4685d8a5e6385a5ce323c1f015f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/012/6ae5b7c09957d/black-26.3.1-cp314-cp314-win_amd64.whl", hash = "sha256:0126ae5b7c09957da2bdbd91a9ba1207453feada9e9fe51992848658c6c8e01c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/92c/0ec1f2cc14955/black-26.3.1-cp314-cp314-win_arm64.whl", hash = "sha256:92c0ec1f2cc149551a2b7b47efc32c866406b6891b0ee4625e95967c8f4acfb1" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/2bd/5aa94fc267d38/black-26.3.1-py3-none-any.whl", hash = "sha256:2bd5aa94fc267d38bb21a70d7410a89f1a1d318841855f698746f8e7f51acd1b" },
]
[[package]]
name = "cachetools"
version = "7.0.5"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/0cd/042c24377200c/cachetools-7.0.5.tar.gz", hash = "sha256:0cd042c24377200c1dcd225f8b7b12b0ca53cc2c961b43757e774ebe190fd990" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/46b/c8ebefbe48540/cachetools-7.0.5-py3-none-any.whl", hash = "sha256:46bc8ebefbe485407621d0a4264b23c080cedd913921bad7ac3ed2f26c183114" },
]
[[package]]
name = "cart"
version = "1.2.3"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "pycryptodome" },
]
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/32a/1f16a5b521e07/cart-1.2.3-py2.py3-none-any.whl", hash = "sha256:32a1f16a5b521e077a540b98942e74d3ae04fba58be3c658f7b7c14dcef1a53f" },
]
[[package]]
name = "certifi"
version = "2026.2.25"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/e88/7ab5cee78ea81/certifi-2026.2.25.tar.gz", hash = "sha256:e887ab5cee78ea814d3472169153c2d12cd43b14bd03329a39a9c6e2e80bfba7" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/027/692e4402ad994/certifi-2026.2.25-py3-none-any.whl", hash = "sha256:027692e4402ad994f1c42e52a4997a9763c646b73e4096e4d5d6db8af1d6f0fa" },
]
[[package]]
name = "cffi"
version = "2.0.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "pycparser", marker = "implementation_name != 'PyPy'" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/44d/1b5909021139f/cffi-2.0.0.tar.gz", hash = "sha256:44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/6d0/2d6655b0e54f5/cffi-2.0.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:6d02d6655b0e54f54c4ef0b94eb6be0607b70853c45ce98bd278dc7de718be5d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/8ec/a2a813c1cb7ad/cffi-2.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8eca2a813c1cb7ad4fb74d368c2ffbbb4789d377ee5bb8df98373c2cc0dee76c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/21d/1152871b01940/cffi-2.0.0-cp312-cp312-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:21d1152871b019407d8ac3985f6775c079416c282e431a4da6afe7aefd2bccbe" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/b21/e08af67b8a103/cffi-2.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:b21e08af67b8a103c71a250401c78d5e0893beff75e28c53c98f4de42f774062" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/1e3/a615586f05fc4/cffi-2.0.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:1e3a615586f05fc4065a8b22b8152f0c1b00cdbc60596d187c2a74f9e3036e4e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/81a/fed14892743bb/cffi-2.0.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:81afed14892743bbe14dacb9e36d9e0e504cd204e0b165062c488942b9718037" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/3e1/7ed538242334b/cffi-2.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:3e17ed538242334bf70832644a32a7aae3d83b57567f9fd60a26257e992b79ba" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/392/5dd22fa2b7699/cffi-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3925dd22fa2b7699ed2617149842d2e6adde22b262fcbfada50e3d195e4b3a94" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/2c8/f814d84194c9e/cffi-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2c8f814d84194c9ea681642fd164267891702542f028a15fc97d4674b6206187" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/da9/02562c3e9c550/cffi-2.0.0-cp312-cp312-win32.whl", hash = "sha256:da902562c3e9c550df360bfa53c035b2f241fed6d9aef119048073680ace4a18" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/da6/8248800ad6320/cffi-2.0.0-cp312-cp312-win_amd64.whl", hash = "sha256:da68248800ad6320861f129cd9c1bf96ca849a2771a59e0344e88681905916f5" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/467/1d9dd5ec934cb/cffi-2.0.0-cp312-cp312-win_arm64.whl", hash = "sha256:4671d9dd5ec934cb9a73e7ee9676f9362aba54f7f34910956b84d727b0d73fb6" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/00b/df7acc5f79515/cffi-2.0.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:00bdf7acc5f795150faa6957054fbbca2439db2f775ce831222b66f192f03beb" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/45d/5e886156860dc/cffi-2.0.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:45d5e886156860dc35862657e1494b9bae8dfa63bf56796f2fb56e1679fc0bca" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/07b/271772c100085/cffi-2.0.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:07b271772c100085dd28b74fa0cd81c8fb1a3ba18b21e03d7c27f3436a10606b" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/d48/a880098c96020/cffi-2.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d48a880098c96020b02d5a1f7d9251308510ce8858940e6fa99ece33f610838b" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f93/fd8e5c8c0a4aa/cffi-2.0.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:f93fd8e5c8c0a4aa1f424d6173f14a892044054871c771f8566e4008eaa359d2" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/dd4/f05f54a52fb55/cffi-2.0.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:dd4f05f54a52fb558f1ba9f528228066954fee3ebe629fc1660d874d040ae5a3" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c8d/3b5532fc71b7a/cffi-2.0.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:c8d3b5532fc71b7a77c09192b4a5a200ea992702734a2e9279a37f2478236f26" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/d9b/29c1f0ae438d5/cffi-2.0.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:d9b29c1f0ae438d5ee9acb31cadee00a58c46cc9c0b2f9038c6b0b3470877a8c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/6d5/0360be4546678/cffi-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6d50360be4546678fc1b79ffe7a66265e28667840010348dd69a314145807a1b" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/74a/03b9698e198d4/cffi-2.0.0-cp313-cp313-win32.whl", hash = "sha256:74a03b9698e198d47562765773b4a8309919089150a0bb17d829ad7b44b60d27" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/19f/705ada2530c11/cffi-2.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:19f705ada2530c1167abacb171925dd886168931e0a7b78f5bffcae5c6b5be75" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/256/f80b80ca3853f/cffi-2.0.0-cp313-cp313-win_arm64.whl", hash = "sha256:256f80b80ca3853f90c21b23ee78cd008713787b1b1e93eae9f3d6a7134abd91" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/fc3/3c5141b55ed36/cffi-2.0.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:fc33c5141b55ed366cfaad382df24fe7dcbc686de5be719b207bb248e3053dc5" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c65/4de545946e0db/cffi-2.0.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c654de545946e0db659b3400168c9ad31b5d29593291482c43e3564effbcee13" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/24b/6f81f1983e6df/cffi-2.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:24b6f81f1983e6df8db3adc38562c83f7d4a0c36162885ec7f7b77c7dcbec97b" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/128/73ca6cb9b0f0d/cffi-2.0.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:12873ca6cb9b0f0d3a0da705d6086fe911591737a59f28b7936bdfed27c0d47c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/d9b/97165e8aed927/cffi-2.0.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:d9b97165e8aed9272a6bb17c01e3cc5871a594a446ebedc996e2397a1c1ea8ef" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/afb/8db5439b81cf9/cffi-2.0.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:afb8db5439b81cf9c9d0c80404b60c3cc9c3add93e114dcae767f1477cb53775" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/737/fe7d37e1a1bff/cffi-2.0.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:737fe7d37e1a1bffe70bd5754ea763a62a066dc5913ca57e957824b72a85e205" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/381/00abb9d1b1435/cffi-2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:38100abb9d1b1435bc4cc340bb4489635dc2f0da7456590877030c9b3d40b0c1" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/087/067fa8953339c/cffi-2.0.0-cp314-cp314-win32.whl", hash = "sha256:087067fa8953339c723661eda6b54bc98c5625757ea62e95eb4898ad5e776e9f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/203/a48d1fb583fc7/cffi-2.0.0-cp314-cp314-win_amd64.whl", hash = "sha256:203a48d1fb583fc7d78a4c6655692963b860a417c0528492a6bc21f1aaefab25" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/dbd/5c7a25a7cb98f/cffi-2.0.0-cp314-cp314-win_arm64.whl", hash = "sha256:dbd5c7a25a7cb98f5ca55d258b103a2054f859a46ae11aaf23134f9cc0d356ad" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/9a6/7fc9e8eb39039/cffi-2.0.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:9a67fc9e8eb39039280526379fb3a70023d77caec1852002b4da7e8b270c4dd9" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/7a6/6c7204d886929/cffi-2.0.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:7a66c7204d8869299919db4d5069a82f1561581af12b11b3c9f48c584eb8743d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/7cc/09976e8b56f8c/cffi-2.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:7cc09976e8b56f8cebd752f7113ad07752461f48a58cbba644139015ac24954c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/92b/68146a71df785/cffi-2.0.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:92b68146a71df78564e4ef48af17551a5ddd142e5190cdf2c5624d0c3ff5b2e8" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/b1e/74d11748e7e98/cffi-2.0.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:b1e74d11748e7e98e2f426ab176d4ed720a64412b6a15054378afdb71e0f37dc" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/28a/3a209b96630bc/cffi-2.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:28a3a209b96630bca57cce802da70c266eb08c6e97e5afd61a75611ee6c64592" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/755/3fb2090d71822/cffi-2.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:7553fb2090d71822f02c629afe6042c299edf91ba1bf94951165613553984512" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/6c6/c373cfc5c83a9/cffi-2.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:6c6c373cfc5c83a975506110d17457138c8c63016b563cc9ed6e056a82f13ce4" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/1fc/9ea04857caf66/cffi-2.0.0-cp314-cp314t-win32.whl", hash = "sha256:1fc9ea04857caf665289b7a75923f2c6ed559b8298a1b8c49e59f7dd95c8481e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/d68/b6cef7827e864/cffi-2.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:d68b6cef7827e8641e8ef16f4494edda8b36104d79773a334beaa1e3521430f6" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/0a1/527a803f0a659/cffi-2.0.0-cp314-cp314t-win_arm64.whl", hash = "sha256:0a1527a803f0a659de1af2e1fd700213caba79377e27e4693648c2923da066f9" },
]
[[package]]
name = "charset-normalizer"
version = "3.4.6"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/1ae/6b62897110aa7/charset_normalizer-3.4.6.tar.gz", hash = "sha256:1ae6b62897110aa7c79ea2f5dd38d1abca6db663687c0b1ad9aed6f6bae3d9d6" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/2ef/7fedc7a6ecbe9/charset_normalizer-3.4.6-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:2ef7fedc7a6ecbe99969cd09632516738a97eeb8bd7258bf8a0f23114c057dab" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/a4e/a868bc2810905/charset_normalizer-3.4.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a4ea868bc28109052790eb2b52a9ab33f3aa7adc02f96673526ff47419490e21" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/836/ab36280f21fc1/charset_normalizer-3.4.6-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:836ab36280f21fc1a03c99cd05c6b7af70d2697e374c7af0b61ed271401a72a2" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f1c/e721c8a7dfec2/charset_normalizer-3.4.6-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:f1ce721c8a7dfec21fcbdfe04e8f68174183cf4e8188e0645e92aa23985c57ff" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/0e2/8d62a8fc7a1fa/charset_normalizer-3.4.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0e28d62a8fc7a1fa411c43bd65e346f3bce9716dc51b897fbe930c5987b402d5" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/530/d548084c4a9f7/charset_normalizer-3.4.6-cp312-cp312-manylinux_2_31_armv7l.whl", hash = "sha256:530d548084c4a9f7a16ed4a294d459b4f229db50df689bfe92027452452943a0" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/30f/445ae60aad5e1/charset_normalizer-3.4.6-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:30f445ae60aad5e1f8bdbb3108e39f6fbc09f4ea16c815c66578878325f8f15a" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/ac2/393c73378fea4/charset_normalizer-3.4.6-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:ac2393c73378fea4e52aa56285a3d64be50f1a12395afef9cce47772f60334c2" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/90c/a27cd8da8118b/charset_normalizer-3.4.6-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:90ca27cd8da8118b18a52d5f547859cc1f8354a00cd1e8e5120df3e30d6279e5" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/8e5/a94886bedca0f/charset_normalizer-3.4.6-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:8e5a94886bedca0f9b78fecd6afb6629142fd2605aa70a125d49f4edc6037ee6" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/695/f5c2823691a25/charset_normalizer-3.4.6-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:695f5c2823691a25f17bc5d5ffe79fa90972cc34b002ac6c843bb8a1720e950d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/231/d4da14bcd9301/charset_normalizer-3.4.6-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:231d4da14bcd9301310faf492051bee27df11f2bc7549bc0bb41fef11b82daa2" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/a05/6d1ad2633548c/charset_normalizer-3.4.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a056d1ad2633548ca18ffa2f85c202cfb48b68615129143915b8dc72a806a923" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c22/74ca724536f17/charset_normalizer-3.4.6-cp312-cp312-win32.whl", hash = "sha256:c2274ca724536f173122f36c98ce188fd24ce3dad886ec2b7af859518ce008a4" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c8a/e56368f8cc97c/charset_normalizer-3.4.6-cp312-cp312-win_amd64.whl", hash = "sha256:c8ae56368f8cc97c7e40a7ee18e1cedaf8e780cd8bc5ed5ac8b81f238614facb" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/899/d28f422116b08/charset_normalizer-3.4.6-cp312-cp312-win_arm64.whl", hash = "sha256:899d28f422116b08be5118ef350c292b36fc15ec2daeb9ea987c89281c7bb5c4" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/11a/fb56037cbc4b1/charset_normalizer-3.4.6-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:11afb56037cbc4b1555a34dd69151e8e069bee82e613a73bef6e714ce733585f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/423/fb7e748a08f85/charset_normalizer-3.4.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:423fb7e748a08f854a08a222b983f4df1912b1daedce51a72bd24fe8f26a1843" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/d73/beaac5e90173a/charset_normalizer-3.4.6-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:d73beaac5e90173ac3deb9928a74763a6d230f494e4bfb422c217a0ad8e629bf" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/d60/377dce4511655/charset_normalizer-3.4.6-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d60377dce4511655582e300dc1e5a5f24ba0cb229005a1d5c8d0cb72bb758ab8" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/530/e8cebeea0d76b/charset_normalizer-3.4.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:530e8cebeea0d76bdcf93357aa5e41336f48c3dc709ac52da2bb167c5b8271d9" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/a26/611d9987b2305/charset_normalizer-3.4.6-cp313-cp313-manylinux_2_31_armv7l.whl", hash = "sha256:a26611d9987b230566f24a0a125f17fe0de6a6aff9f25c9f564aaa2721a5fb88" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/343/15ff4fc374b28/charset_normalizer-3.4.6-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:34315ff4fc374b285ad7f4a0bf7dcbfe769e1b104230d40f49f700d4ab6bbd84" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/5f8/ddd609f9e1af8/charset_normalizer-3.4.6-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:5f8ddd609f9e1af8c7bd6e2aca279c931aefecd148a14402d4e368f3171769fd" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/80d/0a5615143c0b3/charset_normalizer-3.4.6-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:80d0a5615143c0b3225e5e3ef22c8d5d51f3f72ce0ea6fb84c943546c7b25b6c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/927/34d4d8d187a35/charset_normalizer-3.4.6-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:92734d4d8d187a354a556626c221cd1a892a4e0802ccb2af432a1d85ec012194" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/613/f19aa6e082cf9/charset_normalizer-3.4.6-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:613f19aa6e082cf96e17e3ffd89383343d0d589abda756b7764cf78361fd41dc" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/2b1/a63e8224e401c/charset_normalizer-3.4.6-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:2b1a63e8224e401cafe7739f77efd3f9e7f5f2026bda4aead8e59afab537784f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/6cc/eb5473417d28e/charset_normalizer-3.4.6-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6cceb5473417d28edd20c6c984ab6fee6c6267d38d906823ebfe20b03d607dc2" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/d7d/e2637729c67d6/charset_normalizer-3.4.6-cp313-cp313-win32.whl", hash = "sha256:d7de2637729c67d67cf87614b566626057e95c303bc0a55ffe391f5205e7003d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/572/d7c822caf521f/charset_normalizer-3.4.6-cp313-cp313-win_amd64.whl", hash = "sha256:572d7c822caf521f0525ba1bce1a622a0b85cf47ffbdae6c9c19e3b5ac3c4389" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/a44/74d924a47185a/charset_normalizer-3.4.6-cp313-cp313-win_arm64.whl", hash = "sha256:a4474d924a47185a06411e0064b803c68be044be2d60e50e8bddcc2649957c1f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/9cc/6e6d9e571d2f8/charset_normalizer-3.4.6-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:9cc6e6d9e571d2f863fa77700701dae73ed5f78881efc8b3f9a4398772ff53e8" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/ef5/960d965e67165/charset_normalizer-3.4.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ef5960d965e67165d75b7c7ffc60a83ec5abfc5c11b764ec13ea54fbef8b4421" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/b36/94e3f87f8ac7c/charset_normalizer-3.4.6-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:b3694e3f87f8ac7ce279d4355645b3c878d24d1424581b46282f24b92f5a4ae2" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/5d1/1595abf8dd942/charset_normalizer-3.4.6-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5d11595abf8dd942a77883a39d81433739b287b6aa71620f15164f8096221b30" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/7bd/a6eebafd42133/charset_normalizer-3.4.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7bda6eebafd42133efdca535b04ccb338ab29467b3f7bf79569883676fc628db" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/bbc/8c8650c6e5104/charset_normalizer-3.4.6-cp314-cp314-manylinux_2_31_armv7l.whl", hash = "sha256:bbc8c8650c6e51041ad1be191742b8b421d05bbd3410f43fa2a00c8db87678e8" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/22c/6f0c2fbc31e76/charset_normalizer-3.4.6-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:22c6f0c2fbc31e76c3b8a86fba1a56eda6166e238c29cdd3d14befdb4a4e4815" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/7ed/bed096e4a4798/charset_normalizer-3.4.6-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7edbed096e4a4798710ed6bc75dcaa2a21b68b6c356553ac4823c3658d53743a" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/7f9/019c9cb613f08/charset_normalizer-3.4.6-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:7f9019c9cb613f084481bd6a100b12e1547cf2efe362d873c2e31e4035a6fa43" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/58c/948d0d086229e/charset_normalizer-3.4.6-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:58c948d0d086229efc484fe2f30c2d382c86720f55cd9bc33591774348ad44e0" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/419/a9d91bd238052/charset_normalizer-3.4.6-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:419a9d91bd238052642a51938af8ac05da5b3343becde08d5cdeab9046df9ee1" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/527/3b9f0b5835ff0/charset_normalizer-3.4.6-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:5273b9f0b5835ff0350c0828faea623c68bfa65b792720c453e22b25cc72930f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/0e9/01eb1049fdb80/charset_normalizer-3.4.6-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:0e901eb1049fdb80f5bd11ed5ea1e498ec423102f7a9b9e4645d5b8204ff2815" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/b4f/f1d35e8c5bd07/charset_normalizer-3.4.6-cp314-cp314-win32.whl", hash = "sha256:b4ff1d35e8c5bd078be89349b6f3a845128e685e751b6ea1169cf2160b344c4d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/741/19174722c4349/charset_normalizer-3.4.6-cp314-cp314-win_amd64.whl", hash = "sha256:74119174722c4349af9708993118581686f343adc1c8c9c007d59be90d077f3f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e5b/cc1a1ae744e0b/charset_normalizer-3.4.6-cp314-cp314-win_arm64.whl", hash = "sha256:e5bcc1a1ae744e0bb59641171ae53743760130600da8db48cbb6e4918e186e4e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/ad8/faf8df23f0378/charset_normalizer-3.4.6-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:ad8faf8df23f0378c6d527d8b0b15ea4a2e23c89376877c598c4870d1b2c7866" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f5e/a69428fa1b495/charset_normalizer-3.4.6-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f5ea69428fa1b49573eef0cc44a1d43bebd45ad0c611eb7d7eac760c7ae771bc" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/06a/7e86163334edf/charset_normalizer-3.4.6-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:06a7e86163334edfc5d20fe104db92fcd666e5a5df0977cb5680a506fe26cc8e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e1f/6e2f00a6b8edb/charset_normalizer-3.4.6-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:e1f6e2f00a6b8edb562826e4632e26d063ac10307e80f7461f7de3ad8ef3f077" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/95b/52c68d64c1878/charset_normalizer-3.4.6-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:95b52c68d64c1878818687a473a10547b3292e82b6f6fe483808fb1468e2f52f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/750/4e9b7dc05f99a/charset_normalizer-3.4.6-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:7504e9b7dc05f99a9bbb4525c67a2c155073b44d720470a148b34166a69c054e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/172/985e4ff804a7a/charset_normalizer-3.4.6-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:172985e4ff804a7ad08eebec0a1640ece87ba5041d565fff23c8f99c1f389484" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/4be/9f4830ba87415/charset_normalizer-3.4.6-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:4be9f4830ba8741527693848403e2c457c16e499100963ec711b1c6f2049b7c7" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/790/90741d842f564/charset_normalizer-3.4.6-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:79090741d842f564b1b2827c0b82d846405b744d31e84f18d7a7b41c20e473ff" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/877/25cfb1a4f1f8c/charset_normalizer-3.4.6-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:87725cfb1a4f1f8c2fc9890ae2f42094120f4b44db9360be5d99a4c6b0e03a9e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/fcc/e033e4021347d/charset_normalizer-3.4.6-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:fcce033e4021347d80ed9c66dcf1e7b1546319834b74445f561d2e2221de5659" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/ca0/276464d148c72/charset_normalizer-3.4.6-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:ca0276464d148c72defa8bb4390cce01b4a0e425f3b50d1435aa6d7a18107602" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/197/c1a244a274bb0/charset_normalizer-3.4.6-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:197c1a244a274bb016dd8b79204850144ef77fe81c5b797dc389327adb552407" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/2a2/4157fa3698047/charset_normalizer-3.4.6-cp314-cp314t-win32.whl", hash = "sha256:2a24157fa36980478dd1770b585c0f30d19e18f4fb0c47c13aa568f871718579" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/cd5/e2801c89992ed/charset_normalizer-3.4.6-cp314-cp314t-win_amd64.whl", hash = "sha256:cd5e2801c89992ed8c0a3f0293ae83c159a60d9a5d685005383ef4caca77f2c4" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/479/55475ac79cc50/charset_normalizer-3.4.6-cp314-cp314t-win_arm64.whl", hash = "sha256:47955475ac79cc504ef2704b192364e51d0d473ad452caedd0002605f780101c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/947/cf925bc916d90/charset_normalizer-3.4.6-py3-none-any.whl", hash = "sha256:947cf925bc916d90adba35a64c82aace04fa39b46b52d4630ece166655905a69" },
]
[[package]]
name = "click"
version = "8.3.1"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32'" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/12f/f4785d337a1bb/click-8.3.1.tar.gz", hash = "sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/981/153a64e25f12d/click-8.3.1-py3-none-any.whl", hash = "sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6" },
]
[[package]]
name = "colorama"
version = "0.4.6"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/086/95f5cb7ed6e05/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/4f1/d9991f5acc0ca/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" },
]
[[package]]
name = "cryptography"
version = "46.0.5"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "cffi", marker = "platform_python_implementation != 'PyPy'" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/aba/ce499247268e3/cryptography-46.0.5.tar.gz", hash = "sha256:abace499247268e3757271b2f1e244b36b06f8515cf27c4d49468fc9eb16e93d" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/351/695ada9ea9618/cryptography-46.0.5-cp311-abi3-macosx_10_9_universal2.whl", hash = "sha256:351695ada9ea9618b3500b490ad54c739860883df6c1f555e088eaf25b1bbaad" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c18/ff11e86df2e28/cryptography-46.0.5-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:c18ff11e86df2e28854939acde2d003f7984f721eba450b56a200ad90eeb0e6b" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/4d7/e3d356b8cd4ea/cryptography-46.0.5-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:4d7e3d356b8cd4ea5aff04f129d5f66ebdc7b6f8eae802b93739ed520c47c79b" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/50b/fb6925eff619c/cryptography-46.0.5-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:50bfb6925eff619c9c023b967d5b77a54e04256c4281b0e21336a130cd7fc263" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/803/812e111e75d1a/cryptography-46.0.5-cp311-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:803812e111e75d1aa73690d2facc295eaefd4439be1023fefc4995eaea2af90d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/3ee/190460e2fbe44/cryptography-46.0.5-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3ee190460e2fbe447175cda91b88b84ae8322a104fc27766ad09428754a618ed" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f14/5bba11b878005/cryptography-46.0.5-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:f145bba11b878005c496e93e257c1e88f154d278d2638e6450d17e0f31e558d2" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e92/51e3be159d102/cryptography-46.0.5-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:e9251e3be159d1020c4030bd2e5f84d6a43fe54b6c19c12f51cde9542a2817b2" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/47f/b8a66058b80e5/cryptography-46.0.5-cp311-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:47fb8a66058b80e509c47118ef8a75d14c455e81ac369050f20ba0d23e77fee0" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/4c3/341037c136030/cryptography-46.0.5-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:4c3341037c136030cb46e4b1e17b7418ea4cbd9dd207e4a6f3b2b24e0d4ac731" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/890/bcb4abd5a2d3f/cryptography-46.0.5-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:890bcb4abd5a2d3f852196437129eb3667d62630333aacc13dfd470fad3aaa82" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/80a/8d7bfdf38f87c/cryptography-46.0.5-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:80a8d7bfdf38f87ca30a5391c0c9ce4ed2926918e017c29ddf643d0ed2778ea1" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/60e/e7e19e95104d4/cryptography-46.0.5-cp311-abi3-win32.whl", hash = "sha256:60ee7e19e95104d4c03871d7d7dfb3d22ef8a9b9c6778c94e1c8fcc8365afd48" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/389/46c54b16c885c/cryptography-46.0.5-cp311-abi3-win_amd64.whl", hash = "sha256:38946c54b16c885c72c4f59846be9743d699eee2b69b6988e0a00a01f46a61a4" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/94a/76daa32eb78d6/cryptography-46.0.5-cp314-cp314t-macosx_10_9_universal2.whl", hash = "sha256:94a76daa32eb78d61339aff7952ea819b1734b46f73646a07decb40e5b3448e2" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/5be/7bf2fb40769e0/cryptography-46.0.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:5be7bf2fb40769e05739dd0046e7b26f9d4670badc7b032d6ce4db64dddc0678" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/fe3/46b143ff9685e/cryptography-46.0.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:fe346b143ff9685e40192a4960938545c699054ba11d4f9029f94751e3f71d87" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c69/fd885df7d0895/cryptography-46.0.5-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:c69fd885df7d089548a42d5ec05be26050ebcd2283d89b3d30676eb32ff87dee" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/829/3f3dea7fc929e/cryptography-46.0.5-cp314-cp314t-manylinux_2_28_ppc64le.whl", hash = "sha256:8293f3dea7fc929ef7240796ba231413afa7b68ce38fd21da2995549f5961981" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/1ab/fdb89b41c3be0/cryptography-46.0.5-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:1abfdb89b41c3be0365328a410baa9df3ff8a9110fb75e7b52e66803ddabc9a9" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/d66/e421495fdb797/cryptography-46.0.5-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:d66e421495fdb797610a08f43b05269e0a5ea7f5e652a89bfd5a7d3c1dee3648" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/4e8/17a8920bfbcff/cryptography-46.0.5-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:4e817a8920bfbcff8940ecfd60f23d01836408242b30f1a708d93198393a80b4" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/68f/68d13f2e1cb95/cryptography-46.0.5-cp314-cp314t-manylinux_2_34_ppc64le.whl", hash = "sha256:68f68d13f2e1cb95163fa3b4db4bf9a159a418f5f6e7242564fc75fcae667fd0" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/a3d/1fae986329907/cryptography-46.0.5-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:a3d1fae9863299076f05cb8a778c467578262fae09f9dc0ee9b12eb4268ce663" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c41/43987a42a2397/cryptography-46.0.5-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:c4143987a42a2397f2fc3b4d7e3a7d313fbe684f67ff443999e803dd75a76826" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/7d7/31d4b10703098/cryptography-46.0.5-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:7d731d4b107030987fd61a7f8ab512b25b53cef8f233a97379ede116f30eb67d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c3b/cce8521d785d5/cryptography-46.0.5-cp314-cp314t-win32.whl", hash = "sha256:c3bcce8521d785d510b2aad26ae2c966092b7daa8f45dd8f44734a104dc0bc1a" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/4d8/ae8659ab18c65/cryptography-46.0.5-cp314-cp314t-win_amd64.whl", hash = "sha256:4d8ae8659ab18c65ced284993c2265910f6c9e650189d4e3f68445ef82a810e4" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/410/8d4c09fbbf278/cryptography-46.0.5-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:4108d4c09fbbf2789d0c926eb4152ae1760d5a2d97612b92d508d96c861e4d31" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/7d1/f30a86d275719/cryptography-46.0.5-cp38-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:7d1f30a86d2757199cb2d56e48cce14deddf1f9c95f1ef1b64ee91ea43fe2e18" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/039/917b0dc418bb9/cryptography-46.0.5-cp38-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:039917b0dc418bb9f6edce8a906572d69e74bd330b0b3fea4f79dab7f8ddd235" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/ba2/a27ff02f48193/cryptography-46.0.5-cp38-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:ba2a27ff02f48193fc4daeadf8ad2590516fa3d0adeeb34336b96f7fa64c1e3a" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/61a/a400dce22cb00/cryptography-46.0.5-cp38-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:61aa400dce22cb001a98014f647dc21cda08f7915ceb95df0c9eaf84b4b6af76" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/3ce/58ba46e1bc2aa/cryptography-46.0.5-cp38-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3ce58ba46e1bc2aac4f7d9290223cead56743fa6ab94a5d53292ffaac6a91614" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/420/d0e909050490d/cryptography-46.0.5-cp38-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:420d0e909050490d04359e7fdb5ed7e667ca5c3c402b809ae2563d7e66a92229" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/582/f5fcd2afa3162/cryptography-46.0.5-cp38-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:582f5fcd2afa31622f317f80426a027f30dc792e9c80ffee87b993200ea115f1" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/bfd/56bb4b37ed4f3/cryptography-46.0.5-cp38-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:bfd56bb4b37ed4f330b82402f6f435845a5f5648edf1ad497da51a8452d5d62d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/a3d/507bb6a513ca9/cryptography-46.0.5-cp38-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:a3d507bb6a513ca96ba84443226af944b0f7f47dcc9a399d110cd6146481d24c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/9f1/6fbdf4da055ef/cryptography-46.0.5-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:9f16fbdf4da055efb21c22d81b89f155f02ba420558db21288b3d0035bafd5f4" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/ced/80795227d7054/cryptography-46.0.5-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:ced80795227d70549a411a4ab66e8ce307899fad2220ce5ab2f296e687eacde9" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/02f/547fce831f509/cryptography-46.0.5-cp38-abi3-win32.whl", hash = "sha256:02f547fce831f5096c9a567fd41bc12ca8f11df260959ecc7c3202555cc47a72" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/556/e106ee01aa134/cryptography-46.0.5-cp38-abi3-win_amd64.whl", hash = "sha256:556e106ee01aa13484ce9b0239bca667be5004efb0aabbed28d353df86445595" },
]
[[package]]
name = "distlib"
version = "0.4.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/fee/c40075be03a04/distlib-0.4.0.tar.gz", hash = "sha256:feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/965/9f7d87e46584a/distlib-0.4.0-py2.py3-none-any.whl", hash = "sha256:9659f7d87e46584a30b5780e43ac7a2143098441670ff0a49d5f9034c54a6c16" },
]
[[package]]
name = "dnspython"
version = "2.8.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/181/d3c6996452cb1/dnspython-2.8.0.tar.gz", hash = "sha256:181d3c6996452cb1189c4046c61599b84a5a86e099562ffde77d26984ff26d0f" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/01d/9bbc4a2d76bf0/dnspython-2.8.0-py3-none-any.whl", hash = "sha256:01d9bbc4a2d76bf0db7c1f729812ded6d912bd318d3b1cf81d30c0f845dbf3af" },
]
[[package]]
name = "email-validator"
version = "2.3.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "dnspython" },
{ name = "idna" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/9fc/05c37f2f6cf43/email_validator-2.3.0.tar.gz", hash = "sha256:9fc05c37f2f6cf439ff414f8fc46d917929974a82244c20eb10231ba60c54426" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/80f/13f623413e6b1/email_validator-2.3.0-py3-none-any.whl", hash = "sha256:80f13f623413e6b197ae73bb10bf4eb0908faf509ad8362c5edeb0be7fd450b4" },
]
[[package]]
name = "events"
version = "0.5"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/a72/86af378ba3e46/Events-0.5-py3-none-any.whl", hash = "sha256:a7286af378ba3e46640ac9825156c93bdba7502174dd696090fdfcd4d80a1abd" },
]
[[package]]
name = "fastapi"
version = "0.135.1"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "annotated-doc" },
{ name = "pydantic" },
{ name = "starlette" },
{ name = "typing-extensions" },
{ name = "typing-inspection" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/d04/115b508d936d2/fastapi-0.135.1.tar.gz", hash = "sha256:d04115b508d936d254cea545b7312ecaa58a7b3a0f84952535b4c9afae7668cd" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/46e/2fc5745924b7c/fastapi-0.135.1-py3-none-any.whl", hash = "sha256:46e2fc5745924b7c840f71ddd277382af29ce1cdb7d5eab5bf697e3fb9999c9e" },
]
[package.optional-dependencies]
all = [
{ name = "email-validator" },
{ name = "fastapi-cli", extra = ["standard"] },
{ name = "httpx" },
{ name = "itsdangerous" },
{ name = "jinja2" },
{ name = "pydantic-extra-types" },
{ name = "pydantic-settings" },
{ name = "python-multipart" },
{ name = "pyyaml" },
{ name = "uvicorn", extra = ["standard"] },
]
[[package]]
name = "fastapi-cli"
version = "0.0.24"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "rich-toolkit" },
{ name = "typer" },
{ name = "uvicorn", extra = ["standard"] },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/1af/c9c9e21d7ebc8/fastapi_cli-0.0.24.tar.gz", hash = "sha256:1afc9c9e21d7ebc8a3ca5e31790cd8d837742be7e4f8b9236e99cb3451f0de00" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/4a1/f78ed798f106b/fastapi_cli-0.0.24-py3-none-any.whl", hash = "sha256:4a1f78ed798f106b4fee85ca93b85d8fe33c0a3570f775964d37edb80b8f0edc" },
]
[package.optional-dependencies]
standard = [
{ name = "fastapi-cloud-cli" },
{ name = "uvicorn", extra = ["standard"] },
]
[[package]]
name = "fastapi-cloud-cli"
version = "0.15.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "fastar" },
{ name = "httpx" },
{ name = "pydantic", extra = ["email"] },
{ name = "rich-toolkit" },
{ name = "rignore" },
{ name = "sentry-sdk" },
{ name = "typer" },
{ name = "uvicorn", extra = ["standard"] },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/d02/515231f3f505f/fastapi_cloud_cli-0.15.0.tar.gz", hash = "sha256:d02515231f3f505f7669c20920343934570a88a08af9f9a6463ca2807f27ffe5" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/9ff/cf90bd713747e/fastapi_cloud_cli-0.15.0-py3-none-any.whl", hash = "sha256:9ffcf90bd713747efa65447620d29cfbb7b3f7de38d97467952ca6346e418d70" },
]
[[package]]
name = "fastar"
version = "0.8.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/f4d/4d68dbf1c4c28/fastar-0.8.0.tar.gz", hash = "sha256:f4d4d68dbf1c4c2808f0e730fac5843493fc849f70fe3ad3af60dfbaf68b9a12" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/0f1/0d2adfe40f47f/fastar-0.8.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:0f10d2adfe40f47ff228f4efaa32d409d732ded98580e03ed37c9535b5fc923d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/b93/0da9d598e3bc6/fastar-0.8.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:b930da9d598e3bc69513d131f397e6d6be4643926ef3de5d33d1e826631eb036" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/9d2/10da2de733ca8/fastar-0.8.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:9d210da2de733ca801de83e931012349d209f38b92d9630ccaa94bd445bdc9b8" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/aa0/2270721517078/fastar-0.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aa02270721517078a5bd61a38719070ac2537a4aa6b6c48cf369cf2abc59174a" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/83c/391e5b789a720/fastar-0.8.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:83c391e5b789a720e4d0029b9559f5d6dee3226693c5b39c0eab8eaece997e0f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/325/8d7a78a72793c/fastar-0.8.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3258d7a78a72793cdd081545da61cabe85b1f37634a1d0b97ffee0ff11d105ef" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e6e/ab95dd985cdb6/fastar-0.8.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e6eab95dd985cdb6a50666cbeb9e4814676e59cfe52039c880b69d67cfd44767" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/829/b185416614186/fastar-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:829b1854166141860887273c116c94e31357213fa8e9fe8baeb18bd6c38aa8d9" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/b16/67eae13f9457a/fastar-0.8.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:b1667eae13f9457a3c737f4376d68e8c3e548353538b28f7e4273a30cb3965cd" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/b86/4a95229a7db08/fastar-0.8.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:b864a95229a7db0814cd9ef7987cb713fd43dce1b0d809dd17d9cd6f02fdde3e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c05/fbc5618ce1767/fastar-0.8.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:c05fbc5618ce17675a42576fa49858d79734627f0a0c74c0875ab45ee8de340c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/7f4/1c51ee96f3386/fastar-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:7f41c51ee96f338662ee3c3df4840511ba3f9969606840f1b10b7cb633a3c716" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/d94/9a1a2ea7968b7/fastar-0.8.0-cp312-cp312-win32.whl", hash = "sha256:d949a1a2ea7968b734632c009df0571c94636a5e1622c87a6e2bf712a7334f47" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/fc6/45994d5b927d7/fastar-0.8.0-cp312-cp312-win_amd64.whl", hash = "sha256:fc645994d5b927d769121094e8a649b09923b3c13a8b0b98696d8f853f23c532" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/d81/ee82e8dc78a0a/fastar-0.8.0-cp312-cp312-win_arm64.whl", hash = "sha256:d81ee82e8dc78a0adb81728383bd39611177d642a8fa2d601d4ad5ad59e5f3bd" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/a32/53a06845462ca/fastar-0.8.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:a3253a06845462ca2196024c7a18f5c0ba4de1532ab1c4bad23a40b332a06a6a" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/5cb/eb3ebfa0980c6/fastar-0.8.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:5cbeb3ebfa0980c68ff8b126295cc6b208ccd81b638aebc5a723d810a7a0e5d2" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/1c0/d5956b917daac/fastar-0.8.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:1c0d5956b917daac77d333d48b3f0f3ff927b8039d5b32d8125462782369f761" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/27b/404db2b786b65/fastar-0.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:27b404db2b786b65912927ce7f3790964a4bcbde42cdd13091b82a89cd655e1c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/090/2fc89dcf1e7f0/fastar-0.8.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0902fc89dcf1e7f07b8563032a4159fe2b835e4c16942c76fd63451d0e5f76a3" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/069/347e2f0f7a8b9/fastar-0.8.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:069347e2f0f7a8b99bbac8cd1bc0e06c7b4a31dc964fc60d84b95eab3d869dc1" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/7fd/135306f6bfe9a/fastar-0.8.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7fd135306f6bfe9a835918280e0eb440b70ab303e0187d90ab51ca86e143f70d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/78d/06d6897f43c27/fastar-0.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:78d06d6897f43c27154b5f2d0eb930a43a81b7eec73f6f0b0114814d4a10ab38" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/a92/2f8439231fa0c/fastar-0.8.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a922f8439231fa0c32b15e8d70ff6d415619b9d40492029dabbc14a0c53b5f18" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/a73/9abd51eb76638/fastar-0.8.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:a739abd51eb766384b4caff83050888e80cd75bbcfec61e6d1e64875f94e4a40" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/5a6/5f419d808b23a/fastar-0.8.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:5a65f419d808b23ac89d5cd1b13a2f340f15bc5d1d9af79f39fdb77bba48ff1b" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/7bb/2ae6c0cce58f0/fastar-0.8.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:7bb2ae6c0cce58f0db1c9f20495e7557cca2c1ee9c69bbd90eafd54f139171c5" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/b28/753e0d18a6432/fastar-0.8.0-cp313-cp313-win32.whl", hash = "sha256:b28753e0d18a643272597cb16d39f1053842aa43131ad3e260c03a2417d38401" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/620/e5d737dce8321/fastar-0.8.0-cp313-cp313-win_amd64.whl", hash = "sha256:620e5d737dce8321d49a5ebb7997f1fd0047cde3512082c27dc66d6ac8c1927a" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c4c/4bd08df563120/fastar-0.8.0-cp313-cp313-win_arm64.whl", hash = "sha256:c4c4bd08df563120cd33e854fe0a93b81579e8571b11f9b7da9e84c37da2d6b6" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/50b/36ce654ba44b0/fastar-0.8.0-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:50b36ce654ba44b0e13fae607ae17ee6e1597b69f71df1bee64bb8328d881dfc" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/63a/892762683d7ab/fastar-0.8.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:63a892762683d7ab00df0227d5ea9677c62ff2cde9b875e666c0be569ed940f3" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/4ae/6a145c1bff592/fastar-0.8.0-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:4ae6a145c1bff592644bde13f2115e0239f4b7babaf506d14e7d208483cf01a5" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/6ae/0ff7c0a1c7e14/fastar-0.8.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ae0ff7c0a1c7e1428404b81faee8aebef466bfd0be25bfe4dabf5d535c68741" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/dbf/d87dbd217b45c/fastar-0.8.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:dbfd87dbd217b45c898b2dbcd0169aae534b2c1c5cbe3119510881f6a5ac8ef5" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/9a5/abd99fcba83ef/fastar-0.8.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9a5abd99fcba83ef28c8fe6ae2927edc79053db43a0457a962ed85c9bf150d37" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/91d/4c685620c3a9d/fastar-0.8.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:91d4c685620c3a9d6b5ae091dbabab4f98b20049b7ecc7976e19cc9016c0d5d6" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f77/c2f2cad76e9dc/fastar-0.8.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f77c2f2cad76e9dc7b6701297adb1eba87d0485944b416fc2ccf5516c01219a3" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e7f/07c4a3dada775/fastar-0.8.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:e7f07c4a3dada7757a8fc430a5b4a29e6ef696d2212747213f57086ffd970316" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/90c/0c3fe55105c0a/fastar-0.8.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:90c0c3fe55105c0aed8a83135dbdeb31e683455dbd326a1c48fa44c378b85616" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/fb9/ee51e5bffe0da/fastar-0.8.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:fb9ee51e5bffe0dab3d3126d3a4fac8d8f7235cedcb4b8e74936087ce1c157f3" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e38/0b1e8d30317f5/fastar-0.8.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:e380b1e8d30317f52406c43b11e98d11e1d68723bbd031e18049ea3497b59a6d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/1c4/ffc06e9c4a8ca/fastar-0.8.0-cp314-cp314-win32.whl", hash = "sha256:1c4ffc06e9c4a8ca498c07e094670d8d8c0d25b17ca6465b9774da44ea997ab1" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/551/7a8ad4726267c/fastar-0.8.0-cp314-cp314-win_amd64.whl", hash = "sha256:5517a8ad4726267c57a3e0e2a44430b782e00b230bf51c55b5728e758bb3a692" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/580/30551046ff4a8/fastar-0.8.0-cp314-cp314-win_arm64.whl", hash = "sha256:58030551046ff4a8616931e52a36c83545ff05996db5beb6e0cd2b7e748aa309" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/1e7/d29b6bfecb29d/fastar-0.8.0-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:1e7d29b6bfecb29db126a08baf3c04a5ab667f6cea2b7067d3e623a67729c4a6" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/05e/b7b96940f9526/fastar-0.8.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:05eb7b96940f9526b485f1d0b02393839f0f61cac4b1f60024984f8b326d2640" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/619/352d8ac011794/fastar-0.8.0-cp314-cp314t-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:619352d8ac011794e2345c462189dc02ba634750d23cd9d86a9267dd71b1f278" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/74e/bfecef3fe6d7a/fastar-0.8.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:74ebfecef3fe6d7a90355fac1402fd30636988332a1d33f3e80019a10782bb24" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/297/5aca5a639e26a/fastar-0.8.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:2975aca5a639e26a3ab0d23b4b0628d6dd6d521146c3c11486d782be621a35aa" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/afc/438eaed8ff0dc/fastar-0.8.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:afc438eaed8ff0dcdd9308268be5cb38c1db7e94c3ccca7c498ca13a4a4535a3" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/6ce/d0a5399cc0a84/fastar-0.8.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6ced0a5399cc0a84a858ef0a31ca2d0c24d3bbec4bcda506a9192d8119f3590a" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/ec9/b23da8c4c039d/fastar-0.8.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec9b23da8c4c039da3fe2e358973c66976a0c8508aa06d6626b4403cb5666c19" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/dfb/a078fcd534780/fastar-0.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:dfba078fcd53478032fd0ceed56960ec6b7ff0511cfc013a8a3a4307e3a7bac4" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/ade/56c94c14be356/fastar-0.8.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:ade56c94c14be356d295fecb47a3fcd473dd43a8803ead2e2b5b9e58feb6dcfa" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e48/d938f9366db5e/fastar-0.8.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:e48d938f9366db5e59441728f70b7f6c1ccfab7eff84f96f9b7e689b07786c52" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/79c/441dc1482ff51/fastar-0.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:79c441dc1482ff51a54fb3f57ae6f7bb3d2cff88fa2cc5d196c519f8aab64a56" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/187/f61dc739afe45/fastar-0.8.0-cp314-cp314t-win32.whl", hash = "sha256:187f61dc739afe45ac8e47ed7fd1adc45d52eac110cf27d579155720507d6fbe" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/40e/9d763cf8bf85c/fastar-0.8.0-cp314-cp314t-win_amd64.whl", hash = "sha256:40e9d763cf8bf85ce2fa256e010aa795c0fe3d3bd1326d5c3084e6ce7857127e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e59/673307b6a0821/fastar-0.8.0-cp314-cp314t-win_arm64.whl", hash = "sha256:e59673307b6a08210987059a2bdea2614fe26e3335d0e5d1a3d95f49a05b1418" },
]
[[package]]
name = "filelock"
version = "3.25.2"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/b64/ece2b38f4ca29/filelock-3.25.2.tar.gz", hash = "sha256:b64ece2b38f4ca29dd3e810287aa8c48182bbecd1ae6e9ae126c9b35f1382694" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/ca8/afb0da15f2297/filelock-3.25.2-py3-none-any.whl", hash = "sha256:ca8afb0da15f229774c9ad1b455ed96e85a81373065fb10446672f64444ddf70" },
]
[[package]]
name = "grpcio"
version = "1.78.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "typing-extensions" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/738/2b95189546f37/grpcio-1.78.0.tar.gz", hash = "sha256:7382b95189546f375c174f53a5fa873cef91c4b8005faa05cc5b3beea9c4f1c5" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/f9a/b915a267fc47c/grpcio-1.78.0-cp312-cp312-linux_armv7l.whl", hash = "sha256:f9ab915a267fc47c7e88c387a3a28325b58c898e23d4995f765728f4e3dedb97" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/3f8/904a8165ab21e/grpcio-1.78.0-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:3f8904a8165ab21e07e58bf3e30a73f4dffc7a1e0dbc32d51c61b5360d26f43e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/859/b13906ce098c0/grpcio-1.78.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:859b13906ce098c0b493af92142ad051bf64c7870fa58a123911c88606714996" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/b23/42d87af32790f/grpcio-1.78.0-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:b2342d87af32790f934a79c3112641e7b27d63c261b8b4395350dad43eff1dc7" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/12a/771591ae40bc6/grpcio-1.78.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:12a771591ae40bc65ba67048fa52ef4f0e6db8279e595fd349f9dfddeef571f9" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/185/dea0d5260cbb2/grpcio-1.78.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:185dea0d5260cbb2d224c507bf2a5444d5abbb1fa3594c1ed7e4c709d5eb8383" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/51b/13f9aed9d59ee/grpcio-1.78.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:51b13f9aed9d59ee389ad666b8c2214cc87b5de258fa712f9ab05f922e3896c6" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/fd5/f135b1bd58ab0/grpcio-1.78.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:fd5f135b1bd58ab088930b3c613455796dfa0393626a6972663ccdda5b4ac6ce" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/943/09f498bcc07e5/grpcio-1.78.0-cp312-cp312-win32.whl", hash = "sha256:94309f498bcc07e5a7d16089ab984d42ad96af1d94b5a4eb966a266d9fcabf68" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/956/6fe4ababbb261/grpcio-1.78.0-cp312-cp312-win_amd64.whl", hash = "sha256:9566fe4ababbb2610c39190791e5b829869351d14369603702e890ef3ad2d06e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/ce3/a90455492bf8b/grpcio-1.78.0-cp313-cp313-linux_armv7l.whl", hash = "sha256:ce3a90455492bf8bfa38e56fbbe1dbd4f872a3d8eeaf7337dc3b1c8aa28c271b" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/2bf/5e2e163b35697/grpcio-1.78.0-cp313-cp313-macosx_11_0_universal2.whl", hash = "sha256:2bf5e2e163b356978b23652c4818ce4759d40f4712ee9ec5a83c4be6f8c23a3a" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/8f2/ac84905d12918/grpcio-1.78.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:8f2ac84905d12918e4e55a16da17939eb63e433dc11b677267c35568aa63fc84" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/b58/f37edab4a3881/grpcio-1.78.0-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:b58f37edab4a3881bc6c9bca52670610e0c9ca14e2ea3cf9debf185b870457fb" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/735/e38e176a88ce4/grpcio-1.78.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:735e38e176a88ce41840c21bb49098ab66177c64c82426e24e0082500cc68af5" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/204/5397e63a7a0ee/grpcio-1.78.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:2045397e63a7a0ee7957c25f7dbb36ddc110e0cfb418403d110c0a7a68a844e9" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/a9f/136fbafe7ccf4/grpcio-1.78.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:a9f136fbafe7ccf4ac7e8e0c28b31066e810be52d6e344ef954a3a70234e1702" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/748/b6138585379c7/grpcio-1.78.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:748b6138585379c737adc08aeffd21222abbda1a86a0dca2a39682feb9196c20" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/271/c73e6e5676afe/grpcio-1.78.0-cp313-cp313-win32.whl", hash = "sha256:271c73e6e5676afe4fc52907686670c7cea22ab2310b76a59b678403ed40d670" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f2d/4e43ee362adfc/grpcio-1.78.0-cp313-cp313-win_amd64.whl", hash = "sha256:f2d4e43ee362adfc05994ed479334d5a451ab7bc3f3fee1b796b8ca66895acb4" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e87/cbc002b6f4404/grpcio-1.78.0-cp314-cp314-linux_armv7l.whl", hash = "sha256:e87cbc002b6f440482b3519e36e1313eb5443e9e9e73d6a52d43bd2004fcfd8e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c41/bc64626db62e7/grpcio-1.78.0-cp314-cp314-macosx_11_0_universal2.whl", hash = "sha256:c41bc64626db62e72afec66b0c8a0da76491510015417c127bfc53b2fe6d7f7f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/8df/ffba826efcf36/grpcio-1.78.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:8dfffba826efcf366b1e3ccc37e67afe676f290e13a3b48d31a46739f80a8724" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/74b/e1268d1439eaa/grpcio-1.78.0-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:74be1268d1439eaaf552c698cdb11cd594f0c49295ae6bb72c34ee31abbe611b" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/be6/3c88b32e6c0f1/grpcio-1.78.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:be63c88b32e6c0f1429f1398ca5c09bc64b0d80950c8bb7807d7d7fb36fb84c7" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/3c5/86ac70e855c72/grpcio-1.78.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:3c586ac70e855c721bda8f548d38c3ca66ac791dc49b66a8281a1f99db85e452" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/35e/b275bf1751d2f/grpcio-1.78.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:35eb275bf1751d2ffbd8f57cdbc46058e857cf3971041521b78b7db94bdaf127" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/207/db540302c884b/grpcio-1.78.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:207db540302c884b8848036b80db352a832b99dfdf41db1eb554c2c2c7800f65" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/57b/ab6deef2f4f1c/grpcio-1.78.0-cp314-cp314-win32.whl", hash = "sha256:57bab6deef2f4f1ca76cc04565df38dc5713ae6c17de690721bdf30cb1e0545c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/dce/09d6116df20a9/grpcio-1.78.0-cp314-cp314-win_amd64.whl", hash = "sha256:dce09d6116df20a96acfdbf85e4866258c3758180e8c49845d6ba8248b6d0bbb" },
]
[[package]]
name = "h11"
version = "0.16.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/4e3/5b956cf45792e/h11-0.16.0.tar.gz", hash = "sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/63c/f8bbe7522de3b/h11-0.16.0-py3-none-any.whl", hash = "sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86" },
]
[[package]]
name = "httpcore"
version = "1.0.9"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "certifi" },
{ name = "h11" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/6e3/4463af53fd2ab/httpcore-1.0.9.tar.gz", hash = "sha256:6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/2d4/00746a40668fc/httpcore-1.0.9-py3-none-any.whl", hash = "sha256:2d400746a40668fc9dec9810239072b40b4484b640a8c38fd654a024c7a1bf55" },
]
[[package]]
name = "httptools"
version = "0.7.1"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/abd/72556974f8e7c/httptools-0.7.1.tar.gz", hash = "sha256:abd72556974f8e7c74a259655924a717a2365b236c882c3f6f8a45fe94703ac9" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/38e/0c83a2ea9746e/httptools-0.7.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:38e0c83a2ea9746ebbd643bdfb521b9aa4a91703e2cd705c20443405d2fd16a5" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f25/bbaf1235e2770/httptools-0.7.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f25bbaf1235e27704f1a7b86cd3304eabc04f569c828101d94a0e605ef7205a5" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/2c1/5f37ef679ab9e/httptools-0.7.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:2c15f37ef679ab9ecc06bfc4e6e8628c32a8e4b305459de7cf6785acd57e4d03" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/7fe/6e96090df46b3/httptools-0.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7fe6e96090df46b36ccfaf746f03034e5ab723162bc51b0a4cf58305324036f2" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f72/fdbae2dbc6e68/httptools-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:f72fdbae2dbc6e68b8239defb48e6a5937b12218e6ffc2c7846cc37befa84362" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e99/c7b90a29fd82f/httptools-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e99c7b90a29fd82fea9ef57943d501a16f3404d7b9ee81799d41639bdaae412c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/3e1/4f530fefa7499/httptools-0.7.1-cp312-cp312-win_amd64.whl", hash = "sha256:3e14f530fefa7499334a79b0cf7e7cd2992870eb893526fb097d51b4f2d0f321" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/6ba/bce6cfa2a9954/httptools-0.7.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:6babce6cfa2a99545c60bfef8bee0cc0545413cb0018f617c8059a30ad985de3" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/601/b7628de750407/httptools-0.7.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:601b7628de7504077dd3dcb3791c6b8694bbd967148a6d1f01806509254fb1ca" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/04c/6c0e6c5fb0739/httptools-0.7.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:04c6c0e6c5fb0739c5b8a9eb046d298650a0ff38cf42537fc372b28dc7e4472c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/69d/4f9705c405ae3/httptools-0.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:69d4f9705c405ae3ee83d6a12283dc9feba8cc6aaec671b412917e644ab4fa66" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/44c/8f4347d4b3126/httptools-0.7.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:44c8f4347d4b31269c8a9205d8a5ee2df5322b09bbbd30f8f862185bb6b05346" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/465/275d76db4d554/httptools-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:465275d76db4d554918aba40bf1cbebe324670f3dfc979eaffaa5d108e2ed650" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/322/d00c2068d125b/httptools-0.7.1-cp313-cp313-win_amd64.whl", hash = "sha256:322d00c2068d125bd570f7bf78b2d367dad02b919d8581d7476d8b75b294e3e6" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c08/fe65728b8d70b/httptools-0.7.1-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:c08fe65728b8d70b6923ce31e3956f859d5e1e8548e6f22ec520a962c6757270" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/7ae/a2e3c3953521c/httptools-0.7.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:7aea2e3c3953521c3c51106ee11487a910d45586e351202474d45472db7d72d3" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/0e6/8b8582f4ea916/httptools-0.7.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:0e68b8582f4ea9166be62926077a3334064d422cf08ab87d8b74664f8e9058e1" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/df0/91cf961a3be78/httptools-0.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:df091cf961a3be783d6aebae963cc9b71e00d57fa6f149025075217bc6a55a7b" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f08/4813239e1eb40/httptools-0.7.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:f084813239e1eb403ddacd06a30de3d3e09a9b76e7894dcda2b22f8a726e9c60" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/734/7714368fb2b33/httptools-0.7.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:7347714368fb2b335e9063bc2b96f2f87a9ceffcd9758ac295f8bbcd3ffbc0ca" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/cfa/bda2a5bb85aa2/httptools-0.7.1-cp314-cp314-win_amd64.whl", hash = "sha256:cfabda2a5bb85aa2a904ce06d974a3f30fb36cc63d7feaddec05d2050acede96" },
]
[[package]]
name = "httpx"
version = "0.28.1"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "anyio" },
{ name = "certifi" },
{ name = "httpcore" },
{ name = "idna" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/75e/98c5f16b0f35b/httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/d90/9fcccc110f8c7/httpx-0.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad" },
]
[[package]]
name = "idna"
version = "3.11"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/795/dafcc9c04ed0c/idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/771/a87f49d9defaf/idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea" },
]
[[package]]
name = "iniconfig"
version = "2.3.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/c76/315c77db06865/iniconfig-2.3.0.tar.gz", hash = "sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/f63/1c04d2c48c52b/iniconfig-2.3.0-py3-none-any.whl", hash = "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12" },
]
[[package]]
name = "isodate"
version = "0.7.2"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/4cd/1aa0f43ca76f4/isodate-0.7.2.tar.gz", hash = "sha256:4cd1aa0f43ca76f4a6c6c0292a85f40b35ec2e43e315b59f06e6d32171a953e6" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/280/09937d8031054/isodate-0.7.2-py3-none-any.whl", hash = "sha256:28009937d8031054830160fce6d409ed342816b543597cece116d966c6d99e15" },
]
[[package]]
name = "isort"
version = "4.3.21"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/54d/a7e92468955c4/isort-4.3.21.tar.gz", hash = "sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/6e8/11fcb29596843/isort-4.3.21-py2.py3-none-any.whl", hash = "sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd" },
]
[[package]]
name = "itsdangerous"
version = "2.2.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/e00/50c0b7da1eea5/itsdangerous-2.2.0.tar.gz", hash = "sha256:e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/c62/42fc49e35958c/itsdangerous-2.2.0-py3-none-any.whl", hash = "sha256:c6242fc49e35958c8b15141343aa660db5fc54d4f13a1db01a3f5891b98700ef" },
]
[[package]]
name = "jinja2"
version = "3.1.6"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "markupsafe" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/013/7fb05990d35f1/jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/85e/ce4451f492d0c/jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67" },
]
[[package]]
name = "markdown-it-py"
version = "4.0.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "mdurl" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/cb0/a2b4aa34f932c/markdown_it_py-4.0.0.tar.gz", hash = "sha256:cb0a2b4aa34f932c007117b194e945bd74e0ec24133ceb5bac59009cda1cb9f3" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/873/27c59b172c501/markdown_it_py-4.0.0-py3-none-any.whl", hash = "sha256:87327c59b172c5011896038353a81343b6754500a08cd7a4973bb48c6d578147" },
]
[[package]]
name = "markupsafe"
version = "3.0.3"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/722/695808f4b6457/markupsafe-3.0.3.tar.gz", hash = "sha256:722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/d53/197da72cc091b/markupsafe-3.0.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d53197da72cc091b024dd97249dfc7794d6a56530370992a5e1a08983ad9230e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/187/2df69a4de6aea/markupsafe-3.0.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1872df69a4de6aead3491198eaf13810b565bdbeec3ae2dc8780f14458ec73ce" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/3a7/e8ae81ae39e62/markupsafe-3.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3a7e8ae81ae39e62a41ec302f972ba6ae23a5c5396c8e60113e9066ef893da0d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/d6d/d0be5b5b189d3/markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d6dd0be5b5b189d31db7cda48b91d7e0a9795f31430b7f271219ab30f1d3ac9d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/94c/6f0bb423f7391/markupsafe-3.0.3-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:94c6f0bb423f739146aec64595853541634bde58b2135f27f61c1ffd1cd4d16a" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/be8/813b57049a7dc/markupsafe-3.0.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:be8813b57049a7dc738189df53d69395eba14fb99345e0a5994914a3864c8a4b" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/838/91d0e9fb81a82/markupsafe-3.0.3-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:83891d0e9fb81a825d9a6d61e3f07550ca70a076484292a70fde82c4b807286f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/77f/0643abe7495da/markupsafe-3.0.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:77f0643abe7495da77fb436f50f8dab76dbc6e5fd25d39589a0f1fe6548bfa2b" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/d88/b440e37a16e65/markupsafe-3.0.3-cp312-cp312-win32.whl", hash = "sha256:d88b440e37a16e651bda4c7c2b930eb586fd15ca7406cb39e211fcff3bf3017d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/26a/5784ded40c9e3/markupsafe-3.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:26a5784ded40c9e318cfc2bdb30fe164bdb8665ded9cd64d500a34fb42067b1c" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/35a/dd3b638a5d900/markupsafe-3.0.3-cp312-cp312-win_arm64.whl", hash = "sha256:35add3b638a5d900e807944a078b51922212fb3dedb01633a8defc4b01a3c85f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e1c/f1972137e83c5/markupsafe-3.0.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e1cf1972137e83c5d4c136c43ced9ac51d0e124706ee1c8aa8532c1287fa8795" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/116/bb52f642a37c1/markupsafe-3.0.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:116bb52f642a37c115f517494ea5feb03889e04df47eeff5b130b1808ce7c219" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/133/a43e73a802c55/markupsafe-3.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:133a43e73a802c5562be9bbcd03d090aa5a1fe899db609c29e8c8d815c5f6de6" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/ccf/cd093f13f0f0b/markupsafe-3.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ccfcd093f13f0f0b7fdd0f198b90053bf7b2f02a3927a30e63f3ccc9df56b676" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/509/fa21c6deb7a7a/markupsafe-3.0.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:509fa21c6deb7a7a273d629cf5ec029bc209d1a51178615ddf718f5918992ab9" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/a4a/fe79fb3de0b70/markupsafe-3.0.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a4afe79fb3de0b7097d81da19090f4df4f8d3a2b3adaa8764138aac2e44f3af1" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/795/e7751525cae07/markupsafe-3.0.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:795e7751525cae078558e679d646ae45574b47ed6e7771863fcc079a6171a0fc" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/848/5f406a96febb5/markupsafe-3.0.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8485f406a96febb5140bfeca44a73e3ce5116b2501ac54fe953e488fb1d03b12" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/bdd/37121970bfd8b/markupsafe-3.0.3-cp313-cp313-win32.whl", hash = "sha256:bdd37121970bfd8be76c5fb069c7751683bdf373db1ed6c010162b2a130248ed" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/9a1/abfdc021a1648/markupsafe-3.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:9a1abfdc021a164803f4d485104931fb8f8c1efd55bc6b748d2f5774e78b62c5" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/7e6/8f88e5b8799aa/markupsafe-3.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:7e68f88e5b8799aa49c85cd116c932a1ac15caaa3f5db09087854d218359e485" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/218/551f6df4868a8/markupsafe-3.0.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:218551f6df4868a8d527e3062d0fb968682fe92054e89978594c28e642c43a73" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/352/4b778fe5cfb34/markupsafe-3.0.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:3524b778fe5cfb3452a09d31e7b5adefeea8c5be1d43c4f810ba09f2ceb29d37" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/4e8/85a3d1efa2ead/markupsafe-3.0.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4e885a3d1efa2eadc93c894a21770e4bc67899e3543680313b09f139e149ab19" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/870/9b08f4a89aa75/markupsafe-3.0.3-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8709b08f4a89aa7586de0aadc8da56180242ee0ada3999749b183aa23df95025" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/b85/12a91625c9b3d/markupsafe-3.0.3-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:b8512a91625c9b3da6f127803b166b629725e68af71f8184ae7e7d54686a56d6" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/9b7/9b7a16f7fedff/markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:9b79b7a16f7fedff2495d684f2b59b0457c3b493778c9eed31111be64d58279f" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/12c/63dfb4a98206f/markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:12c63dfb4a98206f045aa9563db46507995f7ef6d83b2f68eda65c307c6829eb" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/8f7/1bc33915be518/markupsafe-3.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:8f71bc33915be5186016f675cd83a1e08523649b0e33efdb898db577ef5bb009" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/69c/0b73548bc525c/markupsafe-3.0.3-cp313-cp313t-win32.whl", hash = "sha256:69c0b73548bc525c8cb9a251cddf1931d1db4d2258e9599c28c07ef3580ef354" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/1b4/b79e8ebf6b553/markupsafe-3.0.3-cp313-cp313t-win_amd64.whl", hash = "sha256:1b4b79e8ebf6b55351f0d91fe80f893b4743f104bff22e90697db1590e47a218" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/ad2/cf8aa28b8c020/markupsafe-3.0.3-cp313-cp313t-win_arm64.whl", hash = "sha256:ad2cf8aa28b8c020ab2fc8287b0f823d0a7d8630784c31e9ee5edea20f406287" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/eaa/9599de571d72e/markupsafe-3.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:eaa9599de571d72e2daf60164784109f19978b327a3910d3e9de8c97b5b70cfe" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/c47/a551199eb8eb2/markupsafe-3.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c47a551199eb8eb2121d4f0f15ae0f923d31350ab9280078d1e5f12b249e0026" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f34/c41761022dd09/markupsafe-3.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f34c41761022dd093b4b6896d4810782ffbabe30f2d443ff5f083e0cbbb8c737" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/457/a69a9577064c0/markupsafe-3.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:457a69a9577064c05a97c41f4e65148652db078a3a509039e64d3467b9e7ef97" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e8a/fc3f2ccfa2421/markupsafe-3.0.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e8afc3f2ccfa24215f8cb28dcf43f0113ac3c37c2f0f0806d8c70e4228c5cf4d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/ec1/5a59cf5af7be7/markupsafe-3.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:ec15a59cf5af7be74194f7ab02d0f59a62bdcf1a537677ce67a2537c9b87fcda" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/0eb/9ff8191e8498c/markupsafe-3.0.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:0eb9ff8191e8498cca014656ae6b8d61f39da5f95b488805da4bb029cccbfbaf" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/271/3baf880df847f/markupsafe-3.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2713baf880df847f2bece4230d4d094280f4e67b1e813eec43b4c0e144a34ffe" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/729/586769a26dbce/markupsafe-3.0.3-cp314-cp314-win32.whl", hash = "sha256:729586769a26dbceff69f7a7dbbf59ab6572b99d94576a5592625d5b411576b9" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/bdc/919ead48f2347/markupsafe-3.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:bdc919ead48f234740ad807933cdf545180bfbe9342c2bb451556db2ed958581" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/5a7/d5dc5140555cf/markupsafe-3.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:5a7d5dc5140555cf21a6fefbdbf8723f06fcd2f63ef108f2854de715e4422cb4" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/135/3ef0c1b138e19/markupsafe-3.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:1353ef0c1b138e1907ae78e2f6c63ff67501122006b0f9abad68fda5f4ffc6ab" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/108/5e7fbddd3be5f/markupsafe-3.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1085e7fbddd3be5f89cc898938f42c0b3c711fdcb37d75221de2666af647c175" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/1b5/2b4fb9df4eb9a/markupsafe-3.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1b52b4fb9df4eb9ae465f8d0c228a00624de2334f216f178a995ccdcf82c4634" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/fed/51ac40f757d41/markupsafe-3.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fed51ac40f757d41b7c48425901843666a6677e3e8eb0abcff09e4ba6e664f50" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f19/0daf01f13c72e/markupsafe-3.0.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:f190daf01f13c72eac4efd5c430a8de82489d9cff23c364c3ea822545032993e" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/e56/b7d45a839a697/markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e56b7d45a839a697b5eb268c82a71bd8c7f6c94d6fd50c3d577fa39a9f1409f5" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/f3e/98bb3798ead92/markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:f3e98bb3798ead92273dc0e5fd0f31ade220f59a266ffd8a4f6065e0a3ce0523" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/567/8211cb9333a64/markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:5678211cb9333a6468fb8d8be0305520aa073f50d17f089b5b4b477ea6e67fdc" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/915/c04ba3851909c/markupsafe-3.0.3-cp314-cp314t-win32.whl", hash = "sha256:915c04ba3851909ce68ccc2b8e2cd691618c4dc4c4232fb7982bca3f41fd8c3d" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/4fa/ffd047e07c388/markupsafe-3.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4faffd047e07c38848ce017e8725090413cd80cbc23d86e55c587bf979e579c9" },
{ url = "https://devpi.acsc.internal/root/pypi/+f/320/01d6a8fc98c8c/markupsafe-3.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:32001d6a8fc98c8cb5c947787c5d08b0a50663d139f1305bac5885d98d9b40fa" },
]
[[package]]
name = "mdurl"
version = "0.1.2"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/bb4/13d29f5eea38f/mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/840/08a41e51615a4/mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8" },
]
[[package]]
name = "multipart"
version = "1.3.1"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/211/d7cfc1a7a43e7/multipart-1.3.1.tar.gz", hash = "sha256:211d7cfc1a7a43e75c4d24ee0e8e0f4f61d522f1a21575303ae85333dea687bf" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/a82/b59e1befe74d3/multipart-1.3.1-py3-none-any.whl", hash = "sha256:a82b59e1befe74d3d30b3d3f70efd5a2eba4d938f845dcff9faace968888ff29" },
]
[[package]]
name = "mypy-extensions"
version = "1.1.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/52e/68efc3284861e/mypy_extensions-1.1.0.tar.gz", hash = "sha256:52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/1be/4cccdb0f24823/mypy_extensions-1.1.0-py3-none-any.whl", hash = "sha256:1be4cccdb0f2482337c4743e60421de3a356cd97508abadd57d47403e94f5505" },
]
[[package]]
name = "opensearch-protobufs"
version = "0.19.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "grpcio" },
{ name = "protobuf" },
]
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/513/7c9c2323cc7de/opensearch_protobufs-0.19.0-py3-none-any.whl", hash = "sha256:5137c9c2323cc7debb694754b820ca4cfb5fc8eb180c41ff125698c3ee11bfc2" },
]
[[package]]
name = "opensearch-py"
version = "3.1.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
dependencies = [
{ name = "certifi" },
{ name = "events" },
{ name = "opensearch-protobufs" },
{ name = "python-dateutil" },
{ name = "requests" },
{ name = "urllib3" },
]
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/883/573af13175ff1/opensearch_py-3.1.0.tar.gz", hash = "sha256:883573af13175ff102b61c80b77934a9e937bdcc40cda2b92051ad53336bc055" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/e5a/f83d0454323e6/opensearch_py-3.1.0-py3-none-any.whl", hash = "sha256:e5af83d0454323e6ea9ddee8c0dcc185c0181054592d23cb701da46271a3b65b" },
]
[[package]]
name = "packaging"
version = "26.0"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }
sdist = { url = "https://devpi.acsc.internal/root/pypi/+f/002/43ae351a25711/packaging-26.0.tar.gz", hash = "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4" }
wheels = [
{ url = "https://devpi.acsc.internal/root/pypi/+f/b36/f1fef9334a558/packaging-26.0-py3-none-any.whl", hash = "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529" },
]
[[package]]
name = "pathspec"
version = "1.0.4"
source = { registry = "https://devpi.acsc.internal/azul/stable/+simple" }