-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathuv.lock
More file actions
3771 lines (3544 loc) · 331 KB
/
uv.lock
File metadata and controls
3771 lines (3544 loc) · 331 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
version = 1
revision = 3
requires-python = "==3.10.*"
[options]
exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values.
exclude-newer-span = "P4D"
[manifest]
constraints = [
{ name = "adbc-driver-manager", specifier = "==1.11.0" },
{ name = "adbc-driver-postgresql", specifier = "==1.11.0" },
{ name = "adbc-driver-sqlite", specifier = "==1.11.0" },
{ name = "adlfs", specifier = "==2026.4.0" },
{ name = "aenum", specifier = "==3.1.17" },
{ name = "aiobotocore", specifier = "==3.4.0" },
{ name = "aiofiles", specifier = "==24.1.0" },
{ name = "aiohappyeyeballs", specifier = "==2.6.1" },
{ name = "aiohttp", specifier = "==3.13.5" },
{ name = "aiohttp-cors", specifier = "==0.8.1" },
{ name = "aioitertools", specifier = "==0.13.0" },
{ name = "aiomysql", specifier = "==0.3.2" },
{ name = "aiosignal", specifier = "==1.4.0" },
{ name = "aiosmtplib", specifier = "==5.1.0" },
{ name = "aiosqlite", specifier = "==0.21.0" },
{ name = "airbyte-api", specifier = "==0.53.0" },
{ name = "alembic", specifier = "==1.18.4" },
{ name = "alibabacloud-adb20211201", specifier = "==3.7.1" },
{ name = "alibabacloud-credentials", specifier = "==1.0.8" },
{ name = "alibabacloud-credentials-api", specifier = "==1.0.0" },
{ name = "alibabacloud-gateway-spi", specifier = "==0.0.3" },
{ name = "alibabacloud-oss-v2", specifier = "==1.2.5" },
{ name = "alibabacloud-tea", specifier = "==0.4.3" },
{ name = "alibabacloud-tea-openapi", specifier = "==0.4.4" },
{ name = "alibabacloud-tea-util", specifier = "==0.3.14" },
{ name = "amqp", specifier = "==5.3.1" },
{ name = "annotated-doc", specifier = "==0.0.4" },
{ name = "annotated-types", specifier = "==0.7.0" },
{ name = "anyio", specifier = "==4.13.0" },
{ name = "apache-airflow-providers-airbyte", specifier = "==5.4.1" },
{ name = "apache-airflow-providers-alibaba", specifier = "==3.3.7" },
{ name = "apache-airflow-providers-amazon", specifier = "==9.25.0" },
{ name = "apache-airflow-providers-apache-cassandra", specifier = "==3.9.4" },
{ name = "apache-airflow-providers-apache-drill", specifier = "==3.3.2" },
{ name = "apache-airflow-providers-apache-druid", specifier = "==4.5.2" },
{ name = "apache-airflow-providers-apache-flink", specifier = "==1.8.4" },
{ name = "apache-airflow-providers-apache-hdfs", specifier = "==4.11.5" },
{ name = "apache-airflow-providers-apache-hive", specifier = "==9.4.2" },
{ name = "apache-airflow-providers-apache-iceberg", specifier = "==2.0.2" },
{ name = "apache-airflow-providers-apache-impala", specifier = "==1.9.2" },
{ name = "apache-airflow-providers-apache-kafka", specifier = "==1.13.2" },
{ name = "apache-airflow-providers-apache-kylin", specifier = "==3.10.4" },
{ name = "apache-airflow-providers-apache-livy", specifier = "==4.5.5" },
{ name = "apache-airflow-providers-apache-pig", specifier = "==4.8.4" },
{ name = "apache-airflow-providers-apache-pinot", specifier = "==4.10.2" },
{ name = "apache-airflow-providers-apache-spark", specifier = "==6.0.1" },
{ name = "apache-airflow-providers-apache-tinkerpop", specifier = "==1.1.3" },
{ name = "apache-airflow-providers-apprise", specifier = "==2.3.3" },
{ name = "apache-airflow-providers-arangodb", specifier = "==2.9.4" },
{ name = "apache-airflow-providers-asana", specifier = "==2.11.3" },
{ name = "apache-airflow-providers-atlassian-jira", specifier = "==3.3.3" },
{ name = "apache-airflow-providers-celery", specifier = "==3.18.0" },
{ name = "apache-airflow-providers-cloudant", specifier = "==4.3.4" },
{ name = "apache-airflow-providers-cncf-kubernetes", specifier = "==10.16.0" },
{ name = "apache-airflow-providers-cohere", specifier = "==1.6.5" },
{ name = "apache-airflow-providers-common-ai", specifier = "==0.1.0" },
{ name = "apache-airflow-providers-common-compat", specifier = "==1.14.3" },
{ name = "apache-airflow-providers-common-io", specifier = "==1.7.2" },
{ name = "apache-airflow-providers-common-messaging", specifier = "==2.0.3" },
{ name = "apache-airflow-providers-common-sql", specifier = "==1.34.0" },
{ name = "apache-airflow-providers-databricks", specifier = "==7.12.1" },
{ name = "apache-airflow-providers-datadog", specifier = "==3.10.4" },
{ name = "apache-airflow-providers-dbt-cloud", specifier = "==4.8.1" },
{ name = "apache-airflow-providers-dingding", specifier = "==3.9.4" },
{ name = "apache-airflow-providers-discord", specifier = "==3.12.2" },
{ name = "apache-airflow-providers-docker", specifier = "==4.5.5" },
{ name = "apache-airflow-providers-edge3", specifier = "==3.4.0" },
{ name = "apache-airflow-providers-elasticsearch", specifier = "==6.5.2" },
{ name = "apache-airflow-providers-exasol", specifier = "==4.10.2" },
{ name = "apache-airflow-providers-facebook", specifier = "==3.9.4" },
{ name = "apache-airflow-providers-ftp", specifier = "==3.14.3" },
{ name = "apache-airflow-providers-git", specifier = "==0.3.1" },
{ name = "apache-airflow-providers-github", specifier = "==2.11.2" },
{ name = "apache-airflow-providers-google", specifier = "==21.1.0" },
{ name = "apache-airflow-providers-grpc", specifier = "==3.9.4" },
{ name = "apache-airflow-providers-hashicorp", specifier = "==4.5.2" },
{ name = "apache-airflow-providers-http", specifier = "==6.0.2" },
{ name = "apache-airflow-providers-imap", specifier = "==3.11.2" },
{ name = "apache-airflow-providers-influxdb", specifier = "==2.10.4" },
{ name = "apache-airflow-providers-informatica", specifier = "==0.1.3" },
{ name = "apache-airflow-providers-jdbc", specifier = "==5.4.3" },
{ name = "apache-airflow-providers-jenkins", specifier = "==4.2.5" },
{ name = "apache-airflow-providers-keycloak", specifier = "==0.7.1" },
{ name = "apache-airflow-providers-microsoft-azure", specifier = "==13.1.1" },
{ name = "apache-airflow-providers-microsoft-mssql", specifier = "==4.5.2" },
{ name = "apache-airflow-providers-microsoft-psrp", specifier = "==3.2.5" },
{ name = "apache-airflow-providers-microsoft-winrm", specifier = "==3.14.2" },
{ name = "apache-airflow-providers-mongo", specifier = "==5.3.5" },
{ name = "apache-airflow-providers-mysql", specifier = "==6.5.2" },
{ name = "apache-airflow-providers-neo4j", specifier = "==3.11.5" },
{ name = "apache-airflow-providers-odbc", specifier = "==4.12.2" },
{ name = "apache-airflow-providers-openai", specifier = "==1.7.4" },
{ name = "apache-airflow-providers-openfaas", specifier = "==3.9.4" },
{ name = "apache-airflow-providers-openlineage", specifier = "==2.14.0" },
{ name = "apache-airflow-providers-opensearch", specifier = "==1.9.0" },
{ name = "apache-airflow-providers-opsgenie", specifier = "==5.10.3" },
{ name = "apache-airflow-providers-oracle", specifier = "==4.5.3" },
{ name = "apache-airflow-providers-pagerduty", specifier = "==5.2.5" },
{ name = "apache-airflow-providers-papermill", specifier = "==3.12.3" },
{ name = "apache-airflow-providers-pgvector", specifier = "==1.7.1" },
{ name = "apache-airflow-providers-pinecone", specifier = "==2.4.4" },
{ name = "apache-airflow-providers-postgres", specifier = "==6.6.3" },
{ name = "apache-airflow-providers-presto", specifier = "==5.11.2" },
{ name = "apache-airflow-providers-qdrant", specifier = "==1.5.5" },
{ name = "apache-airflow-providers-redis", specifier = "==4.4.4" },
{ name = "apache-airflow-providers-salesforce", specifier = "==5.14.0" },
{ name = "apache-airflow-providers-samba", specifier = "==4.12.5" },
{ name = "apache-airflow-providers-segment", specifier = "==3.9.4" },
{ name = "apache-airflow-providers-sendgrid", specifier = "==4.2.2" },
{ name = "apache-airflow-providers-sftp", specifier = "==5.7.3" },
{ name = "apache-airflow-providers-singularity", specifier = "==3.9.3" },
{ name = "apache-airflow-providers-slack", specifier = "==9.10.0" },
{ name = "apache-airflow-providers-smtp", specifier = "==2.4.5" },
{ name = "apache-airflow-providers-snowflake", specifier = "==6.12.1" },
{ name = "apache-airflow-providers-sqlite", specifier = "==4.3.2" },
{ name = "apache-airflow-providers-ssh", specifier = "==5.0.0" },
{ name = "apache-airflow-providers-standard", specifier = "==1.12.3" },
{ name = "apache-airflow-providers-tableau", specifier = "==5.4.0" },
{ name = "apache-airflow-providers-telegram", specifier = "==4.9.4" },
{ name = "apache-airflow-providers-teradata", specifier = "==3.5.2" },
{ name = "apache-airflow-providers-trino", specifier = "==6.5.2" },
{ name = "apache-airflow-providers-vertica", specifier = "==4.3.2" },
{ name = "apache-airflow-providers-weaviate", specifier = "==3.3.3" },
{ name = "apache-airflow-providers-yandex", specifier = "==4.4.2" },
{ name = "apache-airflow-providers-ydb", specifier = "==2.5.2" },
{ name = "apache-airflow-providers-zendesk", specifier = "==4.11.3" },
{ name = "apispec", specifier = "==6.10.0" },
{ name = "apprise", specifier = "==1.9.9" },
{ name = "argcomplete", specifier = "==3.6.3" },
{ name = "asana", specifier = "==5.2.4" },
{ name = "asgiref", specifier = "==3.11.1" },
{ name = "asn1crypto", specifier = "==1.5.1" },
{ name = "asttokens", specifier = "==3.0.1" },
{ name = "async-timeout", specifier = "==4.0.3" },
{ name = "asyncpg", specifier = "==0.31.0" },
{ name = "asyncssh", specifier = "==2.22.0" },
{ name = "atlasclient", specifier = "==1.0.0" },
{ name = "atlassian-python-api", specifier = "==4.0.7" },
{ name = "attrs", specifier = "==26.1.0" },
{ name = "azure-batch", specifier = "==14.2.0" },
{ name = "azure-common", specifier = "==1.1.28" },
{ name = "azure-core", specifier = "==1.39.0" },
{ name = "azure-cosmos", specifier = "==4.15.0" },
{ name = "azure-datalake-store", specifier = "==0.0.53" },
{ name = "azure-identity", specifier = "==1.25.3" },
{ name = "azure-keyvault-secrets", specifier = "==4.10.0" },
{ name = "azure-kusto-data", specifier = "==6.0.3" },
{ name = "azure-mgmt-compute", specifier = "==37.2.0" },
{ name = "azure-mgmt-containerinstance", specifier = "==10.1.0" },
{ name = "azure-mgmt-containerregistry", specifier = "==15.0.0" },
{ name = "azure-mgmt-core", specifier = "==1.6.0" },
{ name = "azure-mgmt-cosmosdb", specifier = "==9.9.0" },
{ name = "azure-mgmt-datafactory", specifier = "==9.3.0" },
{ name = "azure-mgmt-datalake-nspkg", specifier = "==3.0.1" },
{ name = "azure-mgmt-datalake-store", specifier = "==0.5.0" },
{ name = "azure-mgmt-nspkg", specifier = "==3.0.2" },
{ name = "azure-mgmt-resource", specifier = "==25.0.0" },
{ name = "azure-mgmt-storage", specifier = "==24.0.1" },
{ name = "azure-nspkg", specifier = "==3.0.2" },
{ name = "azure-servicebus", specifier = "==7.14.3" },
{ name = "azure-storage-blob", specifier = "==12.28.0" },
{ name = "azure-storage-file-datalake", specifier = "==12.23.0" },
{ name = "azure-storage-file-share", specifier = "==12.24.0" },
{ name = "azure-synapse-artifacts", specifier = "==0.22.0" },
{ name = "azure-synapse-spark", specifier = "==0.7.0" },
{ name = "babel", specifier = "==2.18.0" },
{ name = "backoff", specifier = "==2.2.1" },
{ name = "backports-strenum", specifier = "==1.3.1" },
{ name = "backports-tarfile", specifier = "==1.2.0" },
{ name = "bcrypt", specifier = "==5.0.0" },
{ name = "beautifulsoup4", specifier = "==4.14.3" },
{ name = "billiard", specifier = "==4.2.4" },
{ name = "bitarray", specifier = "==3.8.1" },
{ name = "black", specifier = "==26.3.1" },
{ name = "bleach", specifier = "==6.3.0" },
{ name = "blinker", specifier = "==1.9.0" },
{ name = "boto3", specifier = "==1.42.84" },
{ name = "botocore", specifier = "==1.42.84" },
{ name = "cachelib", specifier = "==0.13.0" },
{ name = "cachetools", specifier = "==6.2.6" },
{ name = "cadwyn", specifier = "==6.2.0" },
{ name = "cassandra-driver", specifier = "==3.30.0" },
{ name = "cattrs", specifier = "==26.1.0" },
{ name = "celery", specifier = "==5.6.3" },
{ name = "certifi", specifier = "==2026.2.25" },
{ name = "cffi", specifier = "==2.0.0" },
{ name = "chardet", specifier = "==6.0.0.post1" },
{ name = "charset-normalizer", specifier = "==3.4.7" },
{ name = "ciso8601", specifier = "==2.3.3" },
{ name = "click", specifier = "==8.3.2" },
{ name = "click-didyoumean", specifier = "==0.3.1" },
{ name = "click-plugins", specifier = "==1.1.1.2" },
{ name = "click-repl", specifier = "==0.3.0" },
{ name = "cloudpickle", specifier = "==3.1.1" },
{ name = "cohere", specifier = "==5.21.1" },
{ name = "colorama", specifier = "==0.4.6" },
{ name = "colorful", specifier = "==0.5.8" },
{ name = "colorlog", specifier = "==6.10.1" },
{ name = "comm", specifier = "==0.2.3" },
{ name = "confluent-kafka", specifier = "==2.14.0" },
{ name = "crcmod-plus", specifier = "==2.3.1" },
{ name = "cron-descriptor", specifier = "==2.0.8" },
{ name = "croniter", specifier = "==6.2.2" },
{ name = "cryptography", specifier = "==46.0.7" },
{ name = "curlify", specifier = "==3.0.0" },
{ name = "darabonba-core", specifier = "==1.0.5" },
{ name = "databricks-sql-connector", specifier = "==4.2.5" },
{ name = "dataclasses-json", specifier = "==0.6.7" },
{ name = "datadog", specifier = "==0.52.1" },
{ name = "db-dtypes", specifier = "==1.5.1" },
{ name = "debugpy", specifier = "==1.8.20" },
{ name = "decorator", specifier = "==5.2.1" },
{ name = "defusedxml", specifier = "==0.7.1" },
{ name = "deprecation", specifier = "==2.1.0" },
{ name = "dill", specifier = "==0.4.1" },
{ name = "distlib", specifier = "==0.4.0" },
{ name = "distro", specifier = "==1.9.0" },
{ name = "dnspython", specifier = "==2.8.0" },
{ name = "docker", specifier = "==7.1.0" },
{ name = "docopt", specifier = "==0.6.2" },
{ name = "docstring-parser", specifier = "==0.18.0" },
{ name = "durationpy", specifier = "==0.10" },
{ name = "elastic-transport", specifier = "==9.2.1" },
{ name = "elasticsearch", specifier = "==9.3.0" },
{ name = "email-validator", specifier = "==2.3.0" },
{ name = "entrypoints", specifier = "==0.4" },
{ name = "et-xmlfile", specifier = "==2.0.0" },
{ name = "eventlet", specifier = "==0.41.0" },
{ name = "exceptiongroup", specifier = "==1.3.1" },
{ name = "executing", specifier = "==2.2.1" },
{ name = "facebook-business", specifier = "==25.0.1" },
{ name = "fastapi", specifier = "==0.136.0" },
{ name = "fastapi-cli", specifier = "==0.0.24" },
{ name = "fastavro", specifier = "==1.12.1" },
{ name = "fastjsonschema", specifier = "==2.21.2" },
{ name = "fastuuid", specifier = "==0.14.0" },
{ name = "filelock", specifier = "==3.28.0" },
{ name = "flask-appbuilder", specifier = "==5.2.0" },
{ name = "flask-babel", specifier = "==4.0.0" },
{ name = "flower", specifier = "==2.0.1" },
{ name = "frozenlist", specifier = "==1.8.0" },
{ name = "fsspec", specifier = "==2026.3.0" },
{ name = "future", specifier = "==1.0.0" },
{ name = "gcloud-aio-auth", specifier = "==5.4.4" },
{ name = "gcloud-aio-bigquery", specifier = "==7.1.0" },
{ name = "gcloud-aio-storage", specifier = "==9.6.4" },
{ name = "gcsfs", specifier = "==2026.3.0" },
{ name = "genai-prices", specifier = "==0.0.56" },
{ name = "geomet", specifier = "==1.1.0" },
{ name = "gevent", specifier = "==26.4.0" },
{ name = "gitdb", specifier = "==4.0.12" },
{ name = "google-ads", specifier = "==30.0.0" },
{ name = "google-analytics-admin", specifier = "==0.28.0" },
{ name = "google-api-core", specifier = "==2.30.3" },
{ name = "google-api-python-client", specifier = "==2.194.0" },
{ name = "google-auth", specifier = "==2.49.2" },
{ name = "google-auth-httplib2", specifier = "==0.3.1" },
{ name = "google-auth-oauthlib", specifier = "==1.3.1" },
{ name = "google-cloud-aiplatform", specifier = "==1.148.0" },
{ name = "google-cloud-alloydb", specifier = "==0.9.0" },
{ name = "google-cloud-appengine-logging", specifier = "==1.9.0" },
{ name = "google-cloud-audit-log", specifier = "==0.5.0" },
{ name = "google-cloud-automl", specifier = "==2.19.0" },
{ name = "google-cloud-batch", specifier = "==0.21.0" },
{ name = "google-cloud-bigquery", specifier = "==3.41.0" },
{ name = "google-cloud-bigquery-datatransfer", specifier = "==3.22.0" },
{ name = "google-cloud-bigquery-storage", specifier = "==2.37.0" },
{ name = "google-cloud-bigtable", specifier = "==2.36.0" },
{ name = "google-cloud-build", specifier = "==3.36.0" },
{ name = "google-cloud-compute", specifier = "==1.47.0" },
{ name = "google-cloud-container", specifier = "==2.64.0" },
{ name = "google-cloud-core", specifier = "==2.5.1" },
{ name = "google-cloud-datacatalog", specifier = "==3.30.0" },
{ name = "google-cloud-dataflow-client", specifier = "==0.13.0" },
{ name = "google-cloud-dataform", specifier = "==0.10.0" },
{ name = "google-cloud-dataplex", specifier = "==2.18.0" },
{ name = "google-cloud-dataproc", specifier = "==5.27.0" },
{ name = "google-cloud-dataproc-metastore", specifier = "==1.22.0" },
{ name = "google-cloud-dlp", specifier = "==3.36.0" },
{ name = "google-cloud-kms", specifier = "==3.12.0" },
{ name = "google-cloud-language", specifier = "==2.20.0" },
{ name = "google-cloud-logging", specifier = "==3.15.0" },
{ name = "google-cloud-managedkafka", specifier = "==0.4.0" },
{ name = "google-cloud-memcache", specifier = "==1.15.0" },
{ name = "google-cloud-monitoring", specifier = "==2.30.0" },
{ name = "google-cloud-orchestration-airflow", specifier = "==1.20.0" },
{ name = "google-cloud-os-login", specifier = "==2.20.0" },
{ name = "google-cloud-pubsub", specifier = "==2.37.0" },
{ name = "google-cloud-redis", specifier = "==2.21.0" },
{ name = "google-cloud-resource-manager", specifier = "==1.17.0" },
{ name = "google-cloud-run", specifier = "==0.16.0" },
{ name = "google-cloud-secret-manager", specifier = "==2.27.0" },
{ name = "google-cloud-spanner", specifier = "==3.65.0" },
{ name = "google-cloud-speech", specifier = "==2.38.0" },
{ name = "google-cloud-storage", specifier = "==3.10.1" },
{ name = "google-cloud-storage-control", specifier = "==1.11.0" },
{ name = "google-cloud-storage-transfer", specifier = "==1.20.0" },
{ name = "google-cloud-tasks", specifier = "==2.22.0" },
{ name = "google-cloud-texttospeech", specifier = "==2.36.0" },
{ name = "google-cloud-translate", specifier = "==3.26.0" },
{ name = "google-cloud-videointelligence", specifier = "==2.19.0" },
{ name = "google-cloud-vision", specifier = "==3.13.0" },
{ name = "google-cloud-workflows", specifier = "==1.21.0" },
{ name = "google-crc32c", specifier = "==1.8.0" },
{ name = "google-genai", specifier = "==1.73.1" },
{ name = "google-resumable-media", specifier = "==2.8.2" },
{ name = "googleapis-common-protos", specifier = "==1.74.0" },
{ name = "graphviz", specifier = "==0.21" },
{ name = "greenback", specifier = "==1.3.0" },
{ name = "greenlet", specifier = "==3.4.0" },
{ name = "gremlinpython", specifier = "==3.8.1" },
{ name = "griffelib", specifier = "==2.0.2" },
{ name = "grpc-google-iam-v1", specifier = "==0.14.4" },
{ name = "grpc-interceptor", specifier = "==0.15.4" },
{ name = "grpcio", specifier = "==1.80.0" },
{ name = "grpcio-gcp", specifier = "==0.2.2" },
{ name = "grpcio-health-checking", specifier = "==1.80.0" },
{ name = "grpcio-status", specifier = "==1.80.0" },
{ name = "grpcio-tools", specifier = "==1.80.0" },
{ name = "gssapi", specifier = "==1.11.1" },
{ name = "gunicorn", specifier = "==25.3.0" },
{ name = "h11", specifier = "==0.16.0" },
{ name = "h2", specifier = "==4.3.0" },
{ name = "hdfs", specifier = "==2.7.3" },
{ name = "hf-xet", specifier = "==1.4.3" },
{ name = "hmsclient", specifier = "==0.1.1" },
{ name = "hpack", specifier = "==4.1.0" },
{ name = "httpcore", specifier = "==1.0.9" },
{ name = "httplib2", specifier = "==0.31.2" },
{ name = "httptools", specifier = "==0.7.1" },
{ name = "httpx", specifier = "==0.28.1" },
{ name = "huggingface-hub", specifier = "==1.11.0" },
{ name = "humanize", specifier = "==4.15.0" },
{ name = "hvac", specifier = "==2.4.0" },
{ name = "hyperframe", specifier = "==6.1.0" },
{ name = "ibm-cloud-sdk-core", specifier = "==3.24.4" },
{ name = "ibmcloudant", specifier = "==0.11.5" },
{ name = "idna", specifier = "==3.11" },
{ name = "ijson", specifier = "==3.4.0.post0" },
{ name = "immutabledict", specifier = "==4.3.1" },
{ name = "importlib-metadata", specifier = "==8.7.1" },
{ name = "importlib-resources", specifier = "==7.1.0" },
{ name = "impyla", specifier = "==0.22.0" },
{ name = "inflection", specifier = "==0.5.1" },
{ name = "influxdb-client", specifier = "==1.50.0" },
{ name = "ipykernel", specifier = "==7.2.0" },
{ name = "ipython", specifier = "==8.39.0" },
{ name = "isodate", specifier = "==0.7.2" },
{ name = "itsdangerous", specifier = "==2.2.0" },
{ name = "jaraco-classes", specifier = "==3.4.0" },
{ name = "jaraco-context", specifier = "==6.1.2" },
{ name = "jaraco-functools", specifier = "==4.4.0" },
{ name = "jedi", specifier = "==0.19.2" },
{ name = "jeepney", specifier = "==0.9.0" },
{ name = "jiter", specifier = "==0.14.0" },
{ name = "jmespath", specifier = "==1.1.0" },
{ name = "joblib", specifier = "==1.5.3" },
{ name = "jpype1", specifier = "==1.7.0" },
{ name = "jsonpath-ng", specifier = "==1.8.0" },
{ name = "jsonpath-python", specifier = "==1.1.5" },
{ name = "jsonschema", specifier = "==4.26.0" },
{ name = "jsonschema-specifications", specifier = "==2025.9.1" },
{ name = "jupyter-client", specifier = "==8.8.0" },
{ name = "jupyter-core", specifier = "==5.9.1" },
{ name = "jupyterlab-pygments", specifier = "==0.3.0" },
{ name = "jwcrypto", specifier = "==1.5.7" },
{ name = "keyring", specifier = "==25.7.0" },
{ name = "kombu", specifier = "==5.6.2" },
{ name = "krb5", specifier = "==0.9.0" },
{ name = "kubernetes", specifier = "==35.0.0" },
{ name = "kubernetes-asyncio", specifier = "==35.0.1" },
{ name = "kylinpy", specifier = "==2.8.4" },
{ name = "lazy-object-proxy", specifier = "==1.12.0" },
{ name = "libcst", specifier = "==1.8.6" },
{ name = "limits", specifier = "==5.8.0" },
{ name = "linkify-it-py", specifier = "==2.1.0" },
{ name = "litellm", specifier = "==1.82.6" },
{ name = "lockfile", specifier = "==0.12.2" },
{ name = "logfire-api", specifier = "==4.32.1" },
{ name = "looker-sdk", specifier = "==26.6.1" },
{ name = "lxml", specifier = "==6.0.2" },
{ name = "lz4", specifier = "==4.4.5" },
{ name = "markdown-it-py", specifier = "==4.0.0" },
{ name = "marshmallow", specifier = "==3.26.2" },
{ name = "marshmallow-sqlalchemy", specifier = "==1.5.0" },
{ name = "matplotlib-inline", specifier = "==0.2.1" },
{ name = "mdit-py-plugins", specifier = "==0.5.0" },
{ name = "mdurl", specifier = "==0.1.2" },
{ name = "memray", specifier = "==1.19.3" },
{ name = "mergedeep", specifier = "==1.3.4" },
{ name = "methodtools", specifier = "==0.4.7" },
{ name = "microsoft-kiota-abstractions", specifier = "==1.10.1" },
{ name = "microsoft-kiota-authentication-azure", specifier = "==1.10.1" },
{ name = "microsoft-kiota-http", specifier = "==1.10.1" },
{ name = "microsoft-kiota-serialization-json", specifier = "==1.10.1" },
{ name = "microsoft-kiota-serialization-text", specifier = "==1.10.1" },
{ name = "mistune", specifier = "==3.2.0" },
{ name = "mmh3", specifier = "==5.2.1" },
{ name = "more-itertools", specifier = "==11.0.2" },
{ name = "msal", specifier = "==1.36.0" },
{ name = "msal-extensions", specifier = "==1.3.1" },
{ name = "msgpack", specifier = "==1.1.2" },
{ name = "msgraph-core", specifier = "==1.3.8" },
{ name = "msgraphfs", specifier = "==0.4" },
{ name = "msgspec", specifier = "==0.21.1" },
{ name = "msrest", specifier = "==0.7.1" },
{ name = "msrestazure", specifier = "==0.6.4.post1" },
{ name = "multi-key-dict", specifier = "==2.0.3" },
{ name = "multidict", specifier = "==6.7.1" },
{ name = "mypy-extensions", specifier = "==1.1.0" },
{ name = "mysql-connector-python", specifier = "==9.6.0" },
{ name = "mysqlclient", specifier = "==2.2.8" },
{ name = "natsort", specifier = "==8.4.0" },
{ name = "nbclient", specifier = "==0.10.4" },
{ name = "nbconvert", specifier = "==7.17.1" },
{ name = "nbformat", specifier = "==5.10.4" },
{ name = "neo4j", specifier = "==6.1.0" },
{ name = "nest-asyncio", specifier = "==1.6.0" },
{ name = "numpy", specifier = "==2.2.6" },
{ name = "oauthlib", specifier = "==3.3.1" },
{ name = "openai", specifier = "==2.32.0" },
{ name = "opencensus", specifier = "==0.11.4" },
{ name = "opencensus-context", specifier = "==0.1.3" },
{ name = "openlineage-integration-common", specifier = "==1.46.0" },
{ name = "openlineage-python", specifier = "==1.46.0" },
{ name = "openlineage-sql", specifier = "==1.46.0" },
{ name = "openpyxl", specifier = "==3.1.5" },
{ name = "opensearch-protobufs", specifier = "==0.19.0" },
{ name = "opensearch-py", specifier = "==3.1.0" },
{ name = "opentelemetry-api", specifier = "==1.41.0" },
{ name = "opentelemetry-exporter-otlp", specifier = "==1.41.0" },
{ name = "opentelemetry-exporter-otlp-proto-common", specifier = "==1.41.0" },
{ name = "opentelemetry-exporter-otlp-proto-grpc", specifier = "==1.41.0" },
{ name = "opentelemetry-exporter-otlp-proto-http", specifier = "==1.41.0" },
{ name = "opentelemetry-exporter-prometheus", specifier = "==0.62b0" },
{ name = "opentelemetry-proto", specifier = "==1.41.0" },
{ name = "opentelemetry-resourcedetector-gcp", specifier = "==1.11.0a0" },
{ name = "opentelemetry-sdk", specifier = "==1.41.0" },
{ name = "opentelemetry-semantic-conventions", specifier = "==0.62b0" },
{ name = "opsgenie-sdk", specifier = "==2.1.5" },
{ name = "oracledb", specifier = "==3.4.2" },
{ name = "ordered-set", specifier = "==4.1.0" },
{ name = "orjson", specifier = "==3.11.8" },
{ name = "outcome", specifier = "==1.3.0.post0" },
{ name = "packaging", specifier = "==26.1" },
{ name = "pagerduty", specifier = "==6.2.1" },
{ name = "pandas", specifier = "==2.3.3" },
{ name = "pandas-gbq", specifier = "==0.35.0" },
{ name = "pandas-stubs", specifier = "==2.3.3.260113" },
{ name = "pandocfilters", specifier = "==1.5.1" },
{ name = "papermill", specifier = "==2.7.0" },
{ name = "paramiko", specifier = "==3.5.1" },
{ name = "parso", specifier = "==0.8.6" },
{ name = "pathlib-abc", specifier = "==0.5.2" },
{ name = "pathspec", specifier = "==1.0.4" },
{ name = "pbr", specifier = "==7.0.3" },
{ name = "pendulum", specifier = "==3.2.0" },
{ name = "pexpect", specifier = "==4.9.0" },
{ name = "pgvector", specifier = "==0.4.2" },
{ name = "pinecone", specifier = "==8.1.2" },
{ name = "pinecone-plugin-assistant", specifier = "==3.0.3" },
{ name = "pinecone-plugin-interface", specifier = "==0.0.7" },
{ name = "pinotdb", specifier = "==9.1.1" },
{ name = "platformdirs", specifier = "==4.9.6" },
{ name = "pluggy", specifier = "==1.6.0" },
{ name = "polars", specifier = "==1.39.3" },
{ name = "polars-runtime-32", specifier = "==1.39.3" },
{ name = "portalocker", specifier = "==3.2.0" },
{ name = "presto-python-client", specifier = "==0.8.4" },
{ name = "prison", specifier = "==0.2.1" },
{ name = "prometheus-client", specifier = "==0.25.0" },
{ name = "prompt-toolkit", specifier = "==3.0.52" },
{ name = "propcache", specifier = "==0.4.1" },
{ name = "proto-plus", specifier = "==1.27.2" },
{ name = "protobuf", specifier = "==6.33.6" },
{ name = "psutil", specifier = "==7.2.2" },
{ name = "psycopg2-binary", specifier = "==2.9.11" },
{ name = "ptyprocess", specifier = "==0.7.0" },
{ name = "pure-eval", specifier = "==0.2.3" },
{ name = "pure-sasl", specifier = "==0.6.2" },
{ name = "py-spy", specifier = "==0.4.1" },
{ name = "pyarrow", specifier = "==23.0.1" },
{ name = "pyasn1", specifier = "==0.6.3" },
{ name = "pyasn1-modules", specifier = "==0.4.2" },
{ name = "pybreaker", specifier = "==1.4.1" },
{ name = "pycountry", specifier = "==26.2.16" },
{ name = "pycparser", specifier = "==3.0" },
{ name = "pycryptodome", specifier = "==3.23.0" },
{ name = "pydantic", specifier = "==2.13.1" },
{ name = "pydantic-ai-slim", specifier = "==1.84.0" },
{ name = "pydantic-core", specifier = "==2.46.1" },
{ name = "pydantic-extra-types", specifier = "==2.11.1" },
{ name = "pydantic-graph", specifier = "==1.84.0" },
{ name = "pydantic-settings", specifier = "==2.13.1" },
{ name = "pydata-google-auth", specifier = "==1.9.1" },
{ name = "pydruid", specifier = "==0.6.9" },
{ name = "pyexasol", specifier = "==1.3.0" },
{ name = "pygtrie", specifier = "==2.5.0" },
{ name = "pyiceberg", specifier = "==0.11.1" },
{ name = "pykerberos", specifier = "==1.2.4" },
{ name = "pymongo", specifier = "==4.16.0" },
{ name = "pymssql", specifier = "==2.3.13" },
{ name = "pyodbc", specifier = "==5.3.0" },
{ name = "pyodps", specifier = "==0.12.6" },
{ name = "pyopenssl", specifier = "==26.0.0" },
{ name = "pyparsing", specifier = "==3.3.2" },
{ name = "pypsrp", specifier = "==0.9.1" },
{ name = "pyroaring", specifier = "==1.0.4" },
{ name = "pyspark-client", specifier = "==4.1.1" },
{ name = "pyspnego", specifier = "==0.12.1" },
{ name = "python-arango", specifier = "==8.3.2" },
{ name = "python-daemon", specifier = "==3.1.2" },
{ name = "python-dateutil", specifier = "==2.9.0.post0" },
{ name = "python-discovery", specifier = "==1.2.2" },
{ name = "python-dotenv", specifier = "==1.2.2" },
{ name = "python-http-client", specifier = "==3.3.7" },
{ name = "python-jenkins", specifier = "==1.8.3" },
{ name = "python-keycloak", specifier = "==7.1.1" },
{ name = "python-ldap", specifier = "==3.4.5" },
{ name = "python-multipart", specifier = "==0.0.26" },
{ name = "python-slugify", specifier = "==8.0.4" },
{ name = "python-telegram-bot", specifier = "==22.7" },
{ name = "python3-saml", specifier = "==1.16.0" },
{ name = "pytokens", specifier = "==0.4.1" },
{ name = "pytz", specifier = "==2026.1.post1" },
{ name = "pywinrm", specifier = "==0.5.0" },
{ name = "pyzmq", specifier = "==27.1.0" },
{ name = "qdrant-client", specifier = "==1.17.1" },
{ name = "ray", specifier = "==2.55.0" },
{ name = "reactivex", specifier = "==4.1.0" },
{ name = "redis", specifier = "==6.4.0" },
{ name = "redshift-connector", specifier = "==2.1.13" },
{ name = "referencing", specifier = "==0.37.0" },
{ name = "regex", specifier = "==2026.4.4" },
{ name = "requests", specifier = "==2.33.1" },
{ name = "requests-file", specifier = "==3.0.1" },
{ name = "requests-kerberos", specifier = "==0.15.0" },
{ name = "requests-ntlm", specifier = "==1.3.0" },
{ name = "requests-oauthlib", specifier = "==2.0.0" },
{ name = "requests-toolbelt", specifier = "==1.0.0" },
{ name = "retryhttp", specifier = "==1.4.0" },
{ name = "rich", specifier = "==13.9.4" },
{ name = "rich-argparse", specifier = "==1.7.2" },
{ name = "rich-toolkit", specifier = "==0.19.7" },
{ name = "rpds-py", specifier = "==0.30.0" },
{ name = "rsa", specifier = "==4.9.1" },
{ name = "ruamel-yaml", specifier = "==0.19.1" },
{ name = "s3fs", specifier = "==2026.3.0" },
{ name = "s3transfer", specifier = "==0.16.0" },
{ name = "sagemaker-studio", specifier = "==1.0.26" },
{ name = "scikit-learn", specifier = "==1.5.2" },
{ name = "scipy", specifier = "==1.15.3" },
{ name = "scramp", specifier = "==1.4.8" },
{ name = "scrapbook", specifier = "==0.5.0" },
{ name = "segment-analytics-python", specifier = "==2.3.6" },
{ name = "sendgrid", specifier = "==6.12.5" },
{ name = "sentry-sdk", specifier = "==2.58.0" },
{ name = "setproctitle", specifier = "==1.3.7" },
{ name = "shellingham", specifier = "==1.5.4" },
{ name = "simple-salesforce", specifier = "==1.12.9" },
{ name = "six", specifier = "==1.17.0" },
{ name = "slack-sdk", specifier = "==3.41.0" },
{ name = "smart-open", specifier = "==7.6.0" },
{ name = "smbprotocol", specifier = "==1.16.1" },
{ name = "smmap", specifier = "==5.0.3" },
{ name = "sniffio", specifier = "==1.3.1" },
{ name = "snowflake-connector-python", specifier = "==4.4.0" },
{ name = "snowflake-snowpark-python", specifier = "==1.49.0" },
{ name = "snowflake-sqlalchemy", specifier = "==1.9.0" },
{ name = "sortedcontainers", specifier = "==2.4.0" },
{ name = "soupsieve", specifier = "==2.8.3" },
{ name = "spython", specifier = "==0.3.14" },
{ name = "sqlalchemy-bigquery", specifier = "==1.16.0" },
{ name = "sqlalchemy-drill", specifier = "==1.1.10" },
{ name = "sqlalchemy-spanner", specifier = "==1.17.3" },
{ name = "sqlparse", specifier = "==0.5.5" },
{ name = "stack-data", specifier = "==0.6.3" },
{ name = "starlette", specifier = "==0.52.1" },
{ name = "statsd", specifier = "==4.0.1" },
{ name = "std-uritemplate", specifier = "==2.0.8" },
{ name = "strictyaml", specifier = "==1.7.3" },
{ name = "structlog", specifier = "==25.5.0" },
{ name = "svcs", specifier = "==25.1.0" },
{ name = "tableauserverclient", specifier = "==0.40" },
{ name = "tabulate", specifier = "==0.10.0" },
{ name = "tenacity", specifier = "==9.1.4" },
{ name = "teradatasql", specifier = "==20.0.0.56" },
{ name = "teradatasqlalchemy", specifier = "==20.0.0.9" },
{ name = "termcolor", specifier = "==3.3.0" },
{ name = "text-unidecode", specifier = "==1.3" },
{ name = "textual", specifier = "==6.2.1" },
{ name = "threadpoolctl", specifier = "==3.6.0" },
{ name = "thrift", specifier = "==0.16.0" },
{ name = "thrift-sasl", specifier = "==0.4.3" },
{ name = "tiktoken", specifier = "==0.12.0" },
{ name = "tinycss2", specifier = "==1.4.0" },
{ name = "tokenizers", specifier = "==0.22.2" },
{ name = "tomli", specifier = "==2.4.1" },
{ name = "tomlkit", specifier = "==0.14.0" },
{ name = "tornado", specifier = "==6.5.5" },
{ name = "tqdm", specifier = "==4.67.3" },
{ name = "traitlets", specifier = "==5.14.3" },
{ name = "trino", specifier = "==0.337.0" },
{ name = "typer", specifier = "==0.24.1" },
{ name = "types-protobuf", specifier = "==7.34.1.20260408" },
{ name = "types-pytz", specifier = "==2026.1.1.20260408" },
{ name = "types-requests", specifier = "==2.33.0.20260408" },
{ name = "typing-extensions", specifier = "==4.15.0" },
{ name = "typing-inspect", specifier = "==0.9.0" },
{ name = "typing-inspection", specifier = "==0.4.2" },
{ name = "tzdata", specifier = "==2026.1" },
{ name = "tzlocal", specifier = "==5.3.1" },
{ name = "uc-micro-py", specifier = "==2.0.0" },
{ name = "universal-pathlib", specifier = "==0.3.10" },
{ name = "uritemplate", specifier = "==4.2.0" },
{ name = "urllib3", specifier = "==2.6.3" },
{ name = "uuid6", specifier = "==2025.0.1" },
{ name = "uv", specifier = "==0.11.7" },
{ name = "uvicorn", specifier = "==0.44.0" },
{ name = "uvloop", specifier = "==0.22.1" },
{ name = "validators", specifier = "==0.35.0" },
{ name = "vertica-python", specifier = "==1.4.0" },
{ name = "vine", specifier = "==5.1.0" },
{ name = "virtualenv", specifier = "==21.2.4" },
{ name = "watchfiles", specifier = "==1.1.1" },
{ name = "watchtower", specifier = "==3.4.0" },
{ name = "wcwidth", specifier = "==0.6.0" },
{ name = "weaviate-client", specifier = "==4.16.2" },
{ name = "webencodings", specifier = "==0.5.1" },
{ name = "websocket-client", specifier = "==1.8.0" },
{ name = "websockets", specifier = "==16.0" },
{ name = "wirerope", specifier = "==1.0.0" },
{ name = "wrapt", specifier = "==2.1.2" },
{ name = "xmlsec", specifier = "==1.3.17" },
{ name = "xmltodict", specifier = "==1.0.4" },
{ name = "yandex-query-client", specifier = "==0.1.4" },
{ name = "yandexcloud", specifier = "==0.386.0" },
{ name = "yarl", specifier = "==1.23.0" },
{ name = "ydb", specifier = "==3.28.0" },
{ name = "ydb-dbapi", specifier = "==0.1.20" },
{ name = "zeep", specifier = "==4.3.2" },
{ name = "zenpy", specifier = "==2.0.57" },
{ name = "zipp", specifier = "==3.23.1" },
{ name = "zope-event", specifier = "==6.1" },
{ name = "zope-interface", specifier = "==8.3" },
{ name = "zstandard", specifier = "==0.25.0" },
]
[[package]]
name = "a2wsgi"
version = "1.10.10"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "typing-extensions" },
]
sdist = { url = "https://files.pythonhosted.org/packages/9a/cb/822c56fbea97e9eee201a2e434a80437f6750ebcb1ed307ee3a0a7505b14/a2wsgi-1.10.10.tar.gz", hash = "sha256:a5bcffb52081ba39df0d5e9a884fc6f819d92e3a42389343ba77cbf809fe1f45", size = 18799, upload-time = "2025-06-18T09:00:10.843Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/02/d5/349aba3dc421e73cbd4958c0ce0a4f1aa3a738bc0d7de75d2f40ed43a535/a2wsgi-1.10.10-py3-none-any.whl", hash = "sha256:d2b21379479718539dc15fce53b876251a0efe7615352dfe49f6ad1bc507848d", size = 17389, upload-time = "2025-06-18T09:00:09.676Z" },
]
[[package]]
name = "aiohappyeyeballs"
version = "2.6.1"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/26/30/f84a107a9c4331c14b2b586036f40965c128aa4fee4dda5d3d51cb14ad54/aiohappyeyeballs-2.6.1.tar.gz", hash = "sha256:c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558", size = 22760, upload-time = "2025-03-12T01:42:48.764Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/0f/15/5bf3b99495fb160b63f95972b81750f18f7f4e02ad051373b669d17d44f2/aiohappyeyeballs-2.6.1-py3-none-any.whl", hash = "sha256:f349ba8f4b75cb25c99c5c2d84e997e485204d2902a9597802b0371f09331fb8", size = 15265, upload-time = "2025-03-12T01:42:47.083Z" },
]
[[package]]
name = "aiohttp"
version = "3.13.5"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "aiohappyeyeballs" },
{ name = "aiosignal" },
{ name = "async-timeout" },
{ name = "attrs" },
{ name = "frozenlist" },
{ name = "multidict" },
{ name = "propcache" },
{ name = "yarl" },
]
sdist = { url = "https://files.pythonhosted.org/packages/77/9a/152096d4808df8e4268befa55fba462f440f14beab85e8ad9bf990516918/aiohttp-3.13.5.tar.gz", hash = "sha256:9d98cc980ecc96be6eb4c1994ce35d28d8b1f5e5208a23b421187d1209dbb7d1", size = 7858271, upload-time = "2026-03-31T22:01:03.343Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/bd/85/cebc47ee74d8b408749073a1a46c6fcba13d170dc8af7e61996c6c9394ac/aiohttp-3.13.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:02222e7e233295f40e011c1b00e3b0bd451f22cf853a0304c3595633ee47da4b", size = 750547, upload-time = "2026-03-31T21:56:30.024Z" },
{ url = "https://files.pythonhosted.org/packages/05/98/afd308e35b9d3d8c9ec54c0918f1d722c86dc17ddfec272fcdbcce5a3124/aiohttp-3.13.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bace460460ed20614fa6bc8cb09966c0b8517b8c58ad8046828c6078d25333b5", size = 503535, upload-time = "2026-03-31T21:56:31.935Z" },
{ url = "https://files.pythonhosted.org/packages/6f/4d/926c183e06b09d5270a309eb50fbde7b09782bfd305dec1e800f329834fb/aiohttp-3.13.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8f546a4dc1e6a5edbb9fd1fd6ad18134550e096a5a43f4ad74acfbd834fc6670", size = 497830, upload-time = "2026-03-31T21:56:33.654Z" },
{ url = "https://files.pythonhosted.org/packages/e4/d6/f47d1c690f115a5c2a5e8938cce4a232a5be9aac5c5fb2647efcbbbda333/aiohttp-3.13.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c86969d012e51b8e415a8c6ce96f7857d6a87d6207303ab02d5d11ef0cad2274", size = 1682474, upload-time = "2026-03-31T21:56:35.513Z" },
{ url = "https://files.pythonhosted.org/packages/01/44/056fd37b1bb52eac760303e5196acc74d9d546631b035704ae5927f7b4ac/aiohttp-3.13.5-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:b6f6cd1560c5fa427e3b6074bb24d2c64e225afbb7165008903bd42e4e33e28a", size = 1655259, upload-time = "2026-03-31T21:56:37.843Z" },
{ url = "https://files.pythonhosted.org/packages/91/9f/78eb1a20c1c28ae02f6a3c0f4d7b0dcc66abce5290cadd53d78ce3084175/aiohttp-3.13.5-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:636bc362f0c5bbc7372bc3ae49737f9e3030dbce469f0f422c8f38079780363d", size = 1736204, upload-time = "2026-03-31T21:56:39.822Z" },
{ url = "https://files.pythonhosted.org/packages/de/6c/d20d7de23f0b52b8c1d9e2033b2db1ac4dacbb470bb74c56de0f5f86bb4f/aiohttp-3.13.5-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:6a7cbeb06d1070f1d14895eeeed4dac5913b22d7b456f2eb969f11f4b3993796", size = 1826198, upload-time = "2026-03-31T21:56:41.378Z" },
{ url = "https://files.pythonhosted.org/packages/2f/86/a6f3ff1fd795f49545a7c74b2c92f62729135d73e7e4055bf74da5a26c82/aiohttp-3.13.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bca9ef7517fd7874a1a08970ae88f497bf5c984610caa0bf40bd7e8450852b95", size = 1681329, upload-time = "2026-03-31T21:56:43.374Z" },
{ url = "https://files.pythonhosted.org/packages/fb/68/84cd3dab6b7b4f3e6fe9459a961acb142aaab846417f6e8905110d7027e5/aiohttp-3.13.5-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:019a67772e034a0e6b9b17c13d0a8fe56ad9fb150fc724b7f3ffd3724288d9e5", size = 1560023, upload-time = "2026-03-31T21:56:45.031Z" },
{ url = "https://files.pythonhosted.org/packages/41/2c/db61b64b0249e30f954a65ab4cb4970ced57544b1de2e3c98ee5dc24165f/aiohttp-3.13.5-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:f34ecee82858e41dd217734f0c41a532bd066bcaab636ad830f03a30b2a96f2a", size = 1652372, upload-time = "2026-03-31T21:56:47.075Z" },
{ url = "https://files.pythonhosted.org/packages/25/6f/e96988a6c982d047810c772e28c43c64c300c943b0ed5c1c0c4ce1e1027c/aiohttp-3.13.5-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:4eac02d9af4813ee289cd63a361576da36dba57f5a1ab36377bc2600db0cbb73", size = 1662031, upload-time = "2026-03-31T21:56:48.835Z" },
{ url = "https://files.pythonhosted.org/packages/b7/26/a56feace81f3d347b4052403a9d03754a0ab23f7940780dada0849a38c92/aiohttp-3.13.5-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:4beac52e9fe46d6abf98b0176a88154b742e878fdf209d2248e99fcdf73cd297", size = 1708118, upload-time = "2026-03-31T21:56:50.833Z" },
{ url = "https://files.pythonhosted.org/packages/78/6e/b6173a8ff03d01d5e1a694bc06764b5dad1df2d4ed8f0ceec12bb3277936/aiohttp-3.13.5-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:c180f480207a9b2475f2b8d8bd7204e47aec952d084b2a2be58a782ffcf96074", size = 1548667, upload-time = "2026-03-31T21:56:52.81Z" },
{ url = "https://files.pythonhosted.org/packages/16/13/13296ffe2c132d888b3fe2c195c8b9c0c24c89c3fa5cc2c44464dc23b22e/aiohttp-3.13.5-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:2837fb92951564d6339cedae4a7231692aa9f73cbc4fb2e04263b96844e03b4e", size = 1724490, upload-time = "2026-03-31T21:56:54.541Z" },
{ url = "https://files.pythonhosted.org/packages/7a/b4/1f1c287f4a79782ef36e5a6e62954c85343bc30470d862d30bd5f26c9fa2/aiohttp-3.13.5-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:d9010032a0b9710f58012a1e9c222528763d860ba2ee1422c03473eab47703e7", size = 1667109, upload-time = "2026-03-31T21:56:56.21Z" },
{ url = "https://files.pythonhosted.org/packages/ef/42/8461a2aaf60a8f4ea4549a4056be36b904b0eb03d97ca9a8a2604681a500/aiohttp-3.13.5-cp310-cp310-win32.whl", hash = "sha256:7c4b6668b2b2b9027f209ddf647f2a4407784b5d88b8be4efcc72036f365baf9", size = 439478, upload-time = "2026-03-31T21:56:58.292Z" },
{ url = "https://files.pythonhosted.org/packages/e5/71/06956304cb5ee439dfe8d86e1b2e70088bd88ed1ced1f42fb29e5d855f0e/aiohttp-3.13.5-cp310-cp310-win_amd64.whl", hash = "sha256:cd3db5927bf9167d5a6157ddb2f036f6b6b0ad001ac82355d43e97a4bde76d76", size = 462047, upload-time = "2026-03-31T21:57:00.257Z" },
]
[[package]]
name = "aiosignal"
version = "1.4.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "frozenlist" },
{ name = "typing-extensions" },
]
sdist = { url = "https://files.pythonhosted.org/packages/61/62/06741b579156360248d1ec624842ad0edf697050bbaf7c3e46394e106ad1/aiosignal-1.4.0.tar.gz", hash = "sha256:f47eecd9468083c2029cc99945502cb7708b082c232f9aca65da147157b251c7", size = 25007, upload-time = "2025-07-03T22:54:43.528Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/fb/76/641ae371508676492379f16e2fa48f4e2c11741bd63c48be4b12a6b09cba/aiosignal-1.4.0-py3-none-any.whl", hash = "sha256:053243f8b92b990551949e63930a839ff0cf0b0ebbe0597b0f3fb19e1a0fe82e", size = 7490, upload-time = "2025-07-03T22:54:42.156Z" },
]
[[package]]
name = "aiosmtplib"
version = "5.1.0"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/e7/ad/240a7ce4e50713b111dff8b781a898d8d4770e5d6ad4899103f84c86005c/aiosmtplib-5.1.0.tar.gz", hash = "sha256:2504a23b2b63c9de6bc4ea719559a38996dba68f73f6af4eb97be20ee4c5e6c4", size = 66176, upload-time = "2026-01-25T01:51:11.408Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/37/82/70f2c452acd7ed18c558c8ace9a8cf4fdcc70eae9a41749b5bdc53eb6f45/aiosmtplib-5.1.0-py3-none-any.whl", hash = "sha256:368029440645b486b69db7029208a7a78c6691b90d24a5332ddba35d9109d55b", size = 27778, upload-time = "2026-01-25T01:51:10.026Z" },
]
[[package]]
name = "aiosqlite"
version = "0.21.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "typing-extensions" },
]
sdist = { url = "https://files.pythonhosted.org/packages/13/7d/8bca2bf9a247c2c5dfeec1d7a5f40db6518f88d314b8bca9da29670d2671/aiosqlite-0.21.0.tar.gz", hash = "sha256:131bb8056daa3bc875608c631c678cda73922a2d4ba8aec373b19f18c17e7aa3", size = 13454, upload-time = "2025-02-03T07:30:16.235Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/f5/10/6c25ed6de94c49f88a91fa5018cb4c0f3625f31d5be9f771ebe5cc7cd506/aiosqlite-0.21.0-py3-none-any.whl", hash = "sha256:2549cf4057f95f53dcba16f2b64e8e2791d7e1adedb13197dd8ed77bb226d7d0", size = 15792, upload-time = "2025-02-03T07:30:13.6Z" },
]
[[package]]
name = "alembic"
version = "1.18.4"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "mako" },
{ name = "sqlalchemy" },
{ name = "tomli" },
{ name = "typing-extensions" },
]
sdist = { url = "https://files.pythonhosted.org/packages/94/13/8b084e0f2efb0275a1d534838844926f798bd766566b1375174e2448cd31/alembic-1.18.4.tar.gz", hash = "sha256:cb6e1fd84b6174ab8dbb2329f86d631ba9559dd78df550b57804d607672cedbc", size = 2056725, upload-time = "2026-02-10T16:00:47.195Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/d2/29/6533c317b74f707ea28f8d633734dbda2119bbadfc61b2f3640ba835d0f7/alembic-1.18.4-py3-none-any.whl", hash = "sha256:a5ed4adcf6d8a4cb575f3d759f071b03cd6e5c7618eb796cb52497be25bfe19a", size = 263893, upload-time = "2026-02-10T16:00:49.997Z" },
]
[[package]]
name = "annotated-doc"
version = "0.0.4"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/57/ba/046ceea27344560984e26a590f90bc7f4a75b06701f653222458922b558c/annotated_doc-0.0.4.tar.gz", hash = "sha256:fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4", size = 7288, upload-time = "2025-11-10T22:07:42.062Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/1e/d3/26bf1008eb3d2daa8ef4cacc7f3bfdc11818d111f7e2d0201bc6e3b49d45/annotated_doc-0.0.4-py3-none-any.whl", hash = "sha256:571ac1dc6991c450b25a9c2d84a3705e2ae7a53467b5d111c24fa8baabbed320", size = 5303, upload-time = "2025-11-10T22:07:40.673Z" },
]
[[package]]
name = "annotated-types"
version = "0.7.0"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/ee/67/531ea369ba64dcff5ec9c3402f9f51bf748cec26dde048a2f973a4eea7f5/annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89", size = 16081, upload-time = "2024-05-20T21:33:25.928Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53", size = 13643, upload-time = "2024-05-20T21:33:24.1Z" },
]
[[package]]
name = "anyio"
version = "4.13.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "exceptiongroup" },
{ name = "idna" },
{ name = "typing-extensions" },
]
sdist = { url = "https://files.pythonhosted.org/packages/19/14/2c5dd9f512b66549ae92767a9c7b330ae88e1932ca57876909410251fe13/anyio-4.13.0.tar.gz", hash = "sha256:334b70e641fd2221c1505b3890c69882fe4a2df910cba14d97019b90b24439dc", size = 231622, upload-time = "2026-03-24T12:59:09.671Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/da/42/e921fccf5015463e32a3cf6ee7f980a6ed0f395ceeaa45060b61d86486c2/anyio-4.13.0-py3-none-any.whl", hash = "sha256:08b310f9e24a9594186fd75b4f73f4a4152069e3853f1ed8bfbf58369f4ad708", size = 114353, upload-time = "2026-03-24T12:59:08.246Z" },
]
[[package]]
name = "apache-airflow"
version = "3.2.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "apache-airflow-core" },
{ name = "apache-airflow-task-sdk" },
]
sdist = { url = "https://files.pythonhosted.org/packages/d1/d4/c087a54f15d19d193c10af7147bfbce73a0821a6da321ce7b15771ea952e/apache_airflow-3.2.1.tar.gz", hash = "sha256:0369c10195401c3b6866f81c03a98c97395c3ceb10fe8e1498ef0bb748b11e8d", size = 29968, upload-time = "2026-04-22T08:00:23.578Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/1a/c6/0970498f07cf3745186a0cf7435af2545318c922d12418b423f23ab5442c/apache_airflow-3.2.1-py3-none-any.whl", hash = "sha256:40ad5acdfa4711499815015691e020e4a849883efc32b8473525ff66aeaaeca7", size = 12972, upload-time = "2026-04-22T08:00:18.197Z" },
]
[[package]]
name = "apache-airflow-core"
version = "3.2.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "a2wsgi" },
{ name = "aiosqlite" },
{ name = "alembic" },
{ name = "apache-airflow-providers-common-compat" },
{ name = "apache-airflow-providers-common-io" },
{ name = "apache-airflow-providers-common-sql" },
{ name = "apache-airflow-providers-smtp" },
{ name = "apache-airflow-providers-standard" },
{ name = "apache-airflow-task-sdk" },
{ name = "argcomplete" },
{ name = "asgiref" },
{ name = "attrs" },
{ name = "cadwyn" },
{ name = "colorlog" },
{ name = "cron-descriptor" },
{ name = "croniter" },
{ name = "cryptography" },
{ name = "deprecated" },
{ name = "dill" },
{ name = "fastapi", extra = ["standard-no-fastapi-cloud-cli"] },
{ name = "httpx" },
{ name = "importlib-metadata" },
{ name = "itsdangerous" },
{ name = "jinja2" },
{ name = "jsonschema" },
{ name = "lazy-object-proxy" },
{ name = "libcst" },
{ name = "linkify-it-py" },
{ name = "lockfile" },
{ name = "methodtools" },
{ name = "msgspec" },
{ name = "natsort" },
{ name = "opentelemetry-api" },
{ name = "opentelemetry-exporter-otlp" },
{ name = "opentelemetry-proto" },
{ name = "packaging" },
{ name = "pathspec" },
{ name = "pendulum" },
{ name = "pluggy" },
{ name = "psutil" },
{ name = "pydantic" },
{ name = "pygments" },
{ name = "pygtrie" },
{ name = "pyjwt" },
{ name = "python-daemon" },
{ name = "python-dateutil" },
{ name = "python-slugify" },
{ name = "pyyaml" },
{ name = "requests" },
{ name = "rich" },
{ name = "rich-argparse" },
{ name = "setproctitle" },
{ name = "sqlalchemy", extra = ["asyncio"] },
{ name = "starlette" },
{ name = "structlog" },
{ name = "svcs" },
{ name = "tabulate" },
{ name = "tenacity" },
{ name = "termcolor" },
{ name = "typing-extensions" },
{ name = "universal-pathlib" },
{ name = "uuid6" },
{ name = "uvicorn" },
]
sdist = { url = "https://files.pythonhosted.org/packages/87/58/a4c15d59021f5a0c28a71113e8f54b9b713740673a54d853e6b9c85767d8/apache_airflow_core-3.2.1.tar.gz", hash = "sha256:737688a2df62b4827419161fccfb6c90e15d5eb4254c06a52014434d354931c1", size = 5016464, upload-time = "2026-04-22T08:00:25.198Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/64/3b/574ad13c132afb577ec27894b0aca33b2eb0716d4b3073fe5b823d941785/apache_airflow_core-3.2.1-py3-none-any.whl", hash = "sha256:9f13bb8bde8ab5e4910c5fc2d1fd637af488f56e4c32c062c1de6dc83593a1b5", size = 4711688, upload-time = "2026-04-22T08:00:21.782Z" },
]
[[package]]
name = "apache-airflow-providers-common-compat"
version = "1.14.3"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "apache-airflow" },
{ name = "asgiref" },
]
sdist = { url = "https://files.pythonhosted.org/packages/f8/99/3852e08d1eecf36e152f57ce69d46fea95a903748b5d4d200b915efcb574/apache_airflow_providers_common_compat-1.14.3.tar.gz", hash = "sha256:1ecba0c30b4ac2c40983e9aa627927576f49e8d466fcabdf464d1f7c6e8c54f7", size = 39892, upload-time = "2026-04-13T23:21:11.702Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/6e/59/eea9f8d9e66597842e0739854b7c841423a2589c2a3aeaec5f83151aded8/apache_airflow_providers_common_compat-1.14.3-py3-none-any.whl", hash = "sha256:269f48d21ff275d02c7db617d9e477aee6ad8eab39690f18b7342f1f3eba073b", size = 42396, upload-time = "2026-04-13T23:21:04.302Z" },
]
[[package]]
name = "apache-airflow-providers-common-io"
version = "1.7.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "apache-airflow" },
{ name = "apache-airflow-providers-common-compat" },
]
sdist = { url = "https://files.pythonhosted.org/packages/11/0b/c4f74e5186a04e77096bae897067ebf69a2dfb601b4e59e050772e6a587f/apache_airflow_providers_common_io-1.7.2.tar.gz", hash = "sha256:f9b98b4d7df33087b81ea14ee330054583f677e5ac8e9abb211a68388202ffed", size = 24143, upload-time = "2026-03-28T10:59:13.938Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/12/8d/c7a81be9e3479a4d63580a273ebdc450b31a0014c79b02ea6e6789dc27e3/apache_airflow_providers_common_io-1.7.2-py3-none-any.whl", hash = "sha256:224a9df31086c00a832242c475217273a8eef925c22b8a5b034eea3209d5cfa0", size = 19803, upload-time = "2026-03-28T10:57:17.804Z" },
]
[[package]]
name = "apache-airflow-providers-common-sql"
version = "1.34.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "apache-airflow" },
{ name = "apache-airflow-providers-common-compat" },
{ name = "methodtools" },
{ name = "more-itertools" },
{ name = "sqlparse" },
]
sdist = { url = "https://files.pythonhosted.org/packages/af/50/72a14c0f873ce564103896d66eb3511f357ea947edfde9dd573e553653ee/apache_airflow_providers_common_sql-1.34.0.tar.gz", hash = "sha256:6cfe05d53680a9d712ef02186cce8beb6bb007e6e4bcc5e04b01db6e28073d0c", size = 130594, upload-time = "2026-03-28T10:59:15.989Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/2d/95/5c32f02528ad54917ced33aff9ce8f375f859b9f936a9ffdccef0e77bba9/apache_airflow_providers_common_sql-1.34.0-py3-none-any.whl", hash = "sha256:7f192477322ddb728c3f7dfae9b2b8c45b45dfee3e9cd8f5396d6a842884ac04", size = 92136, upload-time = "2026-03-28T10:57:20.608Z" },
]
[[package]]
name = "apache-airflow-providers-fab"
version = "3.6.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "apache-airflow" },
{ name = "apache-airflow-providers-common-compat" },
{ name = "blinker" },
{ name = "cachetools" },
{ name = "flask" },
{ name = "flask-appbuilder" },
{ name = "flask-limiter" },
{ name = "flask-login" },
{ name = "flask-session" },
{ name = "flask-sqlalchemy" },
{ name = "flask-wtf" },
{ name = "jmespath" },
{ name = "marshmallow" },
{ name = "msgpack" },
{ name = "werkzeug" },
{ name = "wtforms" },
]
sdist = { url = "https://files.pythonhosted.org/packages/c8/6d/1be28dbfd422a09fa25d9a406f26d16fab88d2c9a13f48596da434bc9913/apache_airflow_providers_fab-3.6.2.tar.gz", hash = "sha256:591f02976e008eda4562bdfed66b3ea7058ec8c8b6d054fe90097d117635f73e", size = 825813, upload-time = "2026-04-26T19:25:08.874Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/35/0c/8447ef9973774e15cb9a00417856789cd39c75954ba155a6c190ec794815/apache_airflow_providers_fab-3.6.2-py3-none-any.whl", hash = "sha256:1d2f2b39c3f2d59d5a75ee8f07ab47b7a1de8ecbab5fe3bb3c111313396dce04", size = 601681, upload-time = "2026-04-26T19:24:32.325Z" },
]
[[package]]
name = "apache-airflow-providers-http"
version = "6.0.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "aiohttp" },
{ name = "apache-airflow" },
{ name = "apache-airflow-providers-common-compat" },
{ name = "asgiref" },
{ name = "requests" },
{ name = "requests-toolbelt" },
]
sdist = { url = "https://files.pythonhosted.org/packages/b2/ff/0f185ebd64675285d4f48d131b7cdd1d5e075bed6519bb296b16d15ad381/apache_airflow_providers_http-6.0.2.tar.gz", hash = "sha256:5363fdd504cf47664da4af92ae180c5d17d4dd501bcaad99a173800f09c93cff", size = 72198, upload-time = "2026-04-12T14:22:12.128Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/e2/65/0c4fee7cb2b552783276a526e540dc45b168712fde1b056023526966bb91/apache_airflow_providers_http-6.0.2-py3-none-any.whl", hash = "sha256:8eab92a31399edbc5cf5c4f60358381a17d8de1d46ac8709d49c28435afc70ed", size = 34973, upload-time = "2026-04-12T14:20:28.01Z" },
]
[[package]]
name = "apache-airflow-providers-smtp"
version = "2.4.5"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "aiosmtplib" },
{ name = "apache-airflow" },
{ name = "apache-airflow-providers-common-compat" },
]
sdist = { url = "https://files.pythonhosted.org/packages/73/cc/4d49ef83561bffdd43769a81364aa836d65b1d14281138183fb809a22cde/apache_airflow_providers_smtp-2.4.5.tar.gz", hash = "sha256:8912915e7748d0a4d64bb6916363de910dfc2f50a8d336cd5ce24af8ef114ceb", size = 46867, upload-time = "2026-04-12T14:22:42.578Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/8b/4f/ab806dfe120217833f8e82932881e553b06b442dce7d2fc51d4360927021/apache_airflow_providers_smtp-2.4.5-py3-none-any.whl", hash = "sha256:5b973881be4f0b52d647cf0ca1d0b58c34376d82fc03e0910b27ddc0b54f323f", size = 25736, upload-time = "2026-04-12T14:21:07.855Z" },
]
[[package]]
name = "apache-airflow-providers-standard"
version = "1.12.3"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "apache-airflow" },
{ name = "apache-airflow-providers-common-compat" },
]
sdist = { url = "https://files.pythonhosted.org/packages/e0/8b/33f8bdb2a7fc2e954015f6c1f6728e94cf28b89daa166be5faba5cbfacb2/apache_airflow_providers_standard-1.12.3.tar.gz", hash = "sha256:5d23f68bb7c66e0281151428450e390b459eb111d31eb6ea4146fa3f2bf0287b", size = 206129, upload-time = "2026-04-12T14:22:46.126Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/9c/34/cb9cc70f2411a75192d5a94127488418fe2727f85a216ef14eb0cbf75e98/apache_airflow_providers_standard-1.12.3-py3-none-any.whl", hash = "sha256:521dc513f2980d355da9d45bacedde098251e7a3a39df7bc247f0821031f76f3", size = 153020, upload-time = "2026-04-12T14:21:13.227Z" },
]
[[package]]
name = "apache-airflow-task-sdk"
version = "1.2.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [