generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 469
Expand file tree
/
Copy pathpoetry.lock
More file actions
5114 lines (4738 loc) · 385 KB
/
poetry.lock
File metadata and controls
5114 lines (4738 loc) · 385 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
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.
[[package]]
name = "annotated-types"
version = "0.7.0"
description = "Reusable constraint types to use with typing.Annotated"
optional = false
python-versions = ">=3.8"
groups = ["main", "dev"]
files = [
{file = "annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53"},
{file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"},
]
markers = {main = "extra == \"all\" or extra == \"parser\""}
[[package]]
name = "anyio"
version = "4.12.0"
description = "High-level concurrency and networking framework on top of asyncio or Trio"
optional = false
python-versions = ">=3.9"
groups = ["main", "dev"]
files = [
{file = "anyio-4.12.0-py3-none-any.whl", hash = "sha256:dad2376a628f98eeca4881fc56cd06affd18f659b17a747d3ff0307ced94b1bb"},
{file = "anyio-4.12.0.tar.gz", hash = "sha256:73c693b567b0c55130c104d0b43a9baf3aa6a31fc6110116509f27bf75e21ec0"},
]
markers = {main = "extra == \"valkey\""}
[package.dependencies]
exceptiongroup = {version = ">=1.0.2", markers = "python_version < \"3.11\""}
idna = ">=2.8"
typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""}
[package.extras]
trio = ["trio (>=0.31.0) ; python_version < \"3.10\"", "trio (>=0.32.0) ; python_version >= \"3.10\""]
[[package]]
name = "argcomplete"
version = "3.6.3"
description = "Bash tab completion for argparse"
optional = false
python-versions = ">=3.8"
groups = ["dev"]
files = [
{file = "argcomplete-3.6.3-py3-none-any.whl", hash = "sha256:f5007b3a600ccac5d25bbce33089211dfd49eab4a7718da3f10e3082525a92ce"},
{file = "argcomplete-3.6.3.tar.gz", hash = "sha256:62e8ed4fd6a45864acc8235409461b72c9a28ee785a2011cc5eb78318786c89c"},
]
[package.extras]
test = ["coverage", "mypy", "pexpect", "ruff", "wheel"]
[[package]]
name = "async-timeout"
version = "5.0.1"
description = "Timeout context manager for asyncio programs"
optional = false
python-versions = ">=3.8"
groups = ["main", "dev"]
files = [
{file = "async_timeout-5.0.1-py3-none-any.whl", hash = "sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c"},
{file = "async_timeout-5.0.1.tar.gz", hash = "sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3"},
]
markers = {main = "python_full_version < \"3.11.3\" and extra == \"redis\"", dev = "python_full_version < \"3.11.3\""}
[[package]]
name = "attrs"
version = "25.4.0"
description = "Classes Without Boilerplate"
optional = false
python-versions = ">=3.9"
groups = ["main", "dev"]
files = [
{file = "attrs-25.4.0-py3-none-any.whl", hash = "sha256:adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373"},
{file = "attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11"},
]
markers = {main = "extra == \"all\" or extra == \"datamasking\""}
[[package]]
name = "avro"
version = "1.12.1"
description = "Avro is a serialization and RPC framework."
optional = false
python-versions = ">=3.9"
groups = ["main", "dev"]
files = [
{file = "avro-1.12.1-py2.py3-none-any.whl", hash = "sha256:970475dd6457924533966fe761be607c759d5a48390cc8fbed472f7c9a8868f2"},
{file = "avro-1.12.1.tar.gz", hash = "sha256:c5b8dd2dd4c10816f0dc127cc29cfd43b5e405cf7e6840e89460a024bf3d098d"},
]
[package.extras]
snappy = ["python-snappy"]
zstandard = ["zstandard"]
[[package]]
name = "aws-cdk-asset-awscli-v1"
version = "2.2.263"
description = "A library that contains the AWS CLI for use in Lambda Layers"
optional = false
python-versions = "~=3.9"
groups = ["dev"]
files = [
{file = "aws_cdk_asset_awscli_v1-2.2.263-py3-none-any.whl", hash = "sha256:185150757d4216ea982d7b35596de5b3d767776be00cd78cacce02eaa08f8851"},
{file = "aws_cdk_asset_awscli_v1-2.2.263.tar.gz", hash = "sha256:657605260ace055fac4ae30a6fb84a80504a6e24ce0b1d278913d4db4bafa266"},
]
[package.dependencies]
jsii = ">=1.125.0,<2.0.0"
publication = ">=0.0.3"
typeguard = "2.13.3"
[[package]]
name = "aws-cdk-asset-node-proxy-agent-v6"
version = "2.1.0"
description = "@aws-cdk/asset-node-proxy-agent-v6"
optional = false
python-versions = "~=3.8"
groups = ["dev"]
files = [
{file = "aws_cdk.asset_node_proxy_agent_v6-2.1.0-py3-none-any.whl", hash = "sha256:24a388b69a44d03bae6dbf864c4e25ba650d4b61c008b4568b94ffbb9a69e40e"},
{file = "aws_cdk_asset_node_proxy_agent_v6-2.1.0.tar.gz", hash = "sha256:1f292c0631f86708ba4ee328b3a2b229f7e46ea1c79fbde567ee9eb119c2b0e2"},
]
[package.dependencies]
jsii = ">=1.103.1,<2.0.0"
publication = ">=0.0.3"
typeguard = ">=2.13.3,<5.0.0"
[[package]]
name = "aws-cdk-aws-apigatewayv2-alpha"
version = "2.114.1a0"
description = "This module is deprecated. All constructs are now available under aws-cdk-lib/aws-apigatewayv2"
optional = false
python-versions = "~=3.8"
groups = ["dev"]
files = [
{file = "aws-cdk.aws-apigatewayv2-alpha-2.114.1a0.tar.gz", hash = "sha256:9e8c3131f4fa3e0926eb3d76aeacd578a6aa51f95b39c10a86112c991bb75864"},
{file = "aws_cdk.aws_apigatewayv2_alpha-2.114.1a0-py3-none-any.whl", hash = "sha256:a101ce56d846976ad1c8020054dfe73fd9f45afdbe71f2a297acc84c1a201403"},
]
[package.dependencies]
aws-cdk-lib = ">=2.114.1,<3.0.0"
constructs = ">=10.0.0,<11.0.0"
jsii = ">=1.92.0,<2.0.0"
publication = ">=0.0.3"
typeguard = ">=2.13.3,<2.14.0"
[[package]]
name = "aws-cdk-aws-apigatewayv2-authorizers-alpha"
version = "2.114.1a0"
description = "This module is deprecated. All constructs are now available under aws-cdk-lib/aws-apigatewayv2-authorizers"
optional = false
python-versions = "~=3.8"
groups = ["dev"]
files = [
{file = "aws-cdk.aws-apigatewayv2-authorizers-alpha-2.114.1a0.tar.gz", hash = "sha256:ee290e2ed0f1506dbbb12b3b8963f50b379121759077002c265977fbaf18fd9f"},
{file = "aws_cdk.aws_apigatewayv2_authorizers_alpha-2.114.1a0-py3-none-any.whl", hash = "sha256:2576e1ce06dab314020bff50f5d59b8715a7adf18106eac811028c22f61c9baa"},
]
[package.dependencies]
"aws-cdk.aws-apigatewayv2-alpha" = "2.114.1.a0"
aws-cdk-lib = ">=2.114.1,<3.0.0"
constructs = ">=10.0.0,<11.0.0"
jsii = ">=1.92.0,<2.0.0"
publication = ">=0.0.3"
typeguard = ">=2.13.3,<2.14.0"
[[package]]
name = "aws-cdk-aws-apigatewayv2-integrations-alpha"
version = "2.114.1a0"
description = "This module is deprecated. All constructs are now available under aws-cdk-lib/aws-apigatewayv2-integrations"
optional = false
python-versions = "~=3.8"
groups = ["dev"]
files = [
{file = "aws-cdk.aws-apigatewayv2-integrations-alpha-2.114.1a0.tar.gz", hash = "sha256:19e1824b577683e7d3c2b01fd58c176ebe4c7b8d1b4af4cfdc3893d3ffbac9af"},
{file = "aws_cdk.aws_apigatewayv2_integrations_alpha-2.114.1a0-py3-none-any.whl", hash = "sha256:1e440a70e6b4cbe077c95ffdd3fd0cfb3962f90762ea2e973eaa2ab7719ccb2c"},
]
[package.dependencies]
"aws-cdk.aws-apigatewayv2-alpha" = "2.114.1.a0"
aws-cdk-lib = ">=2.114.1,<3.0.0"
constructs = ">=10.0.0,<11.0.0"
jsii = ">=1.92.0,<2.0.0"
publication = ">=0.0.3"
typeguard = ">=2.13.3,<2.14.0"
[[package]]
name = "aws-cdk-aws-appsync-alpha"
version = "2.59.0a0"
description = "The CDK Construct Library for AWS::AppSync"
optional = false
python-versions = "~=3.7"
groups = ["dev"]
files = [
{file = "aws-cdk.aws-appsync-alpha-2.59.0a0.tar.gz", hash = "sha256:f5c7773b70b759efd576561dc3d71af5762a6f7cbc9ee9eef5e538c7ab3dccc7"},
{file = "aws_cdk.aws_appsync_alpha-2.59.0a0-py3-none-any.whl", hash = "sha256:ecc235f1f70d404c8d03cf250be0227becd14c468f8c43b6d9df334a1d60c8e2"},
]
[package.dependencies]
aws-cdk-lib = ">=2.59.0,<3.0.0"
constructs = ">=10.0.0,<11.0.0"
jsii = ">=1.72.0,<2.0.0"
publication = ">=0.0.3"
typeguard = ">=2.13.3,<2.14.0"
[[package]]
name = "aws-cdk-aws-lambda-python-alpha"
version = "2.240.0a0"
description = "The CDK Construct Library for AWS Lambda in Python"
optional = false
python-versions = "~=3.9"
groups = ["dev"]
files = [
{file = "aws_cdk_aws_lambda_python_alpha-2.240.0a0-py3-none-any.whl", hash = "sha256:83579e5b793cc2278259064ec25803d63cb8b982fd81f65ca023c38cb667a1b2"},
{file = "aws_cdk_aws_lambda_python_alpha-2.240.0a0.tar.gz", hash = "sha256:aa1c0000ea45b6e29e915ce1a226b4065dec46268a9dda5f27ee0882f8eabdea"},
]
[package.dependencies]
aws-cdk-lib = ">=2.240.0,<3.0.0"
constructs = ">=10.5.0,<11.0.0"
jsii = ">=1.126.0,<2.0.0"
publication = ">=0.0.3"
typeguard = "2.13.3"
[[package]]
name = "aws-cdk-cloud-assembly-schema"
version = "50.4.0"
description = "Schema for the protocol between CDK framework and CDK CLI"
optional = false
python-versions = "~=3.9"
groups = ["dev"]
files = [
{file = "aws_cdk_cloud_assembly_schema-50.4.0-py3-none-any.whl", hash = "sha256:3f98f06d99f68f5bae5c72f0f392494dd3ef4211197afd0e75cfe1d5fc487d1c"},
{file = "aws_cdk_cloud_assembly_schema-50.4.0.tar.gz", hash = "sha256:c9aa7a108ca63f3880f26594166d3e8c16b504a50424011baf785231dc009f30"},
]
[package.dependencies]
jsii = ">=1.121.0,<2.0.0"
publication = ">=0.0.3"
typeguard = "2.13.3"
[[package]]
name = "aws-cdk-lib"
version = "2.240.0"
description = "Version 2 of the AWS Cloud Development Kit library"
optional = false
python-versions = "~=3.9"
groups = ["dev"]
files = [
{file = "aws_cdk_lib-2.240.0-py3-none-any.whl", hash = "sha256:6ba3343885e0ad10cb38981ea4f7e6c721253519d2601af9d6784bb5787d1292"},
{file = "aws_cdk_lib-2.240.0.tar.gz", hash = "sha256:096fcb3efd41ba30cdcee0c97a54537f6cb3ab9e53a1f0ed68981a8b86860784"},
]
[package.dependencies]
"aws-cdk.asset-awscli-v1" = "2.2.263"
"aws-cdk.asset-node-proxy-agent-v6" = ">=2.1.0,<3.0.0"
"aws-cdk.cloud-assembly-schema" = ">=50.3.0,<51.0.0"
constructs = ">=10.5.0,<11.0.0"
jsii = ">=1.126.0,<2.0.0"
publication = ">=0.0.3"
typeguard = "2.13.3"
[[package]]
name = "aws-encryption-sdk"
version = "4.0.3"
description = "AWS Encryption SDK implementation for Python"
optional = true
python-versions = "*"
groups = ["main"]
markers = "extra == \"all\" or extra == \"datamasking\""
files = [
{file = "aws_encryption_sdk-4.0.3-py2.py3-none-any.whl", hash = "sha256:2f56993bdc5963c656e5b417ed62d1da46ee7a3c438c3ea5dfca89f3f7a86e4b"},
{file = "aws_encryption_sdk-4.0.3.tar.gz", hash = "sha256:f715ad55bec6bd215563cd5bb103b39fa59c504cbf90a024094c36ce0ec9de1c"},
]
[package.dependencies]
attrs = ">=17.4.0"
boto3 = ">=1.10.0"
cryptography = ">=3.4.6"
wrapt = ">=1.10.11"
[package.extras]
mpl = ["aws-cryptographic-material-providers (>=1.7.4,<=1.11.1)"]
[[package]]
name = "aws-requests-auth"
version = "0.4.3"
description = "AWS signature version 4 signing process for the python requests module"
optional = false
python-versions = "*"
groups = ["dev"]
files = [
{file = "aws-requests-auth-0.4.3.tar.gz", hash = "sha256:33593372018b960a31dbbe236f89421678b885c35f0b6a7abfae35bb77e069b2"},
{file = "aws_requests_auth-0.4.3-py2.py3-none-any.whl", hash = "sha256:646bc37d62140ea1c709d20148f5d43197e6bd2d63909eb36fa4bb2345759977"},
]
[package.dependencies]
requests = ">=0.14.0"
[[package]]
name = "aws-sam-translator"
version = "1.105.0"
description = "AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates"
optional = false
python-versions = "!=4.0,<=4.0,>=3.8"
groups = ["dev"]
files = [
{file = "aws_sam_translator-1.105.0-py3-none-any.whl", hash = "sha256:395930e3caa0a67e2432bf09199fa5a60edb71c2b8f05ab4b03a6f6b3fb758b7"},
{file = "aws_sam_translator-1.105.0.tar.gz", hash = "sha256:472829abf114e7c47112d88f9b3c27585e9c9b44f9d090d1ab9bc4d235bc12b7"},
]
[package.dependencies]
boto3 = ">=1.34.0,<2.0.0"
jsonschema = ">=3.2,<5"
pydantic = ">=1.8,<1.10.15 || >1.10.15,<1.10.17 || >1.10.17,<3"
typing_extensions = ">=4.4"
[package.extras]
dev = ["black (==24.3.0)", "boto3 (>=1.34.0,<2.0.0)", "boto3-stubs[appconfig,serverlessrepo] (>=1.34.0,<2.0.0)", "cloudformation-cli (>=0.2.39,<0.3.0)", "coverage (>=5.3,<8)", "dateparser (>=1.1,<2.0)", "mypy (>=1.3.0,<1.4.0)", "parameterized (>=0.7,<1.0)", "pytest (>=6.2,<8)", "pytest-cov (>=2.10,<5)", "pytest-env (>=0.6,<1)", "pytest-rerunfailures (>=9.1,<12)", "pytest-xdist (>=2.5,<4)", "pyyaml (>=6.0,<7.0)", "requests (>=2.28,<3.0)", "ruamel.yaml (==0.17.21)", "ruff (>=0.4.5,<0.5.0)", "tenacity (>=9.0,<10.0)", "types-PyYAML (>=6.0,<7.0)", "types-jsonschema (>=3.2,<4.0)"]
[[package]]
name = "aws-xray-sdk"
version = "2.15.0"
description = "The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and emit information from within their applications to the AWS X-Ray service."
optional = true
python-versions = ">=3.7"
groups = ["main"]
markers = "extra == \"all\" or extra == \"tracer\""
files = [
{file = "aws_xray_sdk-2.15.0-py2.py3-none-any.whl", hash = "sha256:422d62ad7d52e373eebb90b642eb1bb24657afe03b22a8df4a8b2e5108e278a3"},
{file = "aws_xray_sdk-2.15.0.tar.gz", hash = "sha256:794381b96e835314345068ae1dd3b9120bd8b4e21295066c37e8814dbb341365"},
]
[package.dependencies]
botocore = ">=1.11.3"
wrapt = "*"
[[package]]
name = "babel"
version = "2.17.0"
description = "Internationalization utilities"
optional = false
python-versions = ">=3.8"
groups = ["dev"]
files = [
{file = "babel-2.17.0-py3-none-any.whl", hash = "sha256:4d0b53093fdfb4b21c92b5213dba5a1b23885afa8383709427046b21c366e5f2"},
{file = "babel-2.17.0.tar.gz", hash = "sha256:0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d"},
]
[package.extras]
dev = ["backports.zoneinfo ; python_version < \"3.9\"", "freezegun (>=1.0,<2.0)", "jinja2 (>=3.0)", "pytest (>=6.0)", "pytest-cov", "pytz", "setuptools", "tzdata ; sys_platform == \"win32\""]
[[package]]
name = "backports-asyncio-runner"
version = "1.2.0"
description = "Backport of asyncio.Runner, a context manager that controls event loop life cycle."
optional = false
python-versions = "<3.11,>=3.8"
groups = ["dev"]
markers = "python_version == \"3.10\""
files = [
{file = "backports_asyncio_runner-1.2.0-py3-none-any.whl", hash = "sha256:0da0a936a8aeb554eccb426dc55af3ba63bcdc69fa1a600b5bb305413a4477b5"},
{file = "backports_asyncio_runner-1.2.0.tar.gz", hash = "sha256:a5aa7b2b7d8f8bfcaa2b57313f70792df84e32a2a746f585213373f900b42162"},
]
[[package]]
name = "backrefs"
version = "6.1"
description = "A wrapper around re and regex that adds additional back references."
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "backrefs-6.1-py310-none-any.whl", hash = "sha256:2a2ccb96302337ce61ee4717ceacfbf26ba4efb1d55af86564b8bbaeda39cac1"},
{file = "backrefs-6.1-py311-none-any.whl", hash = "sha256:e82bba3875ee4430f4de4b6db19429a27275d95a5f3773c57e9e18abc23fd2b7"},
{file = "backrefs-6.1-py312-none-any.whl", hash = "sha256:c64698c8d2269343d88947c0735cb4b78745bd3ba590e10313fbf3f78c34da5a"},
{file = "backrefs-6.1-py313-none-any.whl", hash = "sha256:4c9d3dc1e2e558965202c012304f33d4e0e477e1c103663fd2c3cc9bb18b0d05"},
{file = "backrefs-6.1-py314-none-any.whl", hash = "sha256:13eafbc9ccd5222e9c1f0bec563e6d2a6d21514962f11e7fc79872fd56cbc853"},
{file = "backrefs-6.1-py39-none-any.whl", hash = "sha256:a9e99b8a4867852cad177a6430e31b0f6e495d65f8c6c134b68c14c3c95bf4b0"},
{file = "backrefs-6.1.tar.gz", hash = "sha256:3bba1749aafe1db9b915f00e0dd166cba613b6f788ffd63060ac3485dc9be231"},
]
[package.extras]
extras = ["regex"]
[[package]]
name = "bandit"
version = "1.9.3"
description = "Security oriented static analyser for python code."
optional = false
python-versions = ">=3.10"
groups = ["dev"]
files = [
{file = "bandit-1.9.3-py3-none-any.whl", hash = "sha256:4745917c88d2246def79748bde5e08b9d5e9b92f877863d43fab70cd8814ce6a"},
{file = "bandit-1.9.3.tar.gz", hash = "sha256:ade4b9b7786f89ef6fc7344a52b34558caec5da74cb90373aed01de88472f774"},
]
[package.dependencies]
colorama = {version = ">=0.3.9", markers = "platform_system == \"Windows\""}
PyYAML = ">=5.3.1"
rich = "*"
stevedore = ">=1.20.0"
[package.extras]
baseline = ["GitPython (>=3.1.30)"]
sarif = ["jschema-to-python (>=1.2.3)", "sarif-om (>=1.0.4)"]
test = ["beautifulsoup4 (>=4.8.0)", "coverage (>=4.5.4)", "fixtures (>=3.0.0)", "flake8 (>=4.0.0)", "pylint (==1.9.4)", "stestr (>=2.5.0)", "testscenarios (>=0.5.0)", "testtools (>=2.3.0)"]
toml = ["tomli (>=1.1.0) ; python_version < \"3.11\""]
yaml = ["PyYAML"]
[[package]]
name = "beautifulsoup4"
version = "4.14.3"
description = "Screen-scraping library"
optional = false
python-versions = ">=3.7.0"
groups = ["dev"]
files = [
{file = "beautifulsoup4-4.14.3-py3-none-any.whl", hash = "sha256:0918bfe44902e6ad8d57732ba310582e98da931428d231a5ecb9e7c703a735bb"},
{file = "beautifulsoup4-4.14.3.tar.gz", hash = "sha256:6292b1c5186d356bba669ef9f7f051757099565ad9ada5dd630bd9de5fa7fb86"},
]
[package.dependencies]
soupsieve = ">=1.6.1"
typing-extensions = ">=4.0.0"
[package.extras]
cchardet = ["cchardet"]
chardet = ["chardet"]
charset-normalizer = ["charset-normalizer"]
html5lib = ["html5lib"]
lxml = ["lxml"]
[[package]]
name = "boto3"
version = "1.42.10"
description = "The AWS SDK for Python"
optional = false
python-versions = ">=3.9"
groups = ["main", "dev"]
files = [
{file = "boto3-1.42.10-py3-none-any.whl", hash = "sha256:70720926eab4306a724414286480ec4efa301f3e67e5a53ad4b62f6eb6dbd5b4"},
{file = "boto3-1.42.10.tar.gz", hash = "sha256:8b7a1eb83ab7f0c89bb449ccac400eeca6f4ba6e33ba312e2281c6d864602bc3"},
]
[package.dependencies]
botocore = ">=1.42.10,<1.43.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.16.0,<0.17.0"
[package.extras]
crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]]
name = "boto3-stubs"
version = "1.42.26"
description = "Type annotations for boto3 1.42.26 generated with mypy-boto3-builder 8.12.0"
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "boto3_stubs-1.42.26-py3-none-any.whl", hash = "sha256:009e6763a3fe4013293abb64b8bc92593361f8deb1e961b844ba645b2d6f70f2"},
{file = "boto3_stubs-1.42.26.tar.gz", hash = "sha256:537b38828ae036a40ac103fc2bcc520e933759816da9cabfbfece9ed175d7c7e"},
]
[package.dependencies]
botocore-stubs = "*"
mypy-boto3-appconfig = {version = ">=1.42.0,<1.43.0", optional = true, markers = "extra == \"appconfig\""}
mypy-boto3-appconfigdata = {version = ">=1.42.0,<1.43.0", optional = true, markers = "extra == \"appconfigdata\""}
mypy-boto3-cloudformation = {version = ">=1.42.0,<1.43.0", optional = true, markers = "extra == \"cloudformation\""}
mypy-boto3-cloudwatch = {version = ">=1.42.0,<1.43.0", optional = true, markers = "extra == \"cloudwatch\""}
mypy-boto3-dynamodb = {version = ">=1.42.0,<1.43.0", optional = true, markers = "extra == \"dynamodb\""}
mypy-boto3-lambda = {version = ">=1.42.0,<1.43.0", optional = true, markers = "extra == \"lambda\""}
mypy-boto3-logs = {version = ">=1.42.0,<1.43.0", optional = true, markers = "extra == \"logs\""}
mypy-boto3-s3 = {version = ">=1.42.0,<1.43.0", optional = true, markers = "extra == \"s3\""}
mypy-boto3-secretsmanager = {version = ">=1.42.0,<1.43.0", optional = true, markers = "extra == \"secretsmanager\""}
mypy-boto3-ssm = {version = ">=1.42.0,<1.43.0", optional = true, markers = "extra == \"ssm\""}
mypy-boto3-xray = {version = ">=1.42.0,<1.43.0", optional = true, markers = "extra == \"xray\""}
types-s3transfer = "*"
typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.12\""}
[package.extras]
accessanalyzer = ["mypy-boto3-accessanalyzer (>=1.42.0,<1.43.0)"]
account = ["mypy-boto3-account (>=1.42.0,<1.43.0)"]
acm = ["mypy-boto3-acm (>=1.42.0,<1.43.0)"]
acm-pca = ["mypy-boto3-acm-pca (>=1.42.0,<1.43.0)"]
aiops = ["mypy-boto3-aiops (>=1.42.0,<1.43.0)"]
all = ["mypy-boto3-accessanalyzer (>=1.42.0,<1.43.0)", "mypy-boto3-account (>=1.42.0,<1.43.0)", "mypy-boto3-acm (>=1.42.0,<1.43.0)", "mypy-boto3-acm-pca (>=1.42.0,<1.43.0)", "mypy-boto3-aiops (>=1.42.0,<1.43.0)", "mypy-boto3-amp (>=1.42.0,<1.43.0)", "mypy-boto3-amplify (>=1.42.0,<1.43.0)", "mypy-boto3-amplifybackend (>=1.42.0,<1.43.0)", "mypy-boto3-amplifyuibuilder (>=1.42.0,<1.43.0)", "mypy-boto3-apigateway (>=1.42.0,<1.43.0)", "mypy-boto3-apigatewaymanagementapi (>=1.42.0,<1.43.0)", "mypy-boto3-apigatewayv2 (>=1.42.0,<1.43.0)", "mypy-boto3-appconfig (>=1.42.0,<1.43.0)", "mypy-boto3-appconfigdata (>=1.42.0,<1.43.0)", "mypy-boto3-appfabric (>=1.42.0,<1.43.0)", "mypy-boto3-appflow (>=1.42.0,<1.43.0)", "mypy-boto3-appintegrations (>=1.42.0,<1.43.0)", "mypy-boto3-application-autoscaling (>=1.42.0,<1.43.0)", "mypy-boto3-application-insights (>=1.42.0,<1.43.0)", "mypy-boto3-application-signals (>=1.42.0,<1.43.0)", "mypy-boto3-applicationcostprofiler (>=1.42.0,<1.43.0)", "mypy-boto3-appmesh (>=1.42.0,<1.43.0)", "mypy-boto3-apprunner (>=1.42.0,<1.43.0)", "mypy-boto3-appstream (>=1.42.0,<1.43.0)", "mypy-boto3-appsync (>=1.42.0,<1.43.0)", "mypy-boto3-arc-region-switch (>=1.42.0,<1.43.0)", "mypy-boto3-arc-zonal-shift (>=1.42.0,<1.43.0)", "mypy-boto3-artifact (>=1.42.0,<1.43.0)", "mypy-boto3-athena (>=1.42.0,<1.43.0)", "mypy-boto3-auditmanager (>=1.42.0,<1.43.0)", "mypy-boto3-autoscaling (>=1.42.0,<1.43.0)", "mypy-boto3-autoscaling-plans (>=1.42.0,<1.43.0)", "mypy-boto3-b2bi (>=1.42.0,<1.43.0)", "mypy-boto3-backup (>=1.42.0,<1.43.0)", "mypy-boto3-backup-gateway (>=1.42.0,<1.43.0)", "mypy-boto3-backupsearch (>=1.42.0,<1.43.0)", "mypy-boto3-batch (>=1.42.0,<1.43.0)", "mypy-boto3-bcm-dashboards (>=1.42.0,<1.43.0)", "mypy-boto3-bcm-data-exports (>=1.42.0,<1.43.0)", "mypy-boto3-bcm-pricing-calculator (>=1.42.0,<1.43.0)", "mypy-boto3-bcm-recommended-actions (>=1.42.0,<1.43.0)", "mypy-boto3-bedrock (>=1.42.0,<1.43.0)", "mypy-boto3-bedrock-agent (>=1.42.0,<1.43.0)", "mypy-boto3-bedrock-agent-runtime (>=1.42.0,<1.43.0)", "mypy-boto3-bedrock-agentcore (>=1.42.0,<1.43.0)", "mypy-boto3-bedrock-agentcore-control (>=1.42.0,<1.43.0)", "mypy-boto3-bedrock-data-automation (>=1.42.0,<1.43.0)", "mypy-boto3-bedrock-data-automation-runtime (>=1.42.0,<1.43.0)", "mypy-boto3-bedrock-runtime (>=1.42.0,<1.43.0)", "mypy-boto3-billing (>=1.42.0,<1.43.0)", "mypy-boto3-billingconductor (>=1.42.0,<1.43.0)", "mypy-boto3-braket (>=1.42.0,<1.43.0)", "mypy-boto3-budgets (>=1.42.0,<1.43.0)", "mypy-boto3-ce (>=1.42.0,<1.43.0)", "mypy-boto3-chatbot (>=1.42.0,<1.43.0)", "mypy-boto3-chime (>=1.42.0,<1.43.0)", "mypy-boto3-chime-sdk-identity (>=1.42.0,<1.43.0)", "mypy-boto3-chime-sdk-media-pipelines (>=1.42.0,<1.43.0)", "mypy-boto3-chime-sdk-meetings (>=1.42.0,<1.43.0)", "mypy-boto3-chime-sdk-messaging (>=1.42.0,<1.43.0)", "mypy-boto3-chime-sdk-voice (>=1.42.0,<1.43.0)", "mypy-boto3-cleanrooms (>=1.42.0,<1.43.0)", "mypy-boto3-cleanroomsml (>=1.42.0,<1.43.0)", "mypy-boto3-cloud9 (>=1.42.0,<1.43.0)", "mypy-boto3-cloudcontrol (>=1.42.0,<1.43.0)", "mypy-boto3-clouddirectory (>=1.42.0,<1.43.0)", "mypy-boto3-cloudformation (>=1.42.0,<1.43.0)", "mypy-boto3-cloudfront (>=1.42.0,<1.43.0)", "mypy-boto3-cloudfront-keyvaluestore (>=1.42.0,<1.43.0)", "mypy-boto3-cloudhsm (>=1.42.0,<1.43.0)", "mypy-boto3-cloudhsmv2 (>=1.42.0,<1.43.0)", "mypy-boto3-cloudsearch (>=1.42.0,<1.43.0)", "mypy-boto3-cloudsearchdomain (>=1.42.0,<1.43.0)", "mypy-boto3-cloudtrail (>=1.42.0,<1.43.0)", "mypy-boto3-cloudtrail-data (>=1.42.0,<1.43.0)", "mypy-boto3-cloudwatch (>=1.42.0,<1.43.0)", "mypy-boto3-codeartifact (>=1.42.0,<1.43.0)", "mypy-boto3-codebuild (>=1.42.0,<1.43.0)", "mypy-boto3-codecatalyst (>=1.42.0,<1.43.0)", "mypy-boto3-codecommit (>=1.42.0,<1.43.0)", "mypy-boto3-codeconnections (>=1.42.0,<1.43.0)", "mypy-boto3-codedeploy (>=1.42.0,<1.43.0)", "mypy-boto3-codeguru-reviewer (>=1.42.0,<1.43.0)", "mypy-boto3-codeguru-security (>=1.42.0,<1.43.0)", "mypy-boto3-codeguruprofiler (>=1.42.0,<1.43.0)", "mypy-boto3-codepipeline (>=1.42.0,<1.43.0)", "mypy-boto3-codestar-connections (>=1.42.0,<1.43.0)", "mypy-boto3-codestar-notifications (>=1.42.0,<1.43.0)", "mypy-boto3-cognito-identity (>=1.42.0,<1.43.0)", "mypy-boto3-cognito-idp (>=1.42.0,<1.43.0)", "mypy-boto3-cognito-sync (>=1.42.0,<1.43.0)", "mypy-boto3-comprehend (>=1.42.0,<1.43.0)", "mypy-boto3-comprehendmedical (>=1.42.0,<1.43.0)", "mypy-boto3-compute-optimizer (>=1.42.0,<1.43.0)", "mypy-boto3-compute-optimizer-automation (>=1.42.0,<1.43.0)", "mypy-boto3-config (>=1.42.0,<1.43.0)", "mypy-boto3-connect (>=1.42.0,<1.43.0)", "mypy-boto3-connect-contact-lens (>=1.42.0,<1.43.0)", "mypy-boto3-connectcampaigns (>=1.42.0,<1.43.0)", "mypy-boto3-connectcampaignsv2 (>=1.42.0,<1.43.0)", "mypy-boto3-connectcases (>=1.42.0,<1.43.0)", "mypy-boto3-connectparticipant (>=1.42.0,<1.43.0)", "mypy-boto3-controlcatalog (>=1.42.0,<1.43.0)", "mypy-boto3-controltower (>=1.42.0,<1.43.0)", "mypy-boto3-cost-optimization-hub (>=1.42.0,<1.43.0)", "mypy-boto3-cur (>=1.42.0,<1.43.0)", "mypy-boto3-customer-profiles (>=1.42.0,<1.43.0)", "mypy-boto3-databrew (>=1.42.0,<1.43.0)", "mypy-boto3-dataexchange (>=1.42.0,<1.43.0)", "mypy-boto3-datapipeline (>=1.42.0,<1.43.0)", "mypy-boto3-datasync (>=1.42.0,<1.43.0)", "mypy-boto3-datazone (>=1.42.0,<1.43.0)", "mypy-boto3-dax (>=1.42.0,<1.43.0)", "mypy-boto3-deadline (>=1.42.0,<1.43.0)", "mypy-boto3-detective (>=1.42.0,<1.43.0)", "mypy-boto3-devicefarm (>=1.42.0,<1.43.0)", "mypy-boto3-devops-guru (>=1.42.0,<1.43.0)", "mypy-boto3-directconnect (>=1.42.0,<1.43.0)", "mypy-boto3-discovery (>=1.42.0,<1.43.0)", "mypy-boto3-dlm (>=1.42.0,<1.43.0)", "mypy-boto3-dms (>=1.42.0,<1.43.0)", "mypy-boto3-docdb (>=1.42.0,<1.43.0)", "mypy-boto3-docdb-elastic (>=1.42.0,<1.43.0)", "mypy-boto3-drs (>=1.42.0,<1.43.0)", "mypy-boto3-ds (>=1.42.0,<1.43.0)", "mypy-boto3-ds-data (>=1.42.0,<1.43.0)", "mypy-boto3-dsql (>=1.42.0,<1.43.0)", "mypy-boto3-dynamodb (>=1.42.0,<1.43.0)", "mypy-boto3-dynamodbstreams (>=1.42.0,<1.43.0)", "mypy-boto3-ebs (>=1.42.0,<1.43.0)", "mypy-boto3-ec2 (>=1.42.0,<1.43.0)", "mypy-boto3-ec2-instance-connect (>=1.42.0,<1.43.0)", "mypy-boto3-ecr (>=1.42.0,<1.43.0)", "mypy-boto3-ecr-public (>=1.42.0,<1.43.0)", "mypy-boto3-ecs (>=1.42.0,<1.43.0)", "mypy-boto3-efs (>=1.42.0,<1.43.0)", "mypy-boto3-eks (>=1.42.0,<1.43.0)", "mypy-boto3-eks-auth (>=1.42.0,<1.43.0)", "mypy-boto3-elasticache (>=1.42.0,<1.43.0)", "mypy-boto3-elasticbeanstalk (>=1.42.0,<1.43.0)", "mypy-boto3-elb (>=1.42.0,<1.43.0)", "mypy-boto3-elbv2 (>=1.42.0,<1.43.0)", "mypy-boto3-emr (>=1.42.0,<1.43.0)", "mypy-boto3-emr-containers (>=1.42.0,<1.43.0)", "mypy-boto3-emr-serverless (>=1.42.0,<1.43.0)", "mypy-boto3-entityresolution (>=1.42.0,<1.43.0)", "mypy-boto3-es (>=1.42.0,<1.43.0)", "mypy-boto3-events (>=1.42.0,<1.43.0)", "mypy-boto3-evidently (>=1.42.0,<1.43.0)", "mypy-boto3-evs (>=1.42.0,<1.43.0)", "mypy-boto3-finspace (>=1.42.0,<1.43.0)", "mypy-boto3-finspace-data (>=1.42.0,<1.43.0)", "mypy-boto3-firehose (>=1.42.0,<1.43.0)", "mypy-boto3-fis (>=1.42.0,<1.43.0)", "mypy-boto3-fms (>=1.42.0,<1.43.0)", "mypy-boto3-forecast (>=1.42.0,<1.43.0)", "mypy-boto3-forecastquery (>=1.42.0,<1.43.0)", "mypy-boto3-frauddetector (>=1.42.0,<1.43.0)", "mypy-boto3-freetier (>=1.42.0,<1.43.0)", "mypy-boto3-fsx (>=1.42.0,<1.43.0)", "mypy-boto3-gamelift (>=1.42.0,<1.43.0)", "mypy-boto3-gameliftstreams (>=1.42.0,<1.43.0)", "mypy-boto3-geo-maps (>=1.42.0,<1.43.0)", "mypy-boto3-geo-places (>=1.42.0,<1.43.0)", "mypy-boto3-geo-routes (>=1.42.0,<1.43.0)", "mypy-boto3-glacier (>=1.42.0,<1.43.0)", "mypy-boto3-globalaccelerator (>=1.42.0,<1.43.0)", "mypy-boto3-glue (>=1.42.0,<1.43.0)", "mypy-boto3-grafana (>=1.42.0,<1.43.0)", "mypy-boto3-greengrass (>=1.42.0,<1.43.0)", "mypy-boto3-greengrassv2 (>=1.42.0,<1.43.0)", "mypy-boto3-groundstation (>=1.42.0,<1.43.0)", "mypy-boto3-guardduty (>=1.42.0,<1.43.0)", "mypy-boto3-health (>=1.42.0,<1.43.0)", "mypy-boto3-healthlake (>=1.42.0,<1.43.0)", "mypy-boto3-iam (>=1.42.0,<1.43.0)", "mypy-boto3-identitystore (>=1.42.0,<1.43.0)", "mypy-boto3-imagebuilder (>=1.42.0,<1.43.0)", "mypy-boto3-importexport (>=1.42.0,<1.43.0)", "mypy-boto3-inspector (>=1.42.0,<1.43.0)", "mypy-boto3-inspector-scan (>=1.42.0,<1.43.0)", "mypy-boto3-inspector2 (>=1.42.0,<1.43.0)", "mypy-boto3-internetmonitor (>=1.42.0,<1.43.0)", "mypy-boto3-invoicing (>=1.42.0,<1.43.0)", "mypy-boto3-iot (>=1.42.0,<1.43.0)", "mypy-boto3-iot-data (>=1.42.0,<1.43.0)", "mypy-boto3-iot-jobs-data (>=1.42.0,<1.43.0)", "mypy-boto3-iot-managed-integrations (>=1.42.0,<1.43.0)", "mypy-boto3-iotanalytics (>=1.42.0,<1.43.0)", "mypy-boto3-iotdeviceadvisor (>=1.42.0,<1.43.0)", "mypy-boto3-iotevents (>=1.42.0,<1.43.0)", "mypy-boto3-iotevents-data (>=1.42.0,<1.43.0)", "mypy-boto3-iotfleetwise (>=1.42.0,<1.43.0)", "mypy-boto3-iotsecuretunneling (>=1.42.0,<1.43.0)", "mypy-boto3-iotsitewise (>=1.42.0,<1.43.0)", "mypy-boto3-iotthingsgraph (>=1.42.0,<1.43.0)", "mypy-boto3-iottwinmaker (>=1.42.0,<1.43.0)", "mypy-boto3-iotwireless (>=1.42.0,<1.43.0)", "mypy-boto3-ivs (>=1.42.0,<1.43.0)", "mypy-boto3-ivs-realtime (>=1.42.0,<1.43.0)", "mypy-boto3-ivschat (>=1.42.0,<1.43.0)", "mypy-boto3-kafka (>=1.42.0,<1.43.0)", "mypy-boto3-kafkaconnect (>=1.42.0,<1.43.0)", "mypy-boto3-kendra (>=1.42.0,<1.43.0)", "mypy-boto3-kendra-ranking (>=1.42.0,<1.43.0)", "mypy-boto3-keyspaces (>=1.42.0,<1.43.0)", "mypy-boto3-keyspacesstreams (>=1.42.0,<1.43.0)", "mypy-boto3-kinesis (>=1.42.0,<1.43.0)", "mypy-boto3-kinesis-video-archived-media (>=1.42.0,<1.43.0)", "mypy-boto3-kinesis-video-media (>=1.42.0,<1.43.0)", "mypy-boto3-kinesis-video-signaling (>=1.42.0,<1.43.0)", "mypy-boto3-kinesis-video-webrtc-storage (>=1.42.0,<1.43.0)", "mypy-boto3-kinesisanalytics (>=1.42.0,<1.43.0)", "mypy-boto3-kinesisanalyticsv2 (>=1.42.0,<1.43.0)", "mypy-boto3-kinesisvideo (>=1.42.0,<1.43.0)", "mypy-boto3-kms (>=1.42.0,<1.43.0)", "mypy-boto3-lakeformation (>=1.42.0,<1.43.0)", "mypy-boto3-lambda (>=1.42.0,<1.43.0)", "mypy-boto3-launch-wizard (>=1.42.0,<1.43.0)", "mypy-boto3-lex-models (>=1.42.0,<1.43.0)", "mypy-boto3-lex-runtime (>=1.42.0,<1.43.0)", "mypy-boto3-lexv2-models (>=1.42.0,<1.43.0)", "mypy-boto3-lexv2-runtime (>=1.42.0,<1.43.0)", "mypy-boto3-license-manager (>=1.42.0,<1.43.0)", "mypy-boto3-license-manager-linux-subscriptions (>=1.42.0,<1.43.0)", "mypy-boto3-license-manager-user-subscriptions (>=1.42.0,<1.43.0)", "mypy-boto3-lightsail (>=1.42.0,<1.43.0)", "mypy-boto3-location (>=1.42.0,<1.43.0)", "mypy-boto3-logs (>=1.42.0,<1.43.0)", "mypy-boto3-lookoutequipment (>=1.42.0,<1.43.0)", "mypy-boto3-m2 (>=1.42.0,<1.43.0)", "mypy-boto3-machinelearning (>=1.42.0,<1.43.0)", "mypy-boto3-macie2 (>=1.42.0,<1.43.0)", "mypy-boto3-mailmanager (>=1.42.0,<1.43.0)", "mypy-boto3-managedblockchain (>=1.42.0,<1.43.0)", "mypy-boto3-managedblockchain-query (>=1.42.0,<1.43.0)", "mypy-boto3-marketplace-agreement (>=1.42.0,<1.43.0)", "mypy-boto3-marketplace-catalog (>=1.42.0,<1.43.0)", "mypy-boto3-marketplace-deployment (>=1.42.0,<1.43.0)", "mypy-boto3-marketplace-entitlement (>=1.42.0,<1.43.0)", "mypy-boto3-marketplace-reporting (>=1.42.0,<1.43.0)", "mypy-boto3-marketplacecommerceanalytics (>=1.42.0,<1.43.0)", "mypy-boto3-mediaconnect (>=1.42.0,<1.43.0)", "mypy-boto3-mediaconvert (>=1.42.0,<1.43.0)", "mypy-boto3-medialive (>=1.42.0,<1.43.0)", "mypy-boto3-mediapackage (>=1.42.0,<1.43.0)", "mypy-boto3-mediapackage-vod (>=1.42.0,<1.43.0)", "mypy-boto3-mediapackagev2 (>=1.42.0,<1.43.0)", "mypy-boto3-mediastore (>=1.42.0,<1.43.0)", "mypy-boto3-mediastore-data (>=1.42.0,<1.43.0)", "mypy-boto3-mediatailor (>=1.42.0,<1.43.0)", "mypy-boto3-medical-imaging (>=1.42.0,<1.43.0)", "mypy-boto3-memorydb (>=1.42.0,<1.43.0)", "mypy-boto3-meteringmarketplace (>=1.42.0,<1.43.0)", "mypy-boto3-mgh (>=1.42.0,<1.43.0)", "mypy-boto3-mgn (>=1.42.0,<1.43.0)", "mypy-boto3-migration-hub-refactor-spaces (>=1.42.0,<1.43.0)", "mypy-boto3-migrationhub-config (>=1.42.0,<1.43.0)", "mypy-boto3-migrationhuborchestrator (>=1.42.0,<1.43.0)", "mypy-boto3-migrationhubstrategy (>=1.42.0,<1.43.0)", "mypy-boto3-mpa (>=1.42.0,<1.43.0)", "mypy-boto3-mq (>=1.42.0,<1.43.0)", "mypy-boto3-mturk (>=1.42.0,<1.43.0)", "mypy-boto3-mwaa (>=1.42.0,<1.43.0)", "mypy-boto3-mwaa-serverless (>=1.42.0,<1.43.0)", "mypy-boto3-neptune (>=1.42.0,<1.43.0)", "mypy-boto3-neptune-graph (>=1.42.0,<1.43.0)", "mypy-boto3-neptunedata (>=1.42.0,<1.43.0)", "mypy-boto3-network-firewall (>=1.42.0,<1.43.0)", "mypy-boto3-networkflowmonitor (>=1.42.0,<1.43.0)", "mypy-boto3-networkmanager (>=1.42.0,<1.43.0)", "mypy-boto3-networkmonitor (>=1.42.0,<1.43.0)", "mypy-boto3-notifications (>=1.42.0,<1.43.0)", "mypy-boto3-notificationscontacts (>=1.42.0,<1.43.0)", "mypy-boto3-nova-act (>=1.42.0,<1.43.0)", "mypy-boto3-oam (>=1.42.0,<1.43.0)", "mypy-boto3-observabilityadmin (>=1.42.0,<1.43.0)", "mypy-boto3-odb (>=1.42.0,<1.43.0)", "mypy-boto3-omics (>=1.42.0,<1.43.0)", "mypy-boto3-opensearch (>=1.42.0,<1.43.0)", "mypy-boto3-opensearchserverless (>=1.42.0,<1.43.0)", "mypy-boto3-organizations (>=1.42.0,<1.43.0)", "mypy-boto3-osis (>=1.42.0,<1.43.0)", "mypy-boto3-outposts (>=1.42.0,<1.43.0)", "mypy-boto3-panorama (>=1.42.0,<1.43.0)", "mypy-boto3-partnercentral-account (>=1.42.0,<1.43.0)", "mypy-boto3-partnercentral-benefits (>=1.42.0,<1.43.0)", "mypy-boto3-partnercentral-channel (>=1.42.0,<1.43.0)", "mypy-boto3-partnercentral-selling (>=1.42.0,<1.43.0)", "mypy-boto3-payment-cryptography (>=1.42.0,<1.43.0)", "mypy-boto3-payment-cryptography-data (>=1.42.0,<1.43.0)", "mypy-boto3-pca-connector-ad (>=1.42.0,<1.43.0)", "mypy-boto3-pca-connector-scep (>=1.42.0,<1.43.0)", "mypy-boto3-pcs (>=1.42.0,<1.43.0)", "mypy-boto3-personalize (>=1.42.0,<1.43.0)", "mypy-boto3-personalize-events (>=1.42.0,<1.43.0)", "mypy-boto3-personalize-runtime (>=1.42.0,<1.43.0)", "mypy-boto3-pi (>=1.42.0,<1.43.0)", "mypy-boto3-pinpoint (>=1.42.0,<1.43.0)", "mypy-boto3-pinpoint-email (>=1.42.0,<1.43.0)", "mypy-boto3-pinpoint-sms-voice (>=1.42.0,<1.43.0)", "mypy-boto3-pinpoint-sms-voice-v2 (>=1.42.0,<1.43.0)", "mypy-boto3-pipes (>=1.42.0,<1.43.0)", "mypy-boto3-polly (>=1.42.0,<1.43.0)", "mypy-boto3-pricing (>=1.42.0,<1.43.0)", "mypy-boto3-proton (>=1.42.0,<1.43.0)", "mypy-boto3-qapps (>=1.42.0,<1.43.0)", "mypy-boto3-qbusiness (>=1.42.0,<1.43.0)", "mypy-boto3-qconnect (>=1.42.0,<1.43.0)", "mypy-boto3-quicksight (>=1.42.0,<1.43.0)", "mypy-boto3-ram (>=1.42.0,<1.43.0)", "mypy-boto3-rbin (>=1.42.0,<1.43.0)", "mypy-boto3-rds (>=1.42.0,<1.43.0)", "mypy-boto3-rds-data (>=1.42.0,<1.43.0)", "mypy-boto3-redshift (>=1.42.0,<1.43.0)", "mypy-boto3-redshift-data (>=1.42.0,<1.43.0)", "mypy-boto3-redshift-serverless (>=1.42.0,<1.43.0)", "mypy-boto3-rekognition (>=1.42.0,<1.43.0)", "mypy-boto3-repostspace (>=1.42.0,<1.43.0)", "mypy-boto3-resiliencehub (>=1.42.0,<1.43.0)", "mypy-boto3-resource-explorer-2 (>=1.42.0,<1.43.0)", "mypy-boto3-resource-groups (>=1.42.0,<1.43.0)", "mypy-boto3-resourcegroupstaggingapi (>=1.42.0,<1.43.0)", "mypy-boto3-rolesanywhere (>=1.42.0,<1.43.0)", "mypy-boto3-route53 (>=1.42.0,<1.43.0)", "mypy-boto3-route53-recovery-cluster (>=1.42.0,<1.43.0)", "mypy-boto3-route53-recovery-control-config (>=1.42.0,<1.43.0)", "mypy-boto3-route53-recovery-readiness (>=1.42.0,<1.43.0)", "mypy-boto3-route53domains (>=1.42.0,<1.43.0)", "mypy-boto3-route53globalresolver (>=1.42.0,<1.43.0)", "mypy-boto3-route53profiles (>=1.42.0,<1.43.0)", "mypy-boto3-route53resolver (>=1.42.0,<1.43.0)", "mypy-boto3-rtbfabric (>=1.42.0,<1.43.0)", "mypy-boto3-rum (>=1.42.0,<1.43.0)", "mypy-boto3-s3 (>=1.42.0,<1.43.0)", "mypy-boto3-s3control (>=1.42.0,<1.43.0)", "mypy-boto3-s3outposts (>=1.42.0,<1.43.0)", "mypy-boto3-s3tables (>=1.42.0,<1.43.0)", "mypy-boto3-s3vectors (>=1.42.0,<1.43.0)", "mypy-boto3-sagemaker (>=1.42.0,<1.43.0)", "mypy-boto3-sagemaker-a2i-runtime (>=1.42.0,<1.43.0)", "mypy-boto3-sagemaker-edge (>=1.42.0,<1.43.0)", "mypy-boto3-sagemaker-featurestore-runtime (>=1.42.0,<1.43.0)", "mypy-boto3-sagemaker-geospatial (>=1.42.0,<1.43.0)", "mypy-boto3-sagemaker-metrics (>=1.42.0,<1.43.0)", "mypy-boto3-sagemaker-runtime (>=1.42.0,<1.43.0)", "mypy-boto3-savingsplans (>=1.42.0,<1.43.0)", "mypy-boto3-scheduler (>=1.42.0,<1.43.0)", "mypy-boto3-schemas (>=1.42.0,<1.43.0)", "mypy-boto3-sdb (>=1.42.0,<1.43.0)", "mypy-boto3-secretsmanager (>=1.42.0,<1.43.0)", "mypy-boto3-security-ir (>=1.42.0,<1.43.0)", "mypy-boto3-securityhub (>=1.42.0,<1.43.0)", "mypy-boto3-securitylake (>=1.42.0,<1.43.0)", "mypy-boto3-serverlessrepo (>=1.42.0,<1.43.0)", "mypy-boto3-service-quotas (>=1.42.0,<1.43.0)", "mypy-boto3-servicecatalog (>=1.42.0,<1.43.0)", "mypy-boto3-servicecatalog-appregistry (>=1.42.0,<1.43.0)", "mypy-boto3-servicediscovery (>=1.42.0,<1.43.0)", "mypy-boto3-ses (>=1.42.0,<1.43.0)", "mypy-boto3-sesv2 (>=1.42.0,<1.43.0)", "mypy-boto3-shield (>=1.42.0,<1.43.0)", "mypy-boto3-signer (>=1.42.0,<1.43.0)", "mypy-boto3-signin (>=1.42.0,<1.43.0)", "mypy-boto3-simspaceweaver (>=1.42.0,<1.43.0)", "mypy-boto3-snow-device-management (>=1.42.0,<1.43.0)", "mypy-boto3-snowball (>=1.42.0,<1.43.0)", "mypy-boto3-sns (>=1.42.0,<1.43.0)", "mypy-boto3-socialmessaging (>=1.42.0,<1.43.0)", "mypy-boto3-sqs (>=1.42.0,<1.43.0)", "mypy-boto3-ssm (>=1.42.0,<1.43.0)", "mypy-boto3-ssm-contacts (>=1.42.0,<1.43.0)", "mypy-boto3-ssm-guiconnect (>=1.42.0,<1.43.0)", "mypy-boto3-ssm-incidents (>=1.42.0,<1.43.0)", "mypy-boto3-ssm-quicksetup (>=1.42.0,<1.43.0)", "mypy-boto3-ssm-sap (>=1.42.0,<1.43.0)", "mypy-boto3-sso (>=1.42.0,<1.43.0)", "mypy-boto3-sso-admin (>=1.42.0,<1.43.0)", "mypy-boto3-sso-oidc (>=1.42.0,<1.43.0)", "mypy-boto3-stepfunctions (>=1.42.0,<1.43.0)", "mypy-boto3-storagegateway (>=1.42.0,<1.43.0)", "mypy-boto3-sts (>=1.42.0,<1.43.0)", "mypy-boto3-supplychain (>=1.42.0,<1.43.0)", "mypy-boto3-support (>=1.42.0,<1.43.0)", "mypy-boto3-support-app (>=1.42.0,<1.43.0)", "mypy-boto3-swf (>=1.42.0,<1.43.0)", "mypy-boto3-synthetics (>=1.42.0,<1.43.0)", "mypy-boto3-taxsettings (>=1.42.0,<1.43.0)", "mypy-boto3-textract (>=1.42.0,<1.43.0)", "mypy-boto3-timestream-influxdb (>=1.42.0,<1.43.0)", "mypy-boto3-timestream-query (>=1.42.0,<1.43.0)", "mypy-boto3-timestream-write (>=1.42.0,<1.43.0)", "mypy-boto3-tnb (>=1.42.0,<1.43.0)", "mypy-boto3-transcribe (>=1.42.0,<1.43.0)", "mypy-boto3-transfer (>=1.42.0,<1.43.0)", "mypy-boto3-translate (>=1.42.0,<1.43.0)", "mypy-boto3-trustedadvisor (>=1.42.0,<1.43.0)", "mypy-boto3-verifiedpermissions (>=1.42.0,<1.43.0)", "mypy-boto3-voice-id (>=1.42.0,<1.43.0)", "mypy-boto3-vpc-lattice (>=1.42.0,<1.43.0)", "mypy-boto3-waf (>=1.42.0,<1.43.0)", "mypy-boto3-waf-regional (>=1.42.0,<1.43.0)", "mypy-boto3-wafv2 (>=1.42.0,<1.43.0)", "mypy-boto3-wellarchitected (>=1.42.0,<1.43.0)", "mypy-boto3-wickr (>=1.42.0,<1.43.0)", "mypy-boto3-wisdom (>=1.42.0,<1.43.0)", "mypy-boto3-workdocs (>=1.42.0,<1.43.0)", "mypy-boto3-workmail (>=1.42.0,<1.43.0)", "mypy-boto3-workmailmessageflow (>=1.42.0,<1.43.0)", "mypy-boto3-workspaces (>=1.42.0,<1.43.0)", "mypy-boto3-workspaces-instances (>=1.42.0,<1.43.0)", "mypy-boto3-workspaces-thin-client (>=1.42.0,<1.43.0)", "mypy-boto3-workspaces-web (>=1.42.0,<1.43.0)", "mypy-boto3-xray (>=1.42.0,<1.43.0)"]
amp = ["mypy-boto3-amp (>=1.42.0,<1.43.0)"]
amplify = ["mypy-boto3-amplify (>=1.42.0,<1.43.0)"]
amplifybackend = ["mypy-boto3-amplifybackend (>=1.42.0,<1.43.0)"]
amplifyuibuilder = ["mypy-boto3-amplifyuibuilder (>=1.42.0,<1.43.0)"]
apigateway = ["mypy-boto3-apigateway (>=1.42.0,<1.43.0)"]
apigatewaymanagementapi = ["mypy-boto3-apigatewaymanagementapi (>=1.42.0,<1.43.0)"]
apigatewayv2 = ["mypy-boto3-apigatewayv2 (>=1.42.0,<1.43.0)"]
appconfig = ["mypy-boto3-appconfig (>=1.42.0,<1.43.0)"]
appconfigdata = ["mypy-boto3-appconfigdata (>=1.42.0,<1.43.0)"]
appfabric = ["mypy-boto3-appfabric (>=1.42.0,<1.43.0)"]
appflow = ["mypy-boto3-appflow (>=1.42.0,<1.43.0)"]
appintegrations = ["mypy-boto3-appintegrations (>=1.42.0,<1.43.0)"]
application-autoscaling = ["mypy-boto3-application-autoscaling (>=1.42.0,<1.43.0)"]
application-insights = ["mypy-boto3-application-insights (>=1.42.0,<1.43.0)"]
application-signals = ["mypy-boto3-application-signals (>=1.42.0,<1.43.0)"]
applicationcostprofiler = ["mypy-boto3-applicationcostprofiler (>=1.42.0,<1.43.0)"]
appmesh = ["mypy-boto3-appmesh (>=1.42.0,<1.43.0)"]
apprunner = ["mypy-boto3-apprunner (>=1.42.0,<1.43.0)"]
appstream = ["mypy-boto3-appstream (>=1.42.0,<1.43.0)"]
appsync = ["mypy-boto3-appsync (>=1.42.0,<1.43.0)"]
arc-region-switch = ["mypy-boto3-arc-region-switch (>=1.42.0,<1.43.0)"]
arc-zonal-shift = ["mypy-boto3-arc-zonal-shift (>=1.42.0,<1.43.0)"]
artifact = ["mypy-boto3-artifact (>=1.42.0,<1.43.0)"]
athena = ["mypy-boto3-athena (>=1.42.0,<1.43.0)"]
auditmanager = ["mypy-boto3-auditmanager (>=1.42.0,<1.43.0)"]
autoscaling = ["mypy-boto3-autoscaling (>=1.42.0,<1.43.0)"]
autoscaling-plans = ["mypy-boto3-autoscaling-plans (>=1.42.0,<1.43.0)"]
b2bi = ["mypy-boto3-b2bi (>=1.42.0,<1.43.0)"]
backup = ["mypy-boto3-backup (>=1.42.0,<1.43.0)"]
backup-gateway = ["mypy-boto3-backup-gateway (>=1.42.0,<1.43.0)"]
backupsearch = ["mypy-boto3-backupsearch (>=1.42.0,<1.43.0)"]
batch = ["mypy-boto3-batch (>=1.42.0,<1.43.0)"]
bcm-dashboards = ["mypy-boto3-bcm-dashboards (>=1.42.0,<1.43.0)"]
bcm-data-exports = ["mypy-boto3-bcm-data-exports (>=1.42.0,<1.43.0)"]
bcm-pricing-calculator = ["mypy-boto3-bcm-pricing-calculator (>=1.42.0,<1.43.0)"]
bcm-recommended-actions = ["mypy-boto3-bcm-recommended-actions (>=1.42.0,<1.43.0)"]
bedrock = ["mypy-boto3-bedrock (>=1.42.0,<1.43.0)"]
bedrock-agent = ["mypy-boto3-bedrock-agent (>=1.42.0,<1.43.0)"]
bedrock-agent-runtime = ["mypy-boto3-bedrock-agent-runtime (>=1.42.0,<1.43.0)"]
bedrock-agentcore = ["mypy-boto3-bedrock-agentcore (>=1.42.0,<1.43.0)"]
bedrock-agentcore-control = ["mypy-boto3-bedrock-agentcore-control (>=1.42.0,<1.43.0)"]
bedrock-data-automation = ["mypy-boto3-bedrock-data-automation (>=1.42.0,<1.43.0)"]
bedrock-data-automation-runtime = ["mypy-boto3-bedrock-data-automation-runtime (>=1.42.0,<1.43.0)"]
bedrock-runtime = ["mypy-boto3-bedrock-runtime (>=1.42.0,<1.43.0)"]
billing = ["mypy-boto3-billing (>=1.42.0,<1.43.0)"]
billingconductor = ["mypy-boto3-billingconductor (>=1.42.0,<1.43.0)"]
boto3 = ["boto3 (==1.42.26)"]
braket = ["mypy-boto3-braket (>=1.42.0,<1.43.0)"]
budgets = ["mypy-boto3-budgets (>=1.42.0,<1.43.0)"]
ce = ["mypy-boto3-ce (>=1.42.0,<1.43.0)"]
chatbot = ["mypy-boto3-chatbot (>=1.42.0,<1.43.0)"]
chime = ["mypy-boto3-chime (>=1.42.0,<1.43.0)"]
chime-sdk-identity = ["mypy-boto3-chime-sdk-identity (>=1.42.0,<1.43.0)"]
chime-sdk-media-pipelines = ["mypy-boto3-chime-sdk-media-pipelines (>=1.42.0,<1.43.0)"]
chime-sdk-meetings = ["mypy-boto3-chime-sdk-meetings (>=1.42.0,<1.43.0)"]
chime-sdk-messaging = ["mypy-boto3-chime-sdk-messaging (>=1.42.0,<1.43.0)"]
chime-sdk-voice = ["mypy-boto3-chime-sdk-voice (>=1.42.0,<1.43.0)"]
cleanrooms = ["mypy-boto3-cleanrooms (>=1.42.0,<1.43.0)"]
cleanroomsml = ["mypy-boto3-cleanroomsml (>=1.42.0,<1.43.0)"]
cloud9 = ["mypy-boto3-cloud9 (>=1.42.0,<1.43.0)"]
cloudcontrol = ["mypy-boto3-cloudcontrol (>=1.42.0,<1.43.0)"]
clouddirectory = ["mypy-boto3-clouddirectory (>=1.42.0,<1.43.0)"]
cloudformation = ["mypy-boto3-cloudformation (>=1.42.0,<1.43.0)"]
cloudfront = ["mypy-boto3-cloudfront (>=1.42.0,<1.43.0)"]
cloudfront-keyvaluestore = ["mypy-boto3-cloudfront-keyvaluestore (>=1.42.0,<1.43.0)"]
cloudhsm = ["mypy-boto3-cloudhsm (>=1.42.0,<1.43.0)"]
cloudhsmv2 = ["mypy-boto3-cloudhsmv2 (>=1.42.0,<1.43.0)"]
cloudsearch = ["mypy-boto3-cloudsearch (>=1.42.0,<1.43.0)"]
cloudsearchdomain = ["mypy-boto3-cloudsearchdomain (>=1.42.0,<1.43.0)"]
cloudtrail = ["mypy-boto3-cloudtrail (>=1.42.0,<1.43.0)"]
cloudtrail-data = ["mypy-boto3-cloudtrail-data (>=1.42.0,<1.43.0)"]
cloudwatch = ["mypy-boto3-cloudwatch (>=1.42.0,<1.43.0)"]
codeartifact = ["mypy-boto3-codeartifact (>=1.42.0,<1.43.0)"]
codebuild = ["mypy-boto3-codebuild (>=1.42.0,<1.43.0)"]
codecatalyst = ["mypy-boto3-codecatalyst (>=1.42.0,<1.43.0)"]
codecommit = ["mypy-boto3-codecommit (>=1.42.0,<1.43.0)"]
codeconnections = ["mypy-boto3-codeconnections (>=1.42.0,<1.43.0)"]
codedeploy = ["mypy-boto3-codedeploy (>=1.42.0,<1.43.0)"]
codeguru-reviewer = ["mypy-boto3-codeguru-reviewer (>=1.42.0,<1.43.0)"]
codeguru-security = ["mypy-boto3-codeguru-security (>=1.42.0,<1.43.0)"]
codeguruprofiler = ["mypy-boto3-codeguruprofiler (>=1.42.0,<1.43.0)"]
codepipeline = ["mypy-boto3-codepipeline (>=1.42.0,<1.43.0)"]
codestar-connections = ["mypy-boto3-codestar-connections (>=1.42.0,<1.43.0)"]
codestar-notifications = ["mypy-boto3-codestar-notifications (>=1.42.0,<1.43.0)"]
cognito-identity = ["mypy-boto3-cognito-identity (>=1.42.0,<1.43.0)"]
cognito-idp = ["mypy-boto3-cognito-idp (>=1.42.0,<1.43.0)"]
cognito-sync = ["mypy-boto3-cognito-sync (>=1.42.0,<1.43.0)"]
comprehend = ["mypy-boto3-comprehend (>=1.42.0,<1.43.0)"]
comprehendmedical = ["mypy-boto3-comprehendmedical (>=1.42.0,<1.43.0)"]
compute-optimizer = ["mypy-boto3-compute-optimizer (>=1.42.0,<1.43.0)"]
compute-optimizer-automation = ["mypy-boto3-compute-optimizer-automation (>=1.42.0,<1.43.0)"]
config = ["mypy-boto3-config (>=1.42.0,<1.43.0)"]
connect = ["mypy-boto3-connect (>=1.42.0,<1.43.0)"]
connect-contact-lens = ["mypy-boto3-connect-contact-lens (>=1.42.0,<1.43.0)"]
connectcampaigns = ["mypy-boto3-connectcampaigns (>=1.42.0,<1.43.0)"]
connectcampaignsv2 = ["mypy-boto3-connectcampaignsv2 (>=1.42.0,<1.43.0)"]
connectcases = ["mypy-boto3-connectcases (>=1.42.0,<1.43.0)"]
connectparticipant = ["mypy-boto3-connectparticipant (>=1.42.0,<1.43.0)"]
controlcatalog = ["mypy-boto3-controlcatalog (>=1.42.0,<1.43.0)"]
controltower = ["mypy-boto3-controltower (>=1.42.0,<1.43.0)"]
cost-optimization-hub = ["mypy-boto3-cost-optimization-hub (>=1.42.0,<1.43.0)"]
cur = ["mypy-boto3-cur (>=1.42.0,<1.43.0)"]
customer-profiles = ["mypy-boto3-customer-profiles (>=1.42.0,<1.43.0)"]
databrew = ["mypy-boto3-databrew (>=1.42.0,<1.43.0)"]
dataexchange = ["mypy-boto3-dataexchange (>=1.42.0,<1.43.0)"]
datapipeline = ["mypy-boto3-datapipeline (>=1.42.0,<1.43.0)"]
datasync = ["mypy-boto3-datasync (>=1.42.0,<1.43.0)"]
datazone = ["mypy-boto3-datazone (>=1.42.0,<1.43.0)"]
dax = ["mypy-boto3-dax (>=1.42.0,<1.43.0)"]
deadline = ["mypy-boto3-deadline (>=1.42.0,<1.43.0)"]
detective = ["mypy-boto3-detective (>=1.42.0,<1.43.0)"]
devicefarm = ["mypy-boto3-devicefarm (>=1.42.0,<1.43.0)"]
devops-guru = ["mypy-boto3-devops-guru (>=1.42.0,<1.43.0)"]
directconnect = ["mypy-boto3-directconnect (>=1.42.0,<1.43.0)"]
discovery = ["mypy-boto3-discovery (>=1.42.0,<1.43.0)"]
dlm = ["mypy-boto3-dlm (>=1.42.0,<1.43.0)"]
dms = ["mypy-boto3-dms (>=1.42.0,<1.43.0)"]
docdb = ["mypy-boto3-docdb (>=1.42.0,<1.43.0)"]
docdb-elastic = ["mypy-boto3-docdb-elastic (>=1.42.0,<1.43.0)"]
drs = ["mypy-boto3-drs (>=1.42.0,<1.43.0)"]
ds = ["mypy-boto3-ds (>=1.42.0,<1.43.0)"]
ds-data = ["mypy-boto3-ds-data (>=1.42.0,<1.43.0)"]
dsql = ["mypy-boto3-dsql (>=1.42.0,<1.43.0)"]
dynamodb = ["mypy-boto3-dynamodb (>=1.42.0,<1.43.0)"]
dynamodbstreams = ["mypy-boto3-dynamodbstreams (>=1.42.0,<1.43.0)"]
ebs = ["mypy-boto3-ebs (>=1.42.0,<1.43.0)"]
ec2 = ["mypy-boto3-ec2 (>=1.42.0,<1.43.0)"]
ec2-instance-connect = ["mypy-boto3-ec2-instance-connect (>=1.42.0,<1.43.0)"]
ecr = ["mypy-boto3-ecr (>=1.42.0,<1.43.0)"]
ecr-public = ["mypy-boto3-ecr-public (>=1.42.0,<1.43.0)"]
ecs = ["mypy-boto3-ecs (>=1.42.0,<1.43.0)"]
efs = ["mypy-boto3-efs (>=1.42.0,<1.43.0)"]
eks = ["mypy-boto3-eks (>=1.42.0,<1.43.0)"]
eks-auth = ["mypy-boto3-eks-auth (>=1.42.0,<1.43.0)"]
elasticache = ["mypy-boto3-elasticache (>=1.42.0,<1.43.0)"]
elasticbeanstalk = ["mypy-boto3-elasticbeanstalk (>=1.42.0,<1.43.0)"]
elb = ["mypy-boto3-elb (>=1.42.0,<1.43.0)"]
elbv2 = ["mypy-boto3-elbv2 (>=1.42.0,<1.43.0)"]
emr = ["mypy-boto3-emr (>=1.42.0,<1.43.0)"]
emr-containers = ["mypy-boto3-emr-containers (>=1.42.0,<1.43.0)"]
emr-serverless = ["mypy-boto3-emr-serverless (>=1.42.0,<1.43.0)"]
entityresolution = ["mypy-boto3-entityresolution (>=1.42.0,<1.43.0)"]
es = ["mypy-boto3-es (>=1.42.0,<1.43.0)"]
essential = ["mypy-boto3-cloudformation (>=1.42.0,<1.43.0)", "mypy-boto3-dynamodb (>=1.42.0,<1.43.0)", "mypy-boto3-ec2 (>=1.42.0,<1.43.0)", "mypy-boto3-lambda (>=1.42.0,<1.43.0)", "mypy-boto3-rds (>=1.42.0,<1.43.0)", "mypy-boto3-s3 (>=1.42.0,<1.43.0)", "mypy-boto3-sqs (>=1.42.0,<1.43.0)"]
events = ["mypy-boto3-events (>=1.42.0,<1.43.0)"]
evidently = ["mypy-boto3-evidently (>=1.42.0,<1.43.0)"]
evs = ["mypy-boto3-evs (>=1.42.0,<1.43.0)"]
finspace = ["mypy-boto3-finspace (>=1.42.0,<1.43.0)"]
finspace-data = ["mypy-boto3-finspace-data (>=1.42.0,<1.43.0)"]
firehose = ["mypy-boto3-firehose (>=1.42.0,<1.43.0)"]
fis = ["mypy-boto3-fis (>=1.42.0,<1.43.0)"]
fms = ["mypy-boto3-fms (>=1.42.0,<1.43.0)"]
forecast = ["mypy-boto3-forecast (>=1.42.0,<1.43.0)"]
forecastquery = ["mypy-boto3-forecastquery (>=1.42.0,<1.43.0)"]
frauddetector = ["mypy-boto3-frauddetector (>=1.42.0,<1.43.0)"]
freetier = ["mypy-boto3-freetier (>=1.42.0,<1.43.0)"]
fsx = ["mypy-boto3-fsx (>=1.42.0,<1.43.0)"]
full = ["boto3-stubs-full (>=1.42.0,<1.43.0)"]
gamelift = ["mypy-boto3-gamelift (>=1.42.0,<1.43.0)"]
gameliftstreams = ["mypy-boto3-gameliftstreams (>=1.42.0,<1.43.0)"]
geo-maps = ["mypy-boto3-geo-maps (>=1.42.0,<1.43.0)"]
geo-places = ["mypy-boto3-geo-places (>=1.42.0,<1.43.0)"]
geo-routes = ["mypy-boto3-geo-routes (>=1.42.0,<1.43.0)"]
glacier = ["mypy-boto3-glacier (>=1.42.0,<1.43.0)"]
globalaccelerator = ["mypy-boto3-globalaccelerator (>=1.42.0,<1.43.0)"]
glue = ["mypy-boto3-glue (>=1.42.0,<1.43.0)"]
grafana = ["mypy-boto3-grafana (>=1.42.0,<1.43.0)"]
greengrass = ["mypy-boto3-greengrass (>=1.42.0,<1.43.0)"]
greengrassv2 = ["mypy-boto3-greengrassv2 (>=1.42.0,<1.43.0)"]
groundstation = ["mypy-boto3-groundstation (>=1.42.0,<1.43.0)"]
guardduty = ["mypy-boto3-guardduty (>=1.42.0,<1.43.0)"]
health = ["mypy-boto3-health (>=1.42.0,<1.43.0)"]
healthlake = ["mypy-boto3-healthlake (>=1.42.0,<1.43.0)"]
iam = ["mypy-boto3-iam (>=1.42.0,<1.43.0)"]
identitystore = ["mypy-boto3-identitystore (>=1.42.0,<1.43.0)"]
imagebuilder = ["mypy-boto3-imagebuilder (>=1.42.0,<1.43.0)"]
importexport = ["mypy-boto3-importexport (>=1.42.0,<1.43.0)"]
inspector = ["mypy-boto3-inspector (>=1.42.0,<1.43.0)"]
inspector-scan = ["mypy-boto3-inspector-scan (>=1.42.0,<1.43.0)"]
inspector2 = ["mypy-boto3-inspector2 (>=1.42.0,<1.43.0)"]
internetmonitor = ["mypy-boto3-internetmonitor (>=1.42.0,<1.43.0)"]
invoicing = ["mypy-boto3-invoicing (>=1.42.0,<1.43.0)"]
iot = ["mypy-boto3-iot (>=1.42.0,<1.43.0)"]
iot-data = ["mypy-boto3-iot-data (>=1.42.0,<1.43.0)"]
iot-jobs-data = ["mypy-boto3-iot-jobs-data (>=1.42.0,<1.43.0)"]
iot-managed-integrations = ["mypy-boto3-iot-managed-integrations (>=1.42.0,<1.43.0)"]
iotanalytics = ["mypy-boto3-iotanalytics (>=1.42.0,<1.43.0)"]
iotdeviceadvisor = ["mypy-boto3-iotdeviceadvisor (>=1.42.0,<1.43.0)"]
iotevents = ["mypy-boto3-iotevents (>=1.42.0,<1.43.0)"]
iotevents-data = ["mypy-boto3-iotevents-data (>=1.42.0,<1.43.0)"]
iotfleetwise = ["mypy-boto3-iotfleetwise (>=1.42.0,<1.43.0)"]
iotsecuretunneling = ["mypy-boto3-iotsecuretunneling (>=1.42.0,<1.43.0)"]
iotsitewise = ["mypy-boto3-iotsitewise (>=1.42.0,<1.43.0)"]
iotthingsgraph = ["mypy-boto3-iotthingsgraph (>=1.42.0,<1.43.0)"]
iottwinmaker = ["mypy-boto3-iottwinmaker (>=1.42.0,<1.43.0)"]
iotwireless = ["mypy-boto3-iotwireless (>=1.42.0,<1.43.0)"]
ivs = ["mypy-boto3-ivs (>=1.42.0,<1.43.0)"]
ivs-realtime = ["mypy-boto3-ivs-realtime (>=1.42.0,<1.43.0)"]
ivschat = ["mypy-boto3-ivschat (>=1.42.0,<1.43.0)"]
kafka = ["mypy-boto3-kafka (>=1.42.0,<1.43.0)"]
kafkaconnect = ["mypy-boto3-kafkaconnect (>=1.42.0,<1.43.0)"]
kendra = ["mypy-boto3-kendra (>=1.42.0,<1.43.0)"]
kendra-ranking = ["mypy-boto3-kendra-ranking (>=1.42.0,<1.43.0)"]
keyspaces = ["mypy-boto3-keyspaces (>=1.42.0,<1.43.0)"]
keyspacesstreams = ["mypy-boto3-keyspacesstreams (>=1.42.0,<1.43.0)"]
kinesis = ["mypy-boto3-kinesis (>=1.42.0,<1.43.0)"]
kinesis-video-archived-media = ["mypy-boto3-kinesis-video-archived-media (>=1.42.0,<1.43.0)"]
kinesis-video-media = ["mypy-boto3-kinesis-video-media (>=1.42.0,<1.43.0)"]
kinesis-video-signaling = ["mypy-boto3-kinesis-video-signaling (>=1.42.0,<1.43.0)"]
kinesis-video-webrtc-storage = ["mypy-boto3-kinesis-video-webrtc-storage (>=1.42.0,<1.43.0)"]
kinesisanalytics = ["mypy-boto3-kinesisanalytics (>=1.42.0,<1.43.0)"]
kinesisanalyticsv2 = ["mypy-boto3-kinesisanalyticsv2 (>=1.42.0,<1.43.0)"]
kinesisvideo = ["mypy-boto3-kinesisvideo (>=1.42.0,<1.43.0)"]
kms = ["mypy-boto3-kms (>=1.42.0,<1.43.0)"]
lakeformation = ["mypy-boto3-lakeformation (>=1.42.0,<1.43.0)"]
lambda = ["mypy-boto3-lambda (>=1.42.0,<1.43.0)"]
launch-wizard = ["mypy-boto3-launch-wizard (>=1.42.0,<1.43.0)"]
lex-models = ["mypy-boto3-lex-models (>=1.42.0,<1.43.0)"]
lex-runtime = ["mypy-boto3-lex-runtime (>=1.42.0,<1.43.0)"]
lexv2-models = ["mypy-boto3-lexv2-models (>=1.42.0,<1.43.0)"]
lexv2-runtime = ["mypy-boto3-lexv2-runtime (>=1.42.0,<1.43.0)"]
license-manager = ["mypy-boto3-license-manager (>=1.42.0,<1.43.0)"]
license-manager-linux-subscriptions = ["mypy-boto3-license-manager-linux-subscriptions (>=1.42.0,<1.43.0)"]
license-manager-user-subscriptions = ["mypy-boto3-license-manager-user-subscriptions (>=1.42.0,<1.43.0)"]
lightsail = ["mypy-boto3-lightsail (>=1.42.0,<1.43.0)"]
location = ["mypy-boto3-location (>=1.42.0,<1.43.0)"]
logs = ["mypy-boto3-logs (>=1.42.0,<1.43.0)"]
lookoutequipment = ["mypy-boto3-lookoutequipment (>=1.42.0,<1.43.0)"]
m2 = ["mypy-boto3-m2 (>=1.42.0,<1.43.0)"]
machinelearning = ["mypy-boto3-machinelearning (>=1.42.0,<1.43.0)"]
macie2 = ["mypy-boto3-macie2 (>=1.42.0,<1.43.0)"]
mailmanager = ["mypy-boto3-mailmanager (>=1.42.0,<1.43.0)"]
managedblockchain = ["mypy-boto3-managedblockchain (>=1.42.0,<1.43.0)"]
managedblockchain-query = ["mypy-boto3-managedblockchain-query (>=1.42.0,<1.43.0)"]
marketplace-agreement = ["mypy-boto3-marketplace-agreement (>=1.42.0,<1.43.0)"]
marketplace-catalog = ["mypy-boto3-marketplace-catalog (>=1.42.0,<1.43.0)"]
marketplace-deployment = ["mypy-boto3-marketplace-deployment (>=1.42.0,<1.43.0)"]
marketplace-entitlement = ["mypy-boto3-marketplace-entitlement (>=1.42.0,<1.43.0)"]
marketplace-reporting = ["mypy-boto3-marketplace-reporting (>=1.42.0,<1.43.0)"]
marketplacecommerceanalytics = ["mypy-boto3-marketplacecommerceanalytics (>=1.42.0,<1.43.0)"]
mediaconnect = ["mypy-boto3-mediaconnect (>=1.42.0,<1.43.0)"]
mediaconvert = ["mypy-boto3-mediaconvert (>=1.42.0,<1.43.0)"]
medialive = ["mypy-boto3-medialive (>=1.42.0,<1.43.0)"]
mediapackage = ["mypy-boto3-mediapackage (>=1.42.0,<1.43.0)"]
mediapackage-vod = ["mypy-boto3-mediapackage-vod (>=1.42.0,<1.43.0)"]
mediapackagev2 = ["mypy-boto3-mediapackagev2 (>=1.42.0,<1.43.0)"]
mediastore = ["mypy-boto3-mediastore (>=1.42.0,<1.43.0)"]
mediastore-data = ["mypy-boto3-mediastore-data (>=1.42.0,<1.43.0)"]
mediatailor = ["mypy-boto3-mediatailor (>=1.42.0,<1.43.0)"]
medical-imaging = ["mypy-boto3-medical-imaging (>=1.42.0,<1.43.0)"]
memorydb = ["mypy-boto3-memorydb (>=1.42.0,<1.43.0)"]
meteringmarketplace = ["mypy-boto3-meteringmarketplace (>=1.42.0,<1.43.0)"]
mgh = ["mypy-boto3-mgh (>=1.42.0,<1.43.0)"]
mgn = ["mypy-boto3-mgn (>=1.42.0,<1.43.0)"]
migration-hub-refactor-spaces = ["mypy-boto3-migration-hub-refactor-spaces (>=1.42.0,<1.43.0)"]
migrationhub-config = ["mypy-boto3-migrationhub-config (>=1.42.0,<1.43.0)"]
migrationhuborchestrator = ["mypy-boto3-migrationhuborchestrator (>=1.42.0,<1.43.0)"]
migrationhubstrategy = ["mypy-boto3-migrationhubstrategy (>=1.42.0,<1.43.0)"]
mpa = ["mypy-boto3-mpa (>=1.42.0,<1.43.0)"]
mq = ["mypy-boto3-mq (>=1.42.0,<1.43.0)"]
mturk = ["mypy-boto3-mturk (>=1.42.0,<1.43.0)"]
mwaa = ["mypy-boto3-mwaa (>=1.42.0,<1.43.0)"]
mwaa-serverless = ["mypy-boto3-mwaa-serverless (>=1.42.0,<1.43.0)"]
neptune = ["mypy-boto3-neptune (>=1.42.0,<1.43.0)"]
neptune-graph = ["mypy-boto3-neptune-graph (>=1.42.0,<1.43.0)"]
neptunedata = ["mypy-boto3-neptunedata (>=1.42.0,<1.43.0)"]
network-firewall = ["mypy-boto3-network-firewall (>=1.42.0,<1.43.0)"]
networkflowmonitor = ["mypy-boto3-networkflowmonitor (>=1.42.0,<1.43.0)"]
networkmanager = ["mypy-boto3-networkmanager (>=1.42.0,<1.43.0)"]
networkmonitor = ["mypy-boto3-networkmonitor (>=1.42.0,<1.43.0)"]
notifications = ["mypy-boto3-notifications (>=1.42.0,<1.43.0)"]
notificationscontacts = ["mypy-boto3-notificationscontacts (>=1.42.0,<1.43.0)"]
nova-act = ["mypy-boto3-nova-act (>=1.42.0,<1.43.0)"]
oam = ["mypy-boto3-oam (>=1.42.0,<1.43.0)"]
observabilityadmin = ["mypy-boto3-observabilityadmin (>=1.42.0,<1.43.0)"]
odb = ["mypy-boto3-odb (>=1.42.0,<1.43.0)"]
omics = ["mypy-boto3-omics (>=1.42.0,<1.43.0)"]
opensearch = ["mypy-boto3-opensearch (>=1.42.0,<1.43.0)"]
opensearchserverless = ["mypy-boto3-opensearchserverless (>=1.42.0,<1.43.0)"]
organizations = ["mypy-boto3-organizations (>=1.42.0,<1.43.0)"]
osis = ["mypy-boto3-osis (>=1.42.0,<1.43.0)"]
outposts = ["mypy-boto3-outposts (>=1.42.0,<1.43.0)"]
panorama = ["mypy-boto3-panorama (>=1.42.0,<1.43.0)"]
partnercentral-account = ["mypy-boto3-partnercentral-account (>=1.42.0,<1.43.0)"]
partnercentral-benefits = ["mypy-boto3-partnercentral-benefits (>=1.42.0,<1.43.0)"]
partnercentral-channel = ["mypy-boto3-partnercentral-channel (>=1.42.0,<1.43.0)"]
partnercentral-selling = ["mypy-boto3-partnercentral-selling (>=1.42.0,<1.43.0)"]
payment-cryptography = ["mypy-boto3-payment-cryptography (>=1.42.0,<1.43.0)"]
payment-cryptography-data = ["mypy-boto3-payment-cryptography-data (>=1.42.0,<1.43.0)"]
pca-connector-ad = ["mypy-boto3-pca-connector-ad (>=1.42.0,<1.43.0)"]
pca-connector-scep = ["mypy-boto3-pca-connector-scep (>=1.42.0,<1.43.0)"]
pcs = ["mypy-boto3-pcs (>=1.42.0,<1.43.0)"]
personalize = ["mypy-boto3-personalize (>=1.42.0,<1.43.0)"]
personalize-events = ["mypy-boto3-personalize-events (>=1.42.0,<1.43.0)"]
personalize-runtime = ["mypy-boto3-personalize-runtime (>=1.42.0,<1.43.0)"]
pi = ["mypy-boto3-pi (>=1.42.0,<1.43.0)"]
pinpoint = ["mypy-boto3-pinpoint (>=1.42.0,<1.43.0)"]
pinpoint-email = ["mypy-boto3-pinpoint-email (>=1.42.0,<1.43.0)"]
pinpoint-sms-voice = ["mypy-boto3-pinpoint-sms-voice (>=1.42.0,<1.43.0)"]
pinpoint-sms-voice-v2 = ["mypy-boto3-pinpoint-sms-voice-v2 (>=1.42.0,<1.43.0)"]
pipes = ["mypy-boto3-pipes (>=1.42.0,<1.43.0)"]
polly = ["mypy-boto3-polly (>=1.42.0,<1.43.0)"]
pricing = ["mypy-boto3-pricing (>=1.42.0,<1.43.0)"]
proton = ["mypy-boto3-proton (>=1.42.0,<1.43.0)"]
qapps = ["mypy-boto3-qapps (>=1.42.0,<1.43.0)"]
qbusiness = ["mypy-boto3-qbusiness (>=1.42.0,<1.43.0)"]
qconnect = ["mypy-boto3-qconnect (>=1.42.0,<1.43.0)"]
quicksight = ["mypy-boto3-quicksight (>=1.42.0,<1.43.0)"]
ram = ["mypy-boto3-ram (>=1.42.0,<1.43.0)"]
rbin = ["mypy-boto3-rbin (>=1.42.0,<1.43.0)"]
rds = ["mypy-boto3-rds (>=1.42.0,<1.43.0)"]
rds-data = ["mypy-boto3-rds-data (>=1.42.0,<1.43.0)"]
redshift = ["mypy-boto3-redshift (>=1.42.0,<1.43.0)"]
redshift-data = ["mypy-boto3-redshift-data (>=1.42.0,<1.43.0)"]
redshift-serverless = ["mypy-boto3-redshift-serverless (>=1.42.0,<1.43.0)"]
rekognition = ["mypy-boto3-rekognition (>=1.42.0,<1.43.0)"]
repostspace = ["mypy-boto3-repostspace (>=1.42.0,<1.43.0)"]
resiliencehub = ["mypy-boto3-resiliencehub (>=1.42.0,<1.43.0)"]
resource-explorer-2 = ["mypy-boto3-resource-explorer-2 (>=1.42.0,<1.43.0)"]
resource-groups = ["mypy-boto3-resource-groups (>=1.42.0,<1.43.0)"]
resourcegroupstaggingapi = ["mypy-boto3-resourcegroupstaggingapi (>=1.42.0,<1.43.0)"]
rolesanywhere = ["mypy-boto3-rolesanywhere (>=1.42.0,<1.43.0)"]
route53 = ["mypy-boto3-route53 (>=1.42.0,<1.43.0)"]
route53-recovery-cluster = ["mypy-boto3-route53-recovery-cluster (>=1.42.0,<1.43.0)"]
route53-recovery-control-config = ["mypy-boto3-route53-recovery-control-config (>=1.42.0,<1.43.0)"]
route53-recovery-readiness = ["mypy-boto3-route53-recovery-readiness (>=1.42.0,<1.43.0)"]
route53domains = ["mypy-boto3-route53domains (>=1.42.0,<1.43.0)"]
route53globalresolver = ["mypy-boto3-route53globalresolver (>=1.42.0,<1.43.0)"]
route53profiles = ["mypy-boto3-route53profiles (>=1.42.0,<1.43.0)"]
route53resolver = ["mypy-boto3-route53resolver (>=1.42.0,<1.43.0)"]
rtbfabric = ["mypy-boto3-rtbfabric (>=1.42.0,<1.43.0)"]
rum = ["mypy-boto3-rum (>=1.42.0,<1.43.0)"]
s3 = ["mypy-boto3-s3 (>=1.42.0,<1.43.0)"]
s3control = ["mypy-boto3-s3control (>=1.42.0,<1.43.0)"]
s3outposts = ["mypy-boto3-s3outposts (>=1.42.0,<1.43.0)"]
s3tables = ["mypy-boto3-s3tables (>=1.42.0,<1.43.0)"]
s3vectors = ["mypy-boto3-s3vectors (>=1.42.0,<1.43.0)"]
sagemaker = ["mypy-boto3-sagemaker (>=1.42.0,<1.43.0)"]
sagemaker-a2i-runtime = ["mypy-boto3-sagemaker-a2i-runtime (>=1.42.0,<1.43.0)"]
sagemaker-edge = ["mypy-boto3-sagemaker-edge (>=1.42.0,<1.43.0)"]
sagemaker-featurestore-runtime = ["mypy-boto3-sagemaker-featurestore-runtime (>=1.42.0,<1.43.0)"]
sagemaker-geospatial = ["mypy-boto3-sagemaker-geospatial (>=1.42.0,<1.43.0)"]
sagemaker-metrics = ["mypy-boto3-sagemaker-metrics (>=1.42.0,<1.43.0)"]
sagemaker-runtime = ["mypy-boto3-sagemaker-runtime (>=1.42.0,<1.43.0)"]
savingsplans = ["mypy-boto3-savingsplans (>=1.42.0,<1.43.0)"]
scheduler = ["mypy-boto3-scheduler (>=1.42.0,<1.43.0)"]
schemas = ["mypy-boto3-schemas (>=1.42.0,<1.43.0)"]
sdb = ["mypy-boto3-sdb (>=1.42.0,<1.43.0)"]
secretsmanager = ["mypy-boto3-secretsmanager (>=1.42.0,<1.43.0)"]
security-ir = ["mypy-boto3-security-ir (>=1.42.0,<1.43.0)"]
securityhub = ["mypy-boto3-securityhub (>=1.42.0,<1.43.0)"]
securitylake = ["mypy-boto3-securitylake (>=1.42.0,<1.43.0)"]
serverlessrepo = ["mypy-boto3-serverlessrepo (>=1.42.0,<1.43.0)"]
service-quotas = ["mypy-boto3-service-quotas (>=1.42.0,<1.43.0)"]
servicecatalog = ["mypy-boto3-servicecatalog (>=1.42.0,<1.43.0)"]
servicecatalog-appregistry = ["mypy-boto3-servicecatalog-appregistry (>=1.42.0,<1.43.0)"]
servicediscovery = ["mypy-boto3-servicediscovery (>=1.42.0,<1.43.0)"]
ses = ["mypy-boto3-ses (>=1.42.0,<1.43.0)"]
sesv2 = ["mypy-boto3-sesv2 (>=1.42.0,<1.43.0)"]
shield = ["mypy-boto3-shield (>=1.42.0,<1.43.0)"]
signer = ["mypy-boto3-signer (>=1.42.0,<1.43.0)"]
signin = ["mypy-boto3-signin (>=1.42.0,<1.43.0)"]
simspaceweaver = ["mypy-boto3-simspaceweaver (>=1.42.0,<1.43.0)"]
snow-device-management = ["mypy-boto3-snow-device-management (>=1.42.0,<1.43.0)"]
snowball = ["mypy-boto3-snowball (>=1.42.0,<1.43.0)"]
sns = ["mypy-boto3-sns (>=1.42.0,<1.43.0)"]
socialmessaging = ["mypy-boto3-socialmessaging (>=1.42.0,<1.43.0)"]
sqs = ["mypy-boto3-sqs (>=1.42.0,<1.43.0)"]
ssm = ["mypy-boto3-ssm (>=1.42.0,<1.43.0)"]
ssm-contacts = ["mypy-boto3-ssm-contacts (>=1.42.0,<1.43.0)"]
ssm-guiconnect = ["mypy-boto3-ssm-guiconnect (>=1.42.0,<1.43.0)"]
ssm-incidents = ["mypy-boto3-ssm-incidents (>=1.42.0,<1.43.0)"]
ssm-quicksetup = ["mypy-boto3-ssm-quicksetup (>=1.42.0,<1.43.0)"]
ssm-sap = ["mypy-boto3-ssm-sap (>=1.42.0,<1.43.0)"]
sso = ["mypy-boto3-sso (>=1.42.0,<1.43.0)"]
sso-admin = ["mypy-boto3-sso-admin (>=1.42.0,<1.43.0)"]
sso-oidc = ["mypy-boto3-sso-oidc (>=1.42.0,<1.43.0)"]
stepfunctions = ["mypy-boto3-stepfunctions (>=1.42.0,<1.43.0)"]
storagegateway = ["mypy-boto3-storagegateway (>=1.42.0,<1.43.0)"]
sts = ["mypy-boto3-sts (>=1.42.0,<1.43.0)"]
supplychain = ["mypy-boto3-supplychain (>=1.42.0,<1.43.0)"]
support = ["mypy-boto3-support (>=1.42.0,<1.43.0)"]
support-app = ["mypy-boto3-support-app (>=1.42.0,<1.43.0)"]
swf = ["mypy-boto3-swf (>=1.42.0,<1.43.0)"]
synthetics = ["mypy-boto3-synthetics (>=1.42.0,<1.43.0)"]
taxsettings = ["mypy-boto3-taxsettings (>=1.42.0,<1.43.0)"]
textract = ["mypy-boto3-textract (>=1.42.0,<1.43.0)"]
timestream-influxdb = ["mypy-boto3-timestream-influxdb (>=1.42.0,<1.43.0)"]
timestream-query = ["mypy-boto3-timestream-query (>=1.42.0,<1.43.0)"]
timestream-write = ["mypy-boto3-timestream-write (>=1.42.0,<1.43.0)"]
tnb = ["mypy-boto3-tnb (>=1.42.0,<1.43.0)"]
transcribe = ["mypy-boto3-transcribe (>=1.42.0,<1.43.0)"]
transfer = ["mypy-boto3-transfer (>=1.42.0,<1.43.0)"]
translate = ["mypy-boto3-translate (>=1.42.0,<1.43.0)"]
trustedadvisor = ["mypy-boto3-trustedadvisor (>=1.42.0,<1.43.0)"]
verifiedpermissions = ["mypy-boto3-verifiedpermissions (>=1.42.0,<1.43.0)"]
voice-id = ["mypy-boto3-voice-id (>=1.42.0,<1.43.0)"]
vpc-lattice = ["mypy-boto3-vpc-lattice (>=1.42.0,<1.43.0)"]
waf = ["mypy-boto3-waf (>=1.42.0,<1.43.0)"]
waf-regional = ["mypy-boto3-waf-regional (>=1.42.0,<1.43.0)"]
wafv2 = ["mypy-boto3-wafv2 (>=1.42.0,<1.43.0)"]
wellarchitected = ["mypy-boto3-wellarchitected (>=1.42.0,<1.43.0)"]
wickr = ["mypy-boto3-wickr (>=1.42.0,<1.43.0)"]
wisdom = ["mypy-boto3-wisdom (>=1.42.0,<1.43.0)"]
workdocs = ["mypy-boto3-workdocs (>=1.42.0,<1.43.0)"]
workmail = ["mypy-boto3-workmail (>=1.42.0,<1.43.0)"]
workmailmessageflow = ["mypy-boto3-workmailmessageflow (>=1.42.0,<1.43.0)"]
workspaces = ["mypy-boto3-workspaces (>=1.42.0,<1.43.0)"]
workspaces-instances = ["mypy-boto3-workspaces-instances (>=1.42.0,<1.43.0)"]
workspaces-thin-client = ["mypy-boto3-workspaces-thin-client (>=1.42.0,<1.43.0)"]
workspaces-web = ["mypy-boto3-workspaces-web (>=1.42.0,<1.43.0)"]
xray = ["mypy-boto3-xray (>=1.42.0,<1.43.0)"]
[[package]]
name = "botocore"
version = "1.42.10"
description = "Low-level, data-driven core of boto 3."
optional = false
python-versions = ">=3.9"
groups = ["main", "dev"]
files = [
{file = "botocore-1.42.10-py3-none-any.whl", hash = "sha256:41eaa73694c0f9e5e281d81f18325f1181d332dce21ea47f58426250b31889fe"},
{file = "botocore-1.42.10.tar.gz", hash = "sha256:84312c37ddc34cd0cce25436f26370af1edb9e1b1944359ee15350239537cdaa"},
]
[package.dependencies]
jmespath = ">=0.7.1,<2.0.0"
python-dateutil = ">=2.1,<3.0.0"
urllib3 = {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""}
[package.extras]
crt = ["awscrt (==0.29.2)"]
[[package]]
name = "botocore-stubs"
version = "1.42.10"
description = "Type annotations and code completion for botocore"
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "botocore_stubs-1.42.10-py3-none-any.whl", hash = "sha256:2512c3931042f73d473f33c5228040636b419e3cd7ec3be94de6d8e0d240a00a"},
{file = "botocore_stubs-1.42.10.tar.gz", hash = "sha256:e86fcb0d6755559b714481316854d19a6b4b993023607da47d56a0c75d4f9387"},
]
[package.dependencies]
types-awscrt = "*"
[package.extras]
botocore = ["botocore"]
[[package]]
name = "bytecode"
version = "0.17.0"
description = "Python module to generate and modify bytecode"
optional = true
python-versions = ">=3.9"
groups = ["main"]
markers = "extra == \"datadog\""
files = [
{file = "bytecode-0.17.0-py3-none-any.whl", hash = "sha256:64fb10cde1db7ef5cc39bd414ecebd54ba3b40e1c4cf8121ca5e72f170916ff8"},
{file = "bytecode-0.17.0.tar.gz", hash = "sha256:0c37efa5bd158b1b873f530cceea2c645611d55bd2dc2a4758b09f185749b6fd"},
]
[[package]]
name = "cattrs"
version = "25.3.0"
description = "Composable complex class support for attrs and dataclasses."
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "cattrs-25.3.0-py3-none-any.whl", hash = "sha256:9896e84e0a5bf723bc7b4b68f4481785367ce07a8a02e7e9ee6eb2819bc306ff"},
{file = "cattrs-25.3.0.tar.gz", hash = "sha256:1ac88d9e5eda10436c4517e390a4142d88638fe682c436c93db7ce4a277b884a"},
]
[package.dependencies]
attrs = ">=25.4.0"
exceptiongroup = {version = ">=1.1.1", markers = "python_version < \"3.11\""}
typing-extensions = ">=4.14.0"
[package.extras]
bson = ["pymongo (>=4.4.0)"]
cbor2 = ["cbor2 (>=5.4.6)"]
msgpack = ["msgpack (>=1.0.5)"]
msgspec = ["msgspec (>=0.19.0) ; implementation_name == \"cpython\""]
orjson = ["orjson (>=3.11.3) ; implementation_name == \"cpython\""]
pyyaml = ["pyyaml (>=6.0)"]
tomlkit = ["tomlkit (>=0.11.8)"]
ujson = ["ujson (>=5.10.0)"]
[[package]]
name = "cdk-nag"
version = "2.37.55"
description = "Check CDK v2 applications for best practices using a combination on available rule packs."
optional = false
python-versions = "~=3.9"
groups = ["dev"]
files = [
{file = "cdk_nag-2.37.55-py3-none-any.whl", hash = "sha256:bf83bcdeb98ac20bb813cac291af121d91c5a296fa815e01f93886b4f8b38845"},
{file = "cdk_nag-2.37.55.tar.gz", hash = "sha256:e9dc517070ef5a19deef95e79731e5624bd86cd07b56d210380408ea1314e47b"},
]
[package.dependencies]
aws-cdk-lib = ">=2.176.0,<3.0.0"
constructs = ">=10.0.5,<11.0.0"
jsii = ">=1.116.0,<2.0.0"
publication = ">=0.0.3"
typeguard = ">=2.13.3,<4.3.0"
[[package]]
name = "cdklabs-generative-ai-cdk-constructs"