-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoetry.lock
8298 lines (7625 loc) · 596 KB
/
poetry.lock
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.0.1 and should not be changed by hand.
[[package]]
name = "aiofiles"
version = "23.2.1"
description = "File support for asyncio."
optional = false
python-versions = ">=3.7"
groups = ["main"]
files = [
{file = "aiofiles-23.2.1-py3-none-any.whl", hash = "sha256:19297512c647d4b27a2cf7c34caa7e405c0d60b5560618a29a9fe027b18b0107"},
{file = "aiofiles-23.2.1.tar.gz", hash = "sha256:84ec2218d8419404abcb9f0c02df3f34c6e0a68ed41072acfb1cef5cbc29051a"},
]
[[package]]
name = "aiohappyeyeballs"
version = "2.4.4"
description = "Happy Eyeballs for asyncio"
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "aiohappyeyeballs-2.4.4-py3-none-any.whl", hash = "sha256:a980909d50efcd44795c4afeca523296716d50cd756ddca6af8c65b996e27de8"},
{file = "aiohappyeyeballs-2.4.4.tar.gz", hash = "sha256:5fdd7d87889c63183afc18ce9271f9b0a7d32c2303e394468dd45d514a757745"},
]
[[package]]
name = "aiohttp"
version = "3.11.11"
description = "Async http client/server framework (asyncio)"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "aiohttp-3.11.11-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a60804bff28662cbcf340a4d61598891f12eea3a66af48ecfdc975ceec21e3c8"},
{file = "aiohttp-3.11.11-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4b4fa1cb5f270fb3eab079536b764ad740bb749ce69a94d4ec30ceee1b5940d5"},
{file = "aiohttp-3.11.11-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:731468f555656767cda219ab42e033355fe48c85fbe3ba83a349631541715ba2"},
{file = "aiohttp-3.11.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cb23d8bb86282b342481cad4370ea0853a39e4a32a0042bb52ca6bdde132df43"},
{file = "aiohttp-3.11.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f047569d655f81cb70ea5be942ee5d4421b6219c3f05d131f64088c73bb0917f"},
{file = "aiohttp-3.11.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dd7659baae9ccf94ae5fe8bfaa2c7bc2e94d24611528395ce88d009107e00c6d"},
{file = "aiohttp-3.11.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:af01e42ad87ae24932138f154105e88da13ce7d202a6de93fafdafb2883a00ef"},
{file = "aiohttp-3.11.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5854be2f3e5a729800bac57a8d76af464e160f19676ab6aea74bde18ad19d438"},
{file = "aiohttp-3.11.11-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:6526e5fb4e14f4bbf30411216780c9967c20c5a55f2f51d3abd6de68320cc2f3"},
{file = "aiohttp-3.11.11-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:85992ee30a31835fc482468637b3e5bd085fa8fe9392ba0bdcbdc1ef5e9e3c55"},
{file = "aiohttp-3.11.11-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:88a12ad8ccf325a8a5ed80e6d7c3bdc247d66175afedbe104ee2aaca72960d8e"},
{file = "aiohttp-3.11.11-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:0a6d3fbf2232e3a08c41eca81ae4f1dff3d8f1a30bae415ebe0af2d2458b8a33"},
{file = "aiohttp-3.11.11-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:84a585799c58b795573c7fa9b84c455adf3e1d72f19a2bf498b54a95ae0d194c"},
{file = "aiohttp-3.11.11-cp310-cp310-win32.whl", hash = "sha256:bfde76a8f430cf5c5584553adf9926534352251d379dcb266ad2b93c54a29745"},
{file = "aiohttp-3.11.11-cp310-cp310-win_amd64.whl", hash = "sha256:0fd82b8e9c383af11d2b26f27a478640b6b83d669440c0a71481f7c865a51da9"},
{file = "aiohttp-3.11.11-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:ba74ec819177af1ef7f59063c6d35a214a8fde6f987f7661f4f0eecc468a8f76"},
{file = "aiohttp-3.11.11-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4af57160800b7a815f3fe0eba9b46bf28aafc195555f1824555fa2cfab6c1538"},
{file = "aiohttp-3.11.11-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ffa336210cf9cd8ed117011085817d00abe4c08f99968deef0013ea283547204"},
{file = "aiohttp-3.11.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:81b8fe282183e4a3c7a1b72f5ade1094ed1c6345a8f153506d114af5bf8accd9"},
{file = "aiohttp-3.11.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3af41686ccec6a0f2bdc66686dc0f403c41ac2089f80e2214a0f82d001052c03"},
{file = "aiohttp-3.11.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:70d1f9dde0e5dd9e292a6d4d00058737052b01f3532f69c0c65818dac26dc287"},
{file = "aiohttp-3.11.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:249cc6912405917344192b9f9ea5cd5b139d49e0d2f5c7f70bdfaf6b4dbf3a2e"},
{file = "aiohttp-3.11.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0eb98d90b6690827dcc84c246811feeb4e1eea683c0eac6caed7549be9c84665"},
{file = "aiohttp-3.11.11-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ec82bf1fda6cecce7f7b915f9196601a1bd1a3079796b76d16ae4cce6d0ef89b"},
{file = "aiohttp-3.11.11-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:9fd46ce0845cfe28f108888b3ab17abff84ff695e01e73657eec3f96d72eef34"},
{file = "aiohttp-3.11.11-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:bd176afcf8f5d2aed50c3647d4925d0db0579d96f75a31e77cbaf67d8a87742d"},
{file = "aiohttp-3.11.11-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:ec2aa89305006fba9ffb98970db6c8221541be7bee4c1d027421d6f6df7d1ce2"},
{file = "aiohttp-3.11.11-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:92cde43018a2e17d48bb09c79e4d4cb0e236de5063ce897a5e40ac7cb4878773"},
{file = "aiohttp-3.11.11-cp311-cp311-win32.whl", hash = "sha256:aba807f9569455cba566882c8938f1a549f205ee43c27b126e5450dc9f83cc62"},
{file = "aiohttp-3.11.11-cp311-cp311-win_amd64.whl", hash = "sha256:ae545f31489548c87b0cced5755cfe5a5308d00407000e72c4fa30b19c3220ac"},
{file = "aiohttp-3.11.11-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:e595c591a48bbc295ebf47cb91aebf9bd32f3ff76749ecf282ea7f9f6bb73886"},
{file = "aiohttp-3.11.11-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:3ea1b59dc06396b0b424740a10a0a63974c725b1c64736ff788a3689d36c02d2"},
{file = "aiohttp-3.11.11-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8811f3f098a78ffa16e0ea36dffd577eb031aea797cbdba81be039a4169e242c"},
{file = "aiohttp-3.11.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd7227b87a355ce1f4bf83bfae4399b1f5bb42e0259cb9405824bd03d2f4336a"},
{file = "aiohttp-3.11.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d40f9da8cabbf295d3a9dae1295c69975b86d941bc20f0a087f0477fa0a66231"},
{file = "aiohttp-3.11.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ffb3dc385f6bb1568aa974fe65da84723210e5d9707e360e9ecb51f59406cd2e"},
{file = "aiohttp-3.11.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a8f5f7515f3552d899c61202d99dcb17d6e3b0de777900405611cd747cecd1b8"},
{file = "aiohttp-3.11.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3499c7ffbfd9c6a3d8d6a2b01c26639da7e43d47c7b4f788016226b1e711caa8"},
{file = "aiohttp-3.11.11-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8e2bf8029dbf0810c7bfbc3e594b51c4cc9101fbffb583a3923aea184724203c"},
{file = "aiohttp-3.11.11-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:b6212a60e5c482ef90f2d788835387070a88d52cf6241d3916733c9176d39eab"},
{file = "aiohttp-3.11.11-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:d119fafe7b634dbfa25a8c597718e69a930e4847f0b88e172744be24515140da"},
{file = "aiohttp-3.11.11-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:6fba278063559acc730abf49845d0e9a9e1ba74f85f0ee6efd5803f08b285853"},
{file = "aiohttp-3.11.11-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:92fc484e34b733704ad77210c7957679c5c3877bd1e6b6d74b185e9320cc716e"},
{file = "aiohttp-3.11.11-cp312-cp312-win32.whl", hash = "sha256:9f5b3c1ed63c8fa937a920b6c1bec78b74ee09593b3f5b979ab2ae5ef60d7600"},
{file = "aiohttp-3.11.11-cp312-cp312-win_amd64.whl", hash = "sha256:1e69966ea6ef0c14ee53ef7a3d68b564cc408121ea56c0caa2dc918c1b2f553d"},
{file = "aiohttp-3.11.11-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:541d823548ab69d13d23730a06f97460f4238ad2e5ed966aaf850d7c369782d9"},
{file = "aiohttp-3.11.11-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:929f3ed33743a49ab127c58c3e0a827de0664bfcda566108989a14068f820194"},
{file = "aiohttp-3.11.11-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0882c2820fd0132240edbb4a51eb8ceb6eef8181db9ad5291ab3332e0d71df5f"},
{file = "aiohttp-3.11.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b63de12e44935d5aca7ed7ed98a255a11e5cb47f83a9fded7a5e41c40277d104"},
{file = "aiohttp-3.11.11-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:aa54f8ef31d23c506910c21163f22b124facb573bff73930735cf9fe38bf7dff"},
{file = "aiohttp-3.11.11-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a344d5dc18074e3872777b62f5f7d584ae4344cd6006c17ba12103759d407af3"},
{file = "aiohttp-3.11.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0b7fb429ab1aafa1f48578eb315ca45bd46e9c37de11fe45c7f5f4138091e2f1"},
{file = "aiohttp-3.11.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c341c7d868750e31961d6d8e60ff040fb9d3d3a46d77fd85e1ab8e76c3e9a5c4"},
{file = "aiohttp-3.11.11-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ed9ee95614a71e87f1a70bc81603f6c6760128b140bc4030abe6abaa988f1c3d"},
{file = "aiohttp-3.11.11-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:de8d38f1c2810fa2a4f1d995a2e9c70bb8737b18da04ac2afbf3971f65781d87"},
{file = "aiohttp-3.11.11-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:a9b7371665d4f00deb8f32208c7c5e652059b0fda41cf6dbcac6114a041f1cc2"},
{file = "aiohttp-3.11.11-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:620598717fce1b3bd14dd09947ea53e1ad510317c85dda2c9c65b622edc96b12"},
{file = "aiohttp-3.11.11-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:bf8d9bfee991d8acc72d060d53860f356e07a50f0e0d09a8dfedea1c554dd0d5"},
{file = "aiohttp-3.11.11-cp313-cp313-win32.whl", hash = "sha256:9d73ee3725b7a737ad86c2eac5c57a4a97793d9f442599bea5ec67ac9f4bdc3d"},
{file = "aiohttp-3.11.11-cp313-cp313-win_amd64.whl", hash = "sha256:c7a06301c2fb096bdb0bd25fe2011531c1453b9f2c163c8031600ec73af1cc99"},
{file = "aiohttp-3.11.11-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:3e23419d832d969f659c208557de4a123e30a10d26e1e14b73431d3c13444c2e"},
{file = "aiohttp-3.11.11-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:21fef42317cf02e05d3b09c028712e1d73a9606f02467fd803f7c1f39cc59add"},
{file = "aiohttp-3.11.11-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1f21bb8d0235fc10c09ce1d11ffbd40fc50d3f08a89e4cf3a0c503dc2562247a"},
{file = "aiohttp-3.11.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1642eceeaa5ab6c9b6dfeaaa626ae314d808188ab23ae196a34c9d97efb68350"},
{file = "aiohttp-3.11.11-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2170816e34e10f2fd120f603e951630f8a112e1be3b60963a1f159f5699059a6"},
{file = "aiohttp-3.11.11-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8be8508d110d93061197fd2d6a74f7401f73b6d12f8822bbcd6d74f2b55d71b1"},
{file = "aiohttp-3.11.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4eed954b161e6b9b65f6be446ed448ed3921763cc432053ceb606f89d793927e"},
{file = "aiohttp-3.11.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d6c9af134da4bc9b3bd3e6a70072509f295d10ee60c697826225b60b9959acdd"},
{file = "aiohttp-3.11.11-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:44167fc6a763d534a6908bdb2592269b4bf30a03239bcb1654781adf5e49caf1"},
{file = "aiohttp-3.11.11-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:479b8c6ebd12aedfe64563b85920525d05d394b85f166b7873c8bde6da612f9c"},
{file = "aiohttp-3.11.11-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:10b4ff0ad793d98605958089fabfa350e8e62bd5d40aa65cdc69d6785859f94e"},
{file = "aiohttp-3.11.11-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:b540bd67cfb54e6f0865ceccd9979687210d7ed1a1cc8c01f8e67e2f1e883d28"},
{file = "aiohttp-3.11.11-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:1dac54e8ce2ed83b1f6b1a54005c87dfed139cf3f777fdc8afc76e7841101226"},
{file = "aiohttp-3.11.11-cp39-cp39-win32.whl", hash = "sha256:568c1236b2fde93b7720f95a890741854c1200fba4a3471ff48b2934d2d93fd3"},
{file = "aiohttp-3.11.11-cp39-cp39-win_amd64.whl", hash = "sha256:943a8b052e54dfd6439fd7989f67fc6a7f2138d0a2cf0a7de5f18aa4fe7eb3b1"},
{file = "aiohttp-3.11.11.tar.gz", hash = "sha256:bb49c7f1e6ebf3821a42d81d494f538107610c3a705987f53068546b0e90303e"},
]
[package.dependencies]
aiohappyeyeballs = ">=2.3.0"
aiosignal = ">=1.1.2"
async-timeout = {version = ">=4.0,<6.0", markers = "python_version < \"3.11\""}
attrs = ">=17.3.0"
frozenlist = ">=1.1.1"
multidict = ">=4.5,<7.0"
propcache = ">=0.2.0"
yarl = ">=1.17.0,<2.0"
[package.extras]
speedups = ["Brotli", "aiodns (>=3.2.0)", "brotlicffi"]
[[package]]
name = "aiosignal"
version = "1.3.2"
description = "aiosignal: a list of registered asynchronous callbacks"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "aiosignal-1.3.2-py2.py3-none-any.whl", hash = "sha256:45cde58e409a301715980c2b01d0c28bdde3770d8290b5eb2173759d9acb31a5"},
{file = "aiosignal-1.3.2.tar.gz", hash = "sha256:a8c255c66fafb1e499c9351d0bf32ff2d8a0321595ebac3b93713656d2436f54"},
]
[package.dependencies]
frozenlist = ">=1.1.0"
[[package]]
name = "aiosqlite"
version = "0.20.0"
description = "asyncio bridge to the standard sqlite3 module"
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "aiosqlite-0.20.0-py3-none-any.whl", hash = "sha256:36a1deaca0cac40ebe32aac9977a6e2bbc7f5189f23f4a54d5908986729e5bd6"},
{file = "aiosqlite-0.20.0.tar.gz", hash = "sha256:6d35c8c256637f4672f843c31021464090805bf925385ac39473fb16eaaca3d7"},
]
[package.dependencies]
typing_extensions = ">=4.0"
[package.extras]
dev = ["attribution (==1.7.0)", "black (==24.2.0)", "coverage[toml] (==7.4.1)", "flake8 (==7.0.0)", "flake8-bugbear (==24.2.6)", "flit (==3.9.0)", "mypy (==1.8.0)", "ufmt (==2.3.0)", "usort (==1.0.8.post1)"]
docs = ["sphinx (==7.2.6)", "sphinx-mdinclude (==0.5.3)"]
[[package]]
name = "alembic"
version = "1.14.0"
description = "A database migration tool for SQLAlchemy."
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "alembic-1.14.0-py3-none-any.whl", hash = "sha256:99bd884ca390466db5e27ffccff1d179ec5c05c965cfefc0607e69f9e411cb25"},
{file = "alembic-1.14.0.tar.gz", hash = "sha256:b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b"},
]
[package.dependencies]
Mako = "*"
SQLAlchemy = ">=1.3.0"
typing-extensions = ">=4"
[package.extras]
tz = ["backports.zoneinfo"]
[[package]]
name = "amqp"
version = "5.3.1"
description = "Low-level AMQP client for Python (fork of amqplib)."
optional = false
python-versions = ">=3.6"
groups = ["main"]
files = [
{file = "amqp-5.3.1-py3-none-any.whl", hash = "sha256:43b3319e1b4e7d1251833a93d672b4af1e40f3d632d479b98661a95f117880a2"},
{file = "amqp-5.3.1.tar.gz", hash = "sha256:cddc00c725449522023bad949f70fff7b48f0b1ade74d170a6f10ab044739432"},
]
[package.dependencies]
vine = ">=5.0.0,<6.0.0"
[[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"]
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"},
]
[[package]]
name = "anyio"
version = "4.8.0"
description = "High level compatibility layer for multiple asynchronous event loop implementations"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "anyio-4.8.0-py3-none-any.whl", hash = "sha256:b5011f270ab5eb0abf13385f851315585cc37ef330dd88e27ec3d34d651fd47a"},
{file = "anyio-4.8.0.tar.gz", hash = "sha256:1d9fe889df5212298c0c0723fa20479d1b94883a2df44bd3897aa91083316f7a"},
]
[package.dependencies]
exceptiongroup = {version = ">=1.0.2", markers = "python_version < \"3.11\""}
idna = ">=2.8"
sniffio = ">=1.1"
typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""}
[package.extras]
doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx_rtd_theme"]
test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "trustme", "truststore (>=0.9.1)", "uvloop (>=0.21)"]
trio = ["trio (>=0.26.1)"]
[[package]]
name = "apache-airflow"
version = "2.10.4"
description = "Programmatically author, schedule and monitor data pipelines"
optional = false
python-versions = "<3.13,>=3.8.1"
groups = ["main"]
files = [
{file = "apache_airflow-2.10.4-py3-none-any.whl", hash = "sha256:9470a26479034ddede69fca913d7f84a32dd883368861b9421e2a692c0fc5ef4"},
{file = "apache_airflow-2.10.4.tar.gz", hash = "sha256:10ebf8b95c59ba229f06235665e92cc684577861cfd1e96bdbe3d3eb7cb5779a"},
]
[package.dependencies]
alembic = ">=1.13.1,<2.0"
apache-airflow-providers-apache-beam = {version = "*", optional = true, markers = "python_version != \"3.12\" and extra == \"apache-beam\""}
apache-airflow-providers-celery = {version = "*", optional = true, markers = "extra == \"celery\""}
apache-airflow-providers-cncf-kubernetes = {version = "*", optional = true, markers = "extra == \"cncf-kubernetes\""}
apache-airflow-providers-common-compat = "*"
apache-airflow-providers-common-io = "*"
apache-airflow-providers-common-sql = "*"
apache-airflow-providers-fab = ">=1.0.2"
apache-airflow-providers-ftp = "*"
apache-airflow-providers-google = {version = "*", optional = true, markers = "extra == \"google\""}
apache-airflow-providers-http = "*"
apache-airflow-providers-imap = "*"
apache-airflow-providers-openlineage = {version = "*", optional = true, markers = "extra == \"openlineage\""}
apache-airflow-providers-postgres = {version = "*", optional = true, markers = "extra == \"postgres\""}
apache-airflow-providers-sftp = {version = "*", optional = true, markers = "extra == \"sftp\""}
apache-airflow-providers-smtp = "*"
apache-airflow-providers-sqlite = "*"
argcomplete = ">=1.10"
asgiref = ">=2.3.0"
attrs = ">=22.1.0"
blinker = ">=1.6.2"
colorlog = ">=6.8.2"
configupdater = ">=3.1.1"
connexion = {version = ">=2.14.2,<3.0", extras = ["flask"]}
cron-descriptor = ">=1.2.24"
croniter = ">=2.0.2"
cryptography = ">=41.0.0"
deprecated = ">=1.2.13"
dill = ">=0.2.2"
eventlet = {version = ">=0.33.3", optional = true, markers = "extra == \"async\""}
flask = ">=2.2.1,<2.3"
flask-caching = ">=2.0.0"
flask-session = ">=0.4.0,<0.6"
flask-wtf = ">=1.1.0"
fsspec = ">=2023.10.0"
gevent = {version = ">=0.13", optional = true, markers = "extra == \"async\""}
google-re2 = {version = ">=1.0", markers = "python_version < \"3.12\""}
greenlet = {version = ">=0.4.9", optional = true, markers = "extra == \"async\""}
gunicorn = ">=20.1.0"
httpx = ">=0.25.0"
importlib_metadata = {version = ">=6.5", markers = "python_version < \"3.12\""}
itsdangerous = ">=2.0"
jinja2 = ">=3.0.0"
jsonschema = ">=4.18.0"
lazy-object-proxy = ">=1.2.0"
linkify-it-py = ">=2.0.0"
lockfile = ">=0.12.2"
markdown-it-py = ">=2.1.0"
markupsafe = ">=1.1.1"
marshmallow-oneofschema = ">=2.0.1"
mdit-py-plugins = ">=0.3.0"
methodtools = ">=0.4.7"
opentelemetry-api = ">=1.24.0"
opentelemetry-exporter-otlp = ">=1.24.0"
packaging = ">=23.0"
pathspec = ">=0.9.0"
pendulum = {version = ">=2.1.2,<4.0", markers = "python_version < \"3.12\""}
pluggy = ">=1.5.0"
psutil = ">=5.8.0"
pygments = ">=2.0.1"
pyjwt = ">=2.0.0"
python-daemon = ">=3.0.0"
python-dateutil = ">=2.7.0"
python-nvd3 = ">=0.15.0"
python-slugify = ">=5.0"
requests = ">=2.27.0,<3"
requests-toolbelt = ">=0.4.0"
rfc3339-validator = ">=0.1.4"
rich = ">=12.4.4"
rich-argparse = ">=1.0.0"
setproctitle = ">=1.3.3"
sqlalchemy = ">=1.4.36,<2.0"
sqlalchemy-jsonfield = ">=1.0"
tabulate = ">=0.7.5"
tenacity = ">=8.0.0,<8.2.0 || >8.2.0"
termcolor = ">=1.1.0"
universal-pathlib = ">=0.2.2,<0.2.4 || >0.2.4"
werkzeug = ">=2.0,<3"
[package.extras]
aiobotocore = ["aiobotocore (>=2.9.0)"]
airbyte = ["apache-airflow-providers-airbyte"]
alibaba = ["apache-airflow-providers-alibaba"]
all = ["apache-airflow[aiobotocore]", "apache-airflow[airbyte]", "apache-airflow[alibaba]", "apache-airflow[all-dbs]", "apache-airflow[amazon]", "apache-airflow[apache-atlas]", "apache-airflow[apache-beam]", "apache-airflow[apache-cassandra]", "apache-airflow[apache-drill]", "apache-airflow[apache-druid]", "apache-airflow[apache-flink]", "apache-airflow[apache-hdfs]", "apache-airflow[apache-hive]", "apache-airflow[apache-iceberg]", "apache-airflow[apache-impala]", "apache-airflow[apache-kafka]", "apache-airflow[apache-kylin]", "apache-airflow[apache-livy]", "apache-airflow[apache-pig]", "apache-airflow[apache-pinot]", "apache-airflow[apache-spark]", "apache-airflow[apache-webhdfs]", "apache-airflow[apprise]", "apache-airflow[arangodb]", "apache-airflow[asana]", "apache-airflow[async]", "apache-airflow[atlassian-jira]", "apache-airflow[celery]", "apache-airflow[cgroups]", "apache-airflow[cloudant]", "apache-airflow[cloudpickle]", "apache-airflow[cncf-kubernetes]", "apache-airflow[cohere]", "apache-airflow[common-compat]", "apache-airflow[common-io]", "apache-airflow[common-sql]", "apache-airflow[databricks]", "apache-airflow[datadog]", "apache-airflow[dbt-cloud]", "apache-airflow[deprecated-api]", "apache-airflow[dingding]", "apache-airflow[discord]", "apache-airflow[docker]", "apache-airflow[elasticsearch]", "apache-airflow[exasol]", "apache-airflow[fab]", "apache-airflow[facebook]", "apache-airflow[ftp]", "apache-airflow[github-enterprise]", "apache-airflow[github]", "apache-airflow[google-auth]", "apache-airflow[google]", "apache-airflow[graphviz]", "apache-airflow[grpc]", "apache-airflow[hashicorp]", "apache-airflow[http]", "apache-airflow[imap]", "apache-airflow[influxdb]", "apache-airflow[jdbc]", "apache-airflow[jenkins]", "apache-airflow[kerberos]", "apache-airflow[ldap]", "apache-airflow[leveldb]", "apache-airflow[microsoft-azure]", "apache-airflow[microsoft-mssql]", "apache-airflow[microsoft-psrp]", "apache-airflow[microsoft-winrm]", "apache-airflow[mongo]", "apache-airflow[mysql]", "apache-airflow[neo4j]", "apache-airflow[odbc]", "apache-airflow[openai]", "apache-airflow[openfaas]", "apache-airflow[openlineage]", "apache-airflow[opensearch]", "apache-airflow[opsgenie]", "apache-airflow[oracle]", "apache-airflow[otel]", "apache-airflow[pagerduty]", "apache-airflow[pandas]", "apache-airflow[papermill]", "apache-airflow[password]", "apache-airflow[pgvector]", "apache-airflow[pinecone]", "apache-airflow[postgres]", "apache-airflow[presto]", "apache-airflow[pydantic]", "apache-airflow[qdrant]", "apache-airflow[rabbitmq]", "apache-airflow[redis]", "apache-airflow[s3fs]", "apache-airflow[salesforce]", "apache-airflow[samba]", "apache-airflow[saml]", "apache-airflow[segment]", "apache-airflow[sendgrid]", "apache-airflow[sentry]", "apache-airflow[sftp]", "apache-airflow[singularity]", "apache-airflow[slack]", "apache-airflow[smtp]", "apache-airflow[snowflake]", "apache-airflow[sqlite]", "apache-airflow[ssh]", "apache-airflow[statsd]", "apache-airflow[tableau]", "apache-airflow[tabular]", "apache-airflow[telegram]", "apache-airflow[teradata]", "apache-airflow[trino]", "apache-airflow[uv]", "apache-airflow[vertica]", "apache-airflow[virtualenv]", "apache-airflow[weaviate]", "apache-airflow[yandex]", "apache-airflow[ydb]", "apache-airflow[zendesk]"]
all-core = ["apache-airflow[aiobotocore]", "apache-airflow[apache-atlas]", "apache-airflow[apache-webhdfs]", "apache-airflow[async]", "apache-airflow[cgroups]", "apache-airflow[cloudpickle]", "apache-airflow[deprecated-api]", "apache-airflow[github-enterprise]", "apache-airflow[google-auth]", "apache-airflow[graphviz]", "apache-airflow[kerberos]", "apache-airflow[ldap]", "apache-airflow[leveldb]", "apache-airflow[otel]", "apache-airflow[pandas]", "apache-airflow[password]", "apache-airflow[pydantic]", "apache-airflow[rabbitmq]", "apache-airflow[s3fs]", "apache-airflow[saml]", "apache-airflow[sentry]", "apache-airflow[statsd]", "apache-airflow[uv]", "apache-airflow[virtualenv]"]
all-dbs = ["apache-airflow[apache-cassandra]", "apache-airflow[apache-drill]", "apache-airflow[apache-druid]", "apache-airflow[apache-hdfs]", "apache-airflow[apache-hive]", "apache-airflow[apache-impala]", "apache-airflow[apache-pinot]", "apache-airflow[arangodb]", "apache-airflow[cloudant]", "apache-airflow[databricks]", "apache-airflow[exasol]", "apache-airflow[influxdb]", "apache-airflow[microsoft-mssql]", "apache-airflow[mongo]", "apache-airflow[mysql]", "apache-airflow[neo4j]", "apache-airflow[postgres]", "apache-airflow[presto]", "apache-airflow[trino]", "apache-airflow[vertica]"]
amazon = ["apache-airflow-providers-amazon"]
apache-atlas = ["atlasclient (>=0.1.2)"]
apache-beam = ["apache-airflow-providers-apache-beam"]
apache-cassandra = ["apache-airflow-providers-apache-cassandra"]
apache-drill = ["apache-airflow-providers-apache-drill"]
apache-druid = ["apache-airflow-providers-apache-druid"]
apache-flink = ["apache-airflow-providers-apache-flink"]
apache-hdfs = ["apache-airflow-providers-apache-hdfs"]
apache-hive = ["apache-airflow-providers-apache-hive"]
apache-iceberg = ["apache-airflow-providers-apache-iceberg"]
apache-impala = ["apache-airflow-providers-apache-impala"]
apache-kafka = ["apache-airflow-providers-apache-kafka"]
apache-kylin = ["apache-airflow-providers-apache-kylin"]
apache-livy = ["apache-airflow-providers-apache-livy"]
apache-pig = ["apache-airflow-providers-apache-pig"]
apache-pinot = ["apache-airflow-providers-apache-pinot"]
apache-spark = ["apache-airflow-providers-apache-spark"]
apache-webhdfs = ["hdfs[avro,dataframe,kerberos] (>=2.0.4)"]
apprise = ["apache-airflow-providers-apprise"]
arangodb = ["apache-airflow-providers-arangodb"]
asana = ["apache-airflow-providers-asana"]
async = ["eventlet (>=0.33.3)", "gevent (>=0.13)", "greenlet (>=0.4.9)"]
atlas = ["apache-airflow[apache-atlas]"]
atlassian-jira = ["apache-airflow-providers-atlassian-jira"]
aws = ["apache-airflow[amazon]"]
azure = ["apache-airflow[microsoft-azure]"]
cassandra = ["apache-airflow[apache-cassandra]"]
celery = ["apache-airflow-providers-celery"]
cgroups = ["cgroupspy (>=0.2.2)"]
cloudant = ["apache-airflow-providers-cloudant"]
cloudpickle = ["cloudpickle"]
cncf-kubernetes = ["apache-airflow-providers-cncf-kubernetes"]
cohere = ["apache-airflow-providers-cohere"]
common-compat = ["apache-airflow-providers-common-compat"]
common-io = ["apache-airflow-providers-common-io"]
common-sql = ["apache-airflow-providers-common-sql"]
databricks = ["apache-airflow-providers-databricks"]
datadog = ["apache-airflow-providers-datadog"]
dbt-cloud = ["apache-airflow-providers-dbt-cloud"]
deprecated-api = ["requests (>=2.27.0,<3)"]
devel-ci = ["aiobotocore (>=2.9.0)", "aiofiles (>=23.2.0)", "aioresponses (>=0.7.6)", "amqp", "astroid (>=2.12.3,<3.0)", "atlasclient (>=0.1.2)", "authlib (>=1.0.0)", "backports-zoneinfo (>=0.2.1)", "bcrypt (>=2.0.0)", "beautifulsoup4 (>=4.7.1)", "black (>=23.12.0)", "blinker (>=1.1)", "blinker (>=1.7.0)", "cgroupspy (>=0.2.2)", "checksumdir (>=1.2.0)", "click (>=8.0)", "click (>=8.0,!=8.1.4,!=8.1.5)", "cloudpickle", "coverage (>=7.4.0)", "diagrams (>=0.23.4)", "docutils (>=0.16,<0.17)", "duckdb (>=0.10.0)", "duckdb (>=0.9.0)", "eralchemy2 (>=1.3.8)", "eventlet (>=0.33.3)", "flask-bcrypt (>=0.7.1)", "gevent (>=0.13)", "gitpython (>=3.1.40)", "graphviz (>=0.12)", "greenlet (>=0.4.9)", "hatch (>=1.9.1)", "hdfs[avro,dataframe,kerberos] (>=2.0.4)", "incremental (>=22.10.0,!=24.7.0,!=24.7.1)", "ipdb (>=0.13.13)", "jmespath (>=0.7.0)", "ldap3 (>=2.5.1)", "mypy (==1.9.0)", "opentelemetry-exporter-prometheus", "pandas (>=1.2.5,<2.2)", "pipdeptree (>=2.13.1)", "plyvel (>=1.5.1)", "pre-commit (>=3.5.0)", "pydantic (>=2.3.0)", "pygithub (>=2.1.1)", "pykerberos (>=1.1.13)", "pytest (>=8.2,<9)", "pytest-asyncio (>=0.23.6)", "pytest-cov (>=4.1.0)", "pytest-custom-exit-code (>=0.3.0)", "pytest-icdiff (>=0.9)", "pytest-instafail (>=0.5.0)", "pytest-mock (>=3.12.0)", "pytest-rerunfailures (>=13.0)", "pytest-timeouts (>=1.2.1)", "pytest-xdist (>=3.5.0)", "python-ldap", "python3-saml (>=1.16.0)", "requests (>=2.27.0,<3)", "requests-kerberos (>=0.10.0)", "requests-mock (>=1.11.0)", "restructuredtext-lint (>=1.4.0)", "rich-click (>=1.7.0)", "ruff (==0.5.5)", "s3fs (>=2023.10.0)", "semver (>=3.0.2)", "sentry-sdk (>=1.32.0,!=1.33.0)", "sphinx (>=5.3.0,<6.0.0)", "sphinx-airflow-theme (>=0.0.12)", "sphinx-argparse (>=0.4.0)", "sphinx-autoapi (>=2.1.1)", "sphinx-copybutton (>=0.5.2)", "sphinx-design (>=0.5.0)", "sphinx-jinja (>=2.0.2)", "sphinx-rtd-theme (>=2.0.0)", "sphinxcontrib-applehelp (>=1.0.4)", "sphinxcontrib-devhelp (>=1.0.2)", "sphinxcontrib-htmlhelp (>=2.0.1)", "sphinxcontrib-httpdomain (>=1.8.1)", "sphinxcontrib-jquery (>=4.1)", "sphinxcontrib-jsmath (>=1.0.1)", "sphinxcontrib-qthelp (>=1.0.3)", "sphinxcontrib-redoc (>=1.6.0)", "sphinxcontrib-serializinghtml (==1.1.5)", "sphinxcontrib-spelling (>=8.0.0)", "statsd (>=3.3.0)", "thrift-sasl (>=0.2.0)", "time-machine (>=2.13.0)", "towncrier (>=23.11.0)", "twine (>=4.0.2)", "types-aiofiles", "types-certifi", "types-croniter", "types-deprecated", "types-docutils", "types-markdown", "types-paramiko", "types-protobuf", "types-pymysql", "types-python-dateutil", "types-python-slugify", "types-pytz", "types-pyyaml", "types-redis", "types-requests", "types-setuptools", "types-tabulate", "types-termcolor", "types-toml", "uv (>=0.1.32)", "virtualenv", "wheel (>=0.42.0)", "yamllint (>=1.33.0)"]
dingding = ["apache-airflow-providers-dingding"]
discord = ["apache-airflow-providers-discord"]
docker = ["apache-airflow-providers-docker"]
druid = ["apache-airflow[apache-druid]"]
elasticsearch = ["apache-airflow-providers-elasticsearch"]
exasol = ["apache-airflow-providers-exasol"]
fab = ["apache-airflow-providers-fab"]
facebook = ["apache-airflow-providers-facebook"]
ftp = ["apache-airflow-providers-ftp"]
gcp = ["apache-airflow[google]"]
gcp-api = ["apache-airflow[google]"]
github = ["apache-airflow-providers-github"]
github-enterprise = ["apache-airflow[fab]", "authlib (>=1.0.0)"]
google = ["apache-airflow-providers-google"]
google-auth = ["apache-airflow[fab]", "authlib (>=1.0.0)"]
graphviz = ["graphviz (>=0.12)"]
grpc = ["apache-airflow-providers-grpc"]
hashicorp = ["apache-airflow-providers-hashicorp"]
hdfs = ["apache-airflow[apache-hdfs]"]
hive = ["apache-airflow[apache-hive]"]
http = ["apache-airflow-providers-http"]
imap = ["apache-airflow-providers-imap"]
influxdb = ["apache-airflow-providers-influxdb"]
jdbc = ["apache-airflow-providers-jdbc"]
jenkins = ["apache-airflow-providers-jenkins"]
kerberos = ["pykerberos (>=1.1.13)", "requests-kerberos (>=0.10.0)", "thrift-sasl (>=0.2.0)"]
kubernetes = ["apache-airflow[cncf-kubernetes]"]
ldap = ["ldap3 (>=2.5.1)", "python-ldap"]
leveldb = ["plyvel (>=1.5.1)"]
microsoft-azure = ["apache-airflow-providers-microsoft-azure"]
microsoft-mssql = ["apache-airflow-providers-microsoft-mssql"]
microsoft-psrp = ["apache-airflow-providers-microsoft-psrp"]
microsoft-winrm = ["apache-airflow-providers-microsoft-winrm"]
mongo = ["apache-airflow-providers-mongo"]
mssql = ["apache-airflow[microsoft-mssql]"]
mysql = ["apache-airflow-providers-mysql"]
neo4j = ["apache-airflow-providers-neo4j"]
odbc = ["apache-airflow-providers-odbc"]
openai = ["apache-airflow-providers-openai"]
openfaas = ["apache-airflow-providers-openfaas"]
openlineage = ["apache-airflow-providers-openlineage"]
opensearch = ["apache-airflow-providers-opensearch"]
opsgenie = ["apache-airflow-providers-opsgenie"]
oracle = ["apache-airflow-providers-oracle"]
otel = ["opentelemetry-exporter-prometheus"]
pagerduty = ["apache-airflow-providers-pagerduty"]
pandas = ["pandas (>=1.2.5,<2.2)"]
papermill = ["apache-airflow-providers-papermill"]
password = ["bcrypt (>=2.0.0)", "flask-bcrypt (>=0.7.1)"]
pgvector = ["apache-airflow-providers-pgvector"]
pinecone = ["apache-airflow-providers-pinecone"]
pinot = ["apache-airflow[apache-pinot]"]
postgres = ["apache-airflow-providers-postgres"]
presto = ["apache-airflow-providers-presto"]
pydantic = ["pydantic (>=2.3.0)"]
qdrant = ["apache-airflow-providers-qdrant"]
rabbitmq = ["amqp"]
redis = ["apache-airflow-providers-redis"]
s3 = ["apache-airflow[amazon]"]
s3fs = ["s3fs (>=2023.10.0)"]
salesforce = ["apache-airflow-providers-salesforce"]
samba = ["apache-airflow-providers-samba"]
saml = ["python3-saml (>=1.16.0)"]
segment = ["apache-airflow-providers-segment"]
sendgrid = ["apache-airflow-providers-sendgrid"]
sentry = ["blinker (>=1.1)", "sentry-sdk (>=1.32.0,!=1.33.0)"]
sftp = ["apache-airflow-providers-sftp"]
singularity = ["apache-airflow-providers-singularity"]
slack = ["apache-airflow-providers-slack"]
smtp = ["apache-airflow-providers-smtp"]
snowflake = ["apache-airflow-providers-snowflake"]
spark = ["apache-airflow[apache-spark]"]
sqlite = ["apache-airflow-providers-sqlite"]
ssh = ["apache-airflow-providers-ssh"]
statsd = ["statsd (>=3.3.0)"]
tableau = ["apache-airflow-providers-tableau"]
tabular = ["apache-airflow-providers-tabular"]
telegram = ["apache-airflow-providers-telegram"]
teradata = ["apache-airflow-providers-teradata"]
trino = ["apache-airflow-providers-trino"]
uv = ["uv (>=0.1.32)"]
vertica = ["apache-airflow-providers-vertica"]
virtualenv = ["virtualenv"]
weaviate = ["apache-airflow-providers-weaviate"]
webhdfs = ["apache-airflow[apache-webhdfs]"]
winrm = ["apache-airflow[microsoft-winrm]"]
yandex = ["apache-airflow-providers-yandex"]
ydb = ["apache-airflow-providers-ydb"]
zendesk = ["apache-airflow-providers-zendesk"]
[[package]]
name = "apache-airflow-providers-apache-beam"
version = "5.9.1"
description = "Provider package apache-airflow-providers-apache-beam for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_apache_beam-5.9.1-py3-none-any.whl", hash = "sha256:175415acdd6bfaf5492980293b3cb6004b77d47c7daa2ad622e600bb1a286af4"},
{file = "apache_airflow_providers_apache_beam-5.9.1.tar.gz", hash = "sha256:febf7228c16b9753bf8869d4067ae3903c065adf5aa8907a3066f7d008d493de"},
]
[package.dependencies]
apache-airflow = ">=2.8.0"
apache-beam = ">=2.53.0"
pyarrow = ">=14.0.1"
[package.extras]
common-compat = ["apache-airflow-providers-common-compat"]
google = ["apache-airflow-providers-google", "apache-beam[gcp]"]
[[package]]
name = "apache-airflow-providers-celery"
version = "3.8.5"
description = "Provider package apache-airflow-providers-celery for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_celery-3.8.5-py3-none-any.whl", hash = "sha256:c317cee79bb8c5cca83e035c636c77e820a1a58efce213a4fff3cd4bfe8dd17a"},
{file = "apache_airflow_providers_celery-3.8.5.tar.gz", hash = "sha256:e2ed84977493667044cfdb29a5f1c8acd07ee1477086937a4b1350a73fc8d6f2"},
]
[package.dependencies]
apache-airflow = ">=2.8.0"
celery = {version = ">=5.3.0,<5.3.2 || >5.3.2,<5.3.3 || >5.3.3,<6", extras = ["redis"]}
flower = ">=1.0.0"
google-re2 = ">=1.0"
[package.extras]
cncf-kubernetes = ["apache-airflow-providers-cncf-kubernetes (>=7.4.0)"]
[[package]]
name = "apache-airflow-providers-cncf-kubernetes"
version = "10.1.0"
description = "Provider package apache-airflow-providers-cncf-kubernetes for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_cncf_kubernetes-10.1.0-py3-none-any.whl", hash = "sha256:c07aa87e087eefafd1d6843b493770f1722d8caad653ba38ca6ddfd996072808"},
{file = "apache_airflow_providers_cncf_kubernetes-10.1.0.tar.gz", hash = "sha256:3ff99533981d3fd44a531ff6eff6107d392ff39067436d1c832859a7d411d7f7"},
]
[package.dependencies]
aiofiles = ">=23.2.0"
apache-airflow = ">=2.9.0"
asgiref = ">=3.5.2"
cryptography = ">=41.0.0"
google-re2 = ">=1.0"
kubernetes = ">=29.0.0,<=31.0.0"
kubernetes_asyncio = ">=29.0.0,<=31.0.0"
[[package]]
name = "apache-airflow-providers-common-compat"
version = "1.3.0"
description = "Provider package apache-airflow-providers-common-compat for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_common_compat-1.3.0-py3-none-any.whl", hash = "sha256:f4e125eba88078bda95cec5144debe519460276f33e214260a7e471bbe8d8c5d"},
{file = "apache_airflow_providers_common_compat-1.3.0.tar.gz", hash = "sha256:fc63b30baa72c9aff810087898a957555e0f67281a7b2430f3a1d322a7abb9fb"},
]
[package.dependencies]
apache-airflow = ">=2.9.0"
[package.extras]
openlineage = ["apache-airflow-providers-openlineage"]
standard = ["apache-airflow-providers-standard"]
[[package]]
name = "apache-airflow-providers-common-io"
version = "1.5.0"
description = "Provider package apache-airflow-providers-common-io for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_common_io-1.5.0-py3-none-any.whl", hash = "sha256:74accdef8c0c8b0a38f6f607b7c33c9dc2a5c5d1b6ff992b5dee605cf71e7c49"},
{file = "apache_airflow_providers_common_io-1.5.0.tar.gz", hash = "sha256:5eae7b705f600347d7f2e208696be76951db18e380f7534d0416932300b67e85"},
]
[package.dependencies]
apache-airflow = ">=2.9.0"
[package.extras]
common-compat = ["apache-airflow-providers-common-compat"]
openlineage = ["apache-airflow-providers-openlineage"]
[[package]]
name = "apache-airflow-providers-common-sql"
version = "1.21.0"
description = "Provider package apache-airflow-providers-common-sql for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_common_sql-1.21.0-py3-none-any.whl", hash = "sha256:87d26eab25fb09e0b04e14f563dfc3a365fc86e2452211e075229dcb8ce142d2"},
{file = "apache_airflow_providers_common_sql-1.21.0.tar.gz", hash = "sha256:bcab9432a50c46b9a23d2203c2a9beb682f039c28da6b5882c70dc3ab80ac826"},
]
[package.dependencies]
apache-airflow = ">=2.9.0"
more-itertools = ">=9.0.0"
sqlparse = ">=0.5.1"
[package.extras]
openlineage = ["apache-airflow-providers-openlineage"]
pandas = ["pandas (>=1.5.3,<2.2)", "pandas (>=2.1.2,<2.2)"]
[[package]]
name = "apache-airflow-providers-fab"
version = "1.5.2"
description = "Provider package apache-airflow-providers-fab for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_fab-1.5.2-py3-none-any.whl", hash = "sha256:62180f0f2cab0060b4370bda43040fe1ebdeb656297de797b1bc846cfe7d63e3"},
{file = "apache_airflow_providers_fab-1.5.2.tar.gz", hash = "sha256:22744241fd8f5dfd4575f02775afa00b3a965b04799b67fd0a42678f994ec3ba"},
]
[package.dependencies]
apache-airflow = ">=2.9.0"
apache-airflow-providers-common-compat = ">=1.2.1"
flask = ">=2.2,<2.3"
flask-appbuilder = "4.5.2"
flask-login = ">=0.6.2"
google-re2 = ">=1.0"
jmespath = ">=0.7.0"
[package.extras]
common-compat = ["apache-airflow-providers-common-compat"]
kerberos = ["kerberos (>=1.3.0)"]
[[package]]
name = "apache-airflow-providers-ftp"
version = "3.12.0"
description = "Provider package apache-airflow-providers-ftp for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_ftp-3.12.0-py3-none-any.whl", hash = "sha256:46518cc3dfcd21545ca7a4f342b415296cdd8daa6036c174d45d734d4b53a802"},
{file = "apache_airflow_providers_ftp-3.12.0.tar.gz", hash = "sha256:91430e2d1c0f323b361e2c6b08de649103ee10e6c8977dde3fd5cc42db84c505"},
]
[package.dependencies]
apache-airflow = ">=2.9.0"
[package.extras]
common-compat = ["apache-airflow-providers-common-compat"]
openlineage = ["apache-airflow-providers-openlineage"]
[[package]]
name = "apache-airflow-providers-google"
version = "10.26.0"
description = "Provider package apache-airflow-providers-google for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_google-10.26.0-py3-none-any.whl", hash = "sha256:fde9bdfc6354de64b9bb3ff3fb5987cdfc1402beb0a9d69399c70792f9f9528e"},
{file = "apache_airflow_providers_google-10.26.0.tar.gz", hash = "sha256:04477b9a66b5fb964d8b0b6bee6109bd505fbc84780b024018a7e0b8aaf741c0"},
]
[package.dependencies]
apache-airflow = ">=2.8.0"
apache-airflow-providers-common-compat = ">=1.2.1"
apache-airflow-providers-common-sql = ">=1.20.0"
asgiref = ">=3.5.2"
dill = ">=0.2.3"
gcloud-aio-auth = ">=5.2.0"
gcloud-aio-bigquery = ">=6.1.2"
gcloud-aio-storage = ">=9.0.0"
gcsfs = ">=2023.10.0"
google-ads = ">=25.1.0"
google-analytics-admin = ">=0.9.0"
google-api-core = ">=2.11.0,<2.16.0 || >2.16.0,<2.18.0 || >2.18.0"
google-api-python-client = ">=2.0.2"
google-auth = ">=2.29.0"
google-auth-httplib2 = ">=0.0.1"
google-cloud-aiplatform = ">=1.70.0"
google-cloud-automl = ">=2.12.0"
google-cloud-batch = ">=0.13.0"
google-cloud-bigquery = ">=3.4.0,<3.21.dev0 || >3.22.0,<3.23.dev0 || >=3.24.dev0"
google-cloud-bigquery-datatransfer = ">=3.13.0"
google-cloud-bigtable = ">=2.17.0"
google-cloud-build = ">=3.22.0"
google-cloud-compute = ">=1.10.0"
google-cloud-container = ">=2.17.4"
google-cloud-datacatalog = ">=3.11.1"
google-cloud-dataflow-client = ">=0.8.6"
google-cloud-dataform = ">=0.5.0"
google-cloud-dataplex = ">=1.10.0"
google-cloud-dataproc = ">=5.12.0"
google-cloud-dataproc-metastore = ">=1.12.0"
google-cloud-dlp = ">=3.12.0"
google-cloud-kms = ">=2.15.0"
google-cloud-language = ">=2.9.0"
google-cloud-logging = ">=3.5.0"
google-cloud-memcache = ">=1.7.0"
google-cloud-monitoring = ">=2.18.0"
google-cloud-orchestration-airflow = ">=1.10.0"
google-cloud-os-login = ">=2.9.1"
google-cloud-pubsub = ">=2.19.0"
google-cloud-redis = ">=2.12.0"
google-cloud-run = ">=0.10.0"
google-cloud-secret-manager = ">=2.16.0"
google-cloud-spanner = ">=3.11.1,<3.49.0 || >3.49.0"
google-cloud-speech = ">=2.18.0"
google-cloud-storage = ">=2.7.0"
google-cloud-storage-transfer = ">=1.4.1"
google-cloud-tasks = ">=2.13.0"
google-cloud-texttospeech = ">=2.14.1"
google-cloud-translate = ">=3.11.0"
google-cloud-videointelligence = ">=2.11.0"
google-cloud-vision = ">=3.4.0"
google-cloud-workflows = ">=1.10.0"
grpcio-gcp = ">=0.2.2"
httpx = ">=0.25.0"
immutabledict = ">=4.2.0"
json-merge-patch = ">=0.2"
looker-sdk = ">=22.4.0,<24.18.0 || >24.18.0"
pandas = {version = ">=2.1.2,<2.2", markers = "python_version >= \"3.9\""}
pandas-gbq = ">=0.7.0"
proto-plus = ">=1.19.6"
pyarrow = ">=14.0.1"
PyOpenSSL = ">=23.0.0"
python-slugify = ">=7.0.0"
sqlalchemy-bigquery = ">=1.2.1"
sqlalchemy-spanner = ">=1.6.2"
tenacity = ">=8.1.0"
[package.extras]
amazon = ["apache-airflow-providers-amazon (>=2.6.0)"]
apache-beam = ["apache-airflow-providers-apache-beam", "apache-beam[gcp]"]
apache-cassandra = ["apache-airflow-providers-apache-cassandra"]
cncf-kubernetes = ["apache-airflow-providers-cncf-kubernetes (>=7.2.0)"]
common-compat = ["apache-airflow-providers-common-compat"]
common-sql = ["apache-airflow-providers-common-sql"]
facebook = ["apache-airflow-providers-facebook (>=2.2.0)"]
leveldb = ["plyvel (>=1.5.1)"]
microsoft-azure = ["apache-airflow-providers-microsoft-azure"]
microsoft-mssql = ["apache-airflow-providers-microsoft-mssql"]
mysql = ["apache-airflow-providers-mysql"]
openlineage = ["apache-airflow-providers-openlineage"]
oracle = ["apache-airflow-providers-oracle (>=3.1.0)"]
postgres = ["apache-airflow-providers-postgres"]
presto = ["apache-airflow-providers-presto"]
salesforce = ["apache-airflow-providers-salesforce"]
sftp = ["apache-airflow-providers-sftp"]
ssh = ["apache-airflow-providers-ssh"]
trino = ["apache-airflow-providers-trino"]
[[package]]
name = "apache-airflow-providers-http"
version = "5.0.0"
description = "Provider package apache-airflow-providers-http for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_http-5.0.0-py3-none-any.whl", hash = "sha256:27e8902afad082bc05d05ec625b7f3c24ef3467a95813f3471b1c6eaea991ef8"},
{file = "apache_airflow_providers_http-5.0.0.tar.gz", hash = "sha256:3869cb1dcdcd9a13a4416e91e2fc2bccbec27598115ad9ef1dc4596831ffbf17"},
]
[package.dependencies]
aiohttp = ">=3.9.2,<3.11.0 || >3.11.0"
apache-airflow = ">=2.9.0"
asgiref = ">=2.3.0"
requests = ">=2.27.0,<3"
requests-toolbelt = ">=0.4.0"
[[package]]
name = "apache-airflow-providers-imap"
version = "3.8.0"
description = "Provider package apache-airflow-providers-imap for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_imap-3.8.0-py3-none-any.whl", hash = "sha256:559104033a5d7500ac988ef2a876917afa79ccabacfa0169e5698ad04026036b"},
{file = "apache_airflow_providers_imap-3.8.0.tar.gz", hash = "sha256:29e024ab590dfd33049ef3bd62357b742e0adbd4fd16426e595ea7ec5e62f776"},
]
[package.dependencies]
apache-airflow = ">=2.9.0"
[[package]]
name = "apache-airflow-providers-openlineage"
version = "2.0.0"
description = "Provider package apache-airflow-providers-openlineage for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_openlineage-2.0.0-py3-none-any.whl", hash = "sha256:8f766ebbf9699600c302b9d66b4b62fb8a0c58ed0cdade48c2b13b59bcc5f5cd"},
{file = "apache_airflow_providers_openlineage-2.0.0.tar.gz", hash = "sha256:3d235a1d774253ad0dd77c17df479dcfa0bfafa077500a20681e0906547d8664"},
]
[package.dependencies]
apache-airflow = ">=2.9.0"
apache-airflow-providers-common-compat = ">=1.3.0"
apache-airflow-providers-common-sql = ">=1.20.0"
attrs = ">=22.2"
openlineage-integration-common = ">=1.24.2"
openlineage-python = ">=1.24.2"
[[package]]
name = "apache-airflow-providers-postgres"
version = "6.0.0"
description = "Provider package apache-airflow-providers-postgres for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_postgres-6.0.0-py3-none-any.whl", hash = "sha256:7b7441c757ecc6407c74facdab9abef5f398ab7246e89c6c3c180bab776e99df"},
{file = "apache_airflow_providers_postgres-6.0.0.tar.gz", hash = "sha256:dfd93d18635e0e2a1124949fc17ff3875d40249fc6182060c80b192c7e78214a"},
]
[package.dependencies]
apache-airflow = ">=2.9.0"
apache-airflow-providers-common-sql = ">=1.20.0"
asyncpg = ">=0.30.0"
psycopg2-binary = ">=2.9.4"
[package.extras]
amazon = ["apache-airflow-providers-amazon (>=2.6.0)"]
openlineage = ["apache-airflow-providers-openlineage"]
[[package]]
name = "apache-airflow-providers-sftp"
version = "5.0.0"
description = "Provider package apache-airflow-providers-sftp for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_sftp-5.0.0-py3-none-any.whl", hash = "sha256:5483856844258e3d037bd45a3aaf503651d558dbf88db97cc528ba95ff57d0ce"},
{file = "apache_airflow_providers_sftp-5.0.0.tar.gz", hash = "sha256:86e7d25695cd65761308644592ea9c391c47f67f937c3891743a2e6c2125c6a0"},
]
[package.dependencies]
apache-airflow = ">=2.9.0"
apache-airflow-providers-ssh = ">=2.1.0"
asyncssh = ">=2.12.0"
paramiko = ">=2.9.0"
[package.extras]
common-compat = ["apache-airflow-providers-common-compat"]
openlineage = ["apache-airflow-providers-openlineage"]
[[package]]
name = "apache-airflow-providers-smtp"
version = "1.9.0"
description = "Provider package apache-airflow-providers-smtp for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_smtp-1.9.0-py3-none-any.whl", hash = "sha256:73f0d2bd0ab945fee7c7b7d0c21a8e60c744e5a0dd2d216a4b3b31045b98bf57"},
{file = "apache_airflow_providers_smtp-1.9.0.tar.gz", hash = "sha256:012ca6abe1b8e241a90b3e627d4b4fdfc9c467f84c0b849ba97e9b22f0a135af"},
]
[package.dependencies]
apache-airflow = ">=2.9.0"
[[package]]
name = "apache-airflow-providers-sqlite"
version = "4.0.0"
description = "Provider package apache-airflow-providers-sqlite for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_sqlite-4.0.0-py3-none-any.whl", hash = "sha256:e83e642372292dcf79fecbab986fc4778728eef1a9854ebe6702e25c8096fc6f"},
{file = "apache_airflow_providers_sqlite-4.0.0.tar.gz", hash = "sha256:b667c94b9f4e71fb7d1392bec9018fcc8fef8a8741edb0f248221a9e56e7b1e5"},
]
[package.dependencies]
aiosqlite = ">=0.20.0"
apache-airflow = ">=2.9.0"
apache-airflow-providers-common-sql = ">=1.20.0"
[[package]]
name = "apache-airflow-providers-ssh"
version = "4.0.0"
description = "Provider package apache-airflow-providers-ssh for Apache Airflow"
optional = false
python-versions = "~=3.9"
groups = ["main"]
files = [
{file = "apache_airflow_providers_ssh-4.0.0-py3-none-any.whl", hash = "sha256:b27be35bd63b71fc93db26e2625569453f50476f29fa799d404ca4a4e2962cc0"},
{file = "apache_airflow_providers_ssh-4.0.0.tar.gz", hash = "sha256:0719783920590e51cbf756aac08100778881fa9f80d77e1ad16eab4e157d88e3"},
]
[package.dependencies]
apache-airflow = ">=2.9.0"
paramiko = ">=2.9.0"
sshtunnel = ">=0.3.2"
[[package]]
name = "apache-beam"
version = "2.61.0"
description = "Apache Beam SDK for Python"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "apache_beam-2.61.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8ddd3269ed584ecb1e5ad9f5874904555eae1124862959b0d170ff9e6364c5d8"},
{file = "apache_beam-2.61.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a39c5f04720fd038c5db3dba32d31df2a39379386da378e44d47b4b24015d12a"},
{file = "apache_beam-2.61.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a27a012c756a0cc97a577c9c2356b28358e0445d08ea772e1f929e54f7e272bb"},
{file = "apache_beam-2.61.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cc24317596e27e84f83ae3834f490de4bb5769c1ce73ed9b8411d1ad75eafabe"},
{file = "apache_beam-2.61.0-cp310-cp310-win32.whl", hash = "sha256:61f58e7810ec22efbe3368d12cff853f51bf4ef172b7c0968569193e600042be"},
{file = "apache_beam-2.61.0-cp310-cp310-win_amd64.whl", hash = "sha256:1cd6c58a24bfd716e55fc85098d5b9cabbd12a24509424257143ae42ef065acd"},
{file = "apache_beam-2.61.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:02fad5609ee312347e586d05967ad2f6640c57aea2c8a8f859e59d37d9371dba"},
{file = "apache_beam-2.61.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1d6751138975dee8c817b4db5e90885105178926d4248fd4cf4c0daa2d287e01"},
{file = "apache_beam-2.61.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c1bcb9b58dd81512338a893af6fed36adc47bafc9327437cabd90d5ccf26c700"},
{file = "apache_beam-2.61.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a746e9937aa8df105a0a955d8ef4104b7de0c5adc9627c4d74d3bed9301cb344"},
{file = "apache_beam-2.61.0-cp311-cp311-win32.whl", hash = "sha256:47cf473efd535992aaf6d0fccb517e43118851f692b58178a97b50a9c3505147"},
{file = "apache_beam-2.61.0-cp311-cp311-win_amd64.whl", hash = "sha256:d1946492989304c99a093534f9f17739e36ef008ed7ca7121489a740cac2e231"},
{file = "apache_beam-2.61.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:345c6e921a1bdb51ce2348d8500f8ee142ff9da81cc6d1e34b7032e790172550"},
{file = "apache_beam-2.61.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e811ddd53c3ebc8f8b47fe05c4c4cc12fcc4adbb709c7457a8f5adce71937d44"},
{file = "apache_beam-2.61.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:55264ab6d0d3af23fde6935e6a2aff48b549ae12f354bc6f7a0ec1f32175c6ed"},
{file = "apache_beam-2.61.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:066462e2b7a9ba8d8609501322be4941a96826c3695240379399fb417aacfff9"},
{file = "apache_beam-2.61.0-cp312-cp312-win32.whl", hash = "sha256:9b9377e2d4325be3c7360d10b7b5093d98a19e29360cd362b4210bd272019d58"},
{file = "apache_beam-2.61.0-cp312-cp312-win_amd64.whl", hash = "sha256:b36df5d99c48f1c3bee6d1297587c9a48cd271591b13ecb4f50f937f67a74f5b"},
{file = "apache_beam-2.61.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2ea49eb1da6db6b1a9aed782024fab5203140d5f91cea46465cb8029f353d3ef"},
{file = "apache_beam-2.61.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:512220914cce19e563fbb6582351f4f84fe673afbf804674120cd344bb1d489e"},
{file = "apache_beam-2.61.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4a4c42a286290e39daa9d177e2f4c5b047b2248e576fe0b08cf1156441f5d278"},
{file = "apache_beam-2.61.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e2c26c749a20e4e0aadf427c844049dbc40a3883f983abd91d6cddac1515405"},
{file = "apache_beam-2.61.0-cp39-cp39-win32.whl", hash = "sha256:201dfd3cae9431859cd2c3dc705c01e29e79b28e44a6b5244cbb13c730d9a68f"},
{file = "apache_beam-2.61.0-cp39-cp39-win_amd64.whl", hash = "sha256:48facb4408fd2f0efa6ad37bd5d532f4b3131e3b3a96a5a1dd923791f5e7e185"},
{file = "apache_beam-2.61.0.tar.gz", hash = "sha256:17b747c437e06fb4221b63b042927d72f12d37b28ba9849d4fca212c81385da9"},
]
[package.dependencies]
cloudpickle = ">=2.2.1,<2.3.0"
crcmod = ">=1.7,<2.0"
dill = ">=0.3.1.1,<0.3.2"
fastavro = ">=0.23.6,<2"
fasteners = ">=0.3,<1.0"
grpcio = ">=1.33.1,<1.48.0 || >1.48.0,<1.59.dev0 || >1.62.0,<1.62.1 || >1.62.1,<1.66.0"
hdfs = ">=2.1.0,<3.0.0"
httplib2 = ">=0.8,<0.23.0"
jsonpickle = ">=3.0.0,<4.0.0"
jsonschema = ">=4.0.0,<5.0.0"
numpy = ">=1.14.3,<2.2.0"
objsize = ">=0.6.1,<0.8.0"
orjson = ">=3.9.7,<4"
packaging = ">=22.0"
proto-plus = ">=1.7.1,<2"
protobuf = ">=3.20.3,<4.0.dev0 || >=4.1.dev0,<4.21.dev0 || >4.22.0,<4.23.dev0 || >=4.25.dev0,<6.0.0.dev0"
pyarrow = ">=3.0.0,<17.0.0"
pyarrow-hotfix = "<1"
pydot = ">=1.2.0,<2"
pymongo = ">=3.8.0,<5.0.0"
python-dateutil = ">=2.8.0,<3"
pytz = ">=2018.3"
pyyaml = ">=3.12,<7.0.0"
redis = ">=5.0.0,<6"
regex = ">=2020.6.8"
requests = ">=2.24.0,<3.0.0"
sortedcontainers = ">=2.4.0"
typing-extensions = ">=3.7.0"
zstandard = ">=0.18.0,<1"
[package.extras]
aws = ["boto3 (>=1.9,<2)"]
azure = ["azure-core (>=1.7.0,<2)", "azure-identity (>=1.12.0,<2)", "azure-storage-blob (>=12.3.2,<13)"]
dask = ["dask (>=2022.6)", "distributed (>=2022.6)"]
dataframe = ["pandas (>=1.4.3,!=1.5.0,!=1.5.1,<2.3)"]
docs = ["Sphinx (>=7.0.0,<8.0)", "docstring-parser (>=0.15,<1.0)", "docutils (>=0.18.1)", "jinja2 (>=3.0,<3.2)", "openai", "pandas (<2.2.0)"]
gcp = ["cachetools (>=3.1.0,<6)", "google-api-core (>=2.0.0,<3)", "google-apitools (>=0.5.31,<0.5.32)", "google-auth (>=1.18.0,<3)", "google-auth-httplib2 (>=0.1.0,<0.3.0)", "google-cloud-aiplatform (>=1.26.0,<2.0)", "google-cloud-bigquery (>=2.0.0,<4)", "google-cloud-bigquery-storage (>=2.6.3,<3)", "google-cloud-bigtable (>=2.19.0,<3)", "google-cloud-core (>=2.0.0,<3)", "google-cloud-datastore (>=2.0.0,<3)", "google-cloud-dlp (>=3.0.0,<4)", "google-cloud-language (>=2.0,<3)", "google-cloud-pubsub (>=2.1.0,<3)", "google-cloud-pubsublite (>=1.2.0,<2)", "google-cloud-recommendations-ai (>=0.1.0,<0.11.0)", "google-cloud-spanner (>=3.0.0,<4)", "google-cloud-storage (>=2.18.2,<3)", "google-cloud-videointelligence (>=2.0,<3)", "google-cloud-vision (>=2,<4)", "keyrings.google-artifactregistry-auth"]
interactive = ["facets-overview (>=1.1.0,<2)", "google-cloud-dataproc (>=5.0.0,<6)", "ipykernel (>=6,<7)", "ipython (>=8,<9)", "ipywidgets (>=8,<9)", "jupyter-client (>=6.1.11,!=6.1.13,<8.2.1)", "nbconvert (>=6.2.0,<8)", "nbformat (>=5.0.5,<6)", "pandas (>=1.4.3,!=1.5.0,!=1.5.1,<2.3)", "timeloop (>=1.0.2,<2)"]
interactive-test = ["chromedriver-binary (>=117,<118)", "needle (>=0.5.0,<1)", "pillow (>=7.1.1,<10)", "urllib3 (>=1.21.1,<2)"]
ml-test = ["datatable", "embeddings", "onnxruntime", "pillow", "sentence-transformers", "skl2onnx", "tensorflow (<2.16.0)", "tensorflow-hub", "tensorflow-transform", "tf2onnx", "torch", "transformers"]
test = ["cryptography (>=41.0.2)", "docstring-parser (>=0.15,<1.0)", "freezegun (>=0.3.12)", "hypothesis (>5.0.0,<7.0.0)", "jinja2 (>=3.0,<3.2)", "joblib (>=1.0.1)", "mock (>=1.0.1,<6.0.0)", "pandas (<2.2.0)", "parameterized (>=0.7.1,<0.10.0)", "psycopg2-binary (>=2.8.5,!=2.9.10,<3.0.0)", "pyhamcrest (>=1.9,!=1.10.0,<3.0.0)", "pytest (>=7.1.2,<8.0)", "pytest-timeout (>=2.1.0,<3)", "pytest-xdist (>=2.5.0,<4)", "requests-mock (>=1.7,<2.0)", "scikit-learn (>=0.20.0)", "setuptools", "sqlalchemy (>=1.3,<3.0)", "tenacity (>=8.0.0,<9)", "testcontainers[mysql] (>=3.0.3,<4.0.0)"]
yaml = ["docstring-parser (>=0.15,<1.0)", "jinja2 (>=3.0,<3.2)", "js2py (>=0.74,<1)", "pandas (>=1.4.3,!=1.5.0,!=1.5.1,<2.3)", "virtualenv-clone (>=0.5,<1.0)"]
[[package]]
name = "apispec"
version = "6.8.1"
description = "A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)."
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "apispec-6.8.1-py3-none-any.whl", hash = "sha256:eacba00df745efc9adb2a45cf992300e87938582077e101fb26b78ecf4320beb"},
{file = "apispec-6.8.1.tar.gz", hash = "sha256:f4916cbb7be156963b18f5929a0e42bd2349135834b680a81b12432bcfaa9a39"},
]
[package.dependencies]
packaging = ">=21.3"
PyYAML = {version = ">=3.10", optional = true, markers = "extra == \"yaml\""}
[package.extras]
dev = ["apispec[tests]", "pre-commit (>=3.5,<5.0)", "tox"]
docs = ["apispec[marshmallow]", "pyyaml (==6.0.2)", "sphinx (==8.1.3)", "sphinx-issues (==5.0.0)", "sphinx-rtd-theme (==3.0.2)"]
marshmallow = ["marshmallow (>=3.18.0)"]
tests = ["apispec[marshmallow,yaml]", "openapi-spec-validator (==0.7.1)", "pytest"]
yaml = ["PyYAML (>=3.10)"]
[[package]]
name = "argcomplete"
version = "3.5.3"
description = "Bash tab completion for argparse"
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "argcomplete-3.5.3-py3-none-any.whl", hash = "sha256:2ab2c4a215c59fd6caaff41a869480a23e8f6a5f910b266c1808037f4e375b61"},
{file = "argcomplete-3.5.3.tar.gz", hash = "sha256:c12bf50eded8aebb298c7b7da7a5ff3ee24dffd9f5281867dfe1424b58c55392"},
]
[package.extras]
test = ["coverage", "mypy", "pexpect", "ruff", "wheel"]
[[package]]
name = "asgiref"
version = "3.8.1"
description = "ASGI specs, helper code, and adapters"
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "asgiref-3.8.1-py3-none-any.whl", hash = "sha256:3e1e3ecc849832fe52ccf2cb6686b7a55f82bb1d6aee72a58826471390335e47"},
{file = "asgiref-3.8.1.tar.gz", hash = "sha256:c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590"},