-
Notifications
You must be signed in to change notification settings - Fork 604
Expand file tree
/
Copy pathrequirements.txt
More file actions
954 lines (954 loc) · 19.2 KB
/
requirements.txt
File metadata and controls
954 lines (954 loc) · 19.2 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
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
ag-ui-protocol==0.1.10
# via pydantic-ai-slim
aiofile==3.9.0
# via py-key-value-aio
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.13.5
# via
# potpie (pyproject.toml)
# firecrawl-py
# instructor
# litellm
# xai-sdk
aiosignal==1.4.0
# via aiohttp
alembic==1.18.3
# via potpie (pyproject.toml)
amqp==5.3.1
# via kombu
annotated-doc==0.0.4
# via
# fastapi
# typer
annotated-types==0.7.0
# via pydantic
anthropic==0.84.0
# via
# potpie (pyproject.toml)
# pydantic-ai-slim
anyio==4.12.1
# via
# anthropic
# google-genai
# groq
# httpx
# mcp
# openai
# py-key-value-aio
# pydantic-evals
# sse-starlette
# starlette
# watchfiles
argcomplete==3.6.3
# via pydantic-ai-slim
asyncpg==0.31.0
# via
# potpie (pyproject.toml)
# pydantic-ai-todo
attrs==25.4.0
# via
# aiohttp
# cyclopts
# jsonschema
# referencing
authlib==1.6.9
# via
# potpie (pyproject.toml)
# fastmcp
backoff==2.2.1
# via posthog
beartype==0.22.9
# via py-key-value-aio
bidict==0.23.1
# via python-socketio
billiard==4.2.4
# via celery
boto3==1.42.42
# via
# potpie (pyproject.toml)
# pydantic-ai-slim
botocore==1.42.42
# via
# boto3
# s3transfer
cachecontrol==0.14.4
# via firebase-admin
cachetools==7.0.0
# via py-key-value-aio
caio==0.9.25
# via aiofile
celery==5.6.2
# via
# potpie (pyproject.toml)
# flower
certifi==2026.1.4
# via
# httpcore
# httpx
# requests
# sentry-sdk
cffi==2.0.0
# via
# cryptography
# pynacl
chardet==5.2.0
# via potpie (pyproject.toml)
charset-normalizer==3.4.4
# via requests
click==8.3.1
# via
# celery
# click-didyoumean
# click-plugins
# click-repl
# litellm
# nltk
# typer
# uvicorn
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
cohere==5.20.7
# via pydantic-ai-slim
cryptography==46.0.7
# via
# potpie (pyproject.toml)
# authlib
# google-auth
# pyjwt
cyclopts==4.5.1
# via fastmcp
diskcache==5.6.3
# via instructor
distro==1.9.0
# via
# anthropic
# google-genai
# groq
# openai
# posthog
dnspython==2.8.0
# via email-validator
docstring-parser==0.17.0
# via
# anthropic
# cyclopts
# instructor
docutils==0.22.4
# via rich-rst
email-inspector==0.1.4
# via potpie (pyproject.toml)
email-validator==2.3.0
# via pydantic
eval-type-backport==0.3.1
# via mistralai
exceptiongroup==1.3.1
# via fastmcp
executing==2.2.1
# via logfire
fastapi==0.128.1
# via
# potpie (pyproject.toml)
# sentry-sdk
fastavro==1.12.1
# via cohere
fastmcp==3.2.4
# via
# potpie (pyproject.toml)
# pydantic-ai-slim
fastuuid==0.14.0
# via litellm
filelock==3.20.3
# via
# huggingface-hub
# torch
firebase-admin==7.1.0
# via potpie (pyproject.toml)
firecrawl-py==4.14.0
# via potpie (pyproject.toml)
flower==2.0.1
# via potpie (pyproject.toml)
frozenlist==1.8.0
# via
# aiohttp
# aiosignal
fsspec==2026.1.0
# via
# huggingface-hub
# torch
genai-prices==0.0.52
# via pydantic-ai-slim
gitdb==4.0.12
# via gitpython
gitpython==3.1.46
# via potpie (pyproject.toml)
google-api-core==2.29.0
# via
# firebase-admin
# google-cloud-core
# google-cloud-firestore
# google-cloud-secret-manager
# google-cloud-storage
google-auth==2.48.0
# via
# google-api-core
# google-cloud-core
# google-cloud-firestore
# google-cloud-secret-manager
# google-cloud-storage
# google-genai
# pydantic-ai-slim
google-cloud-core==2.5.0
# via
# google-cloud-firestore
# google-cloud-storage
google-cloud-firestore==2.23.0
# via firebase-admin
google-cloud-secret-manager==2.26.0
# via potpie (pyproject.toml)
google-cloud-storage==3.9.0
# via
# potpie (pyproject.toml)
# firebase-admin
google-crc32c==1.8.0
# via
# google-cloud-storage
# google-resumable-media
google-genai==1.62.0
# via pydantic-ai-slim
google-resumable-media==2.8.0
# via google-cloud-storage
googleapis-common-protos==1.72.0
# via
# google-api-core
# grpc-google-iam-v1
# grpcio-status
# opentelemetry-exporter-otlp-proto-http
# xai-sdk
greenlet==3.3.1
# via potpie (pyproject.toml)
grep-ast==0.9.0
# via potpie (pyproject.toml)
griffelib==2.0.0
# via
# fastmcp
# pydantic-ai-slim
groq==1.0.0
# via pydantic-ai-slim
grpc-google-iam-v1==0.14.3
# via google-cloud-secret-manager
grpcio==1.76.0
# via
# google-api-core
# google-cloud-secret-manager
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
# xai-sdk
grpcio-status==1.76.0
# via google-api-core
gunicorn==25.0.1
# via potpie (pyproject.toml)
h11==0.16.0
# via
# httpcore
# uvicorn
# wsproto
h2==4.3.0
# via httpx
hf-xet==1.2.0
# via huggingface-hub
hpack==4.1.0
# via h2
httpcore==1.0.9
# via httpx
httpx==0.28.1
# via
# potpie (pyproject.toml)
# anthropic
# cohere
# fastmcp
# firebase-admin
# firecrawl-py
# genai-prices
# google-genai
# groq
# huggingface-hub
# langgraph-sdk
# langsmith
# litellm
# mcp
# mistralai
# openai
# pydantic-ai-slim
# pydantic-graph
httpx-sse==0.4.3
# via mcp
huggingface-hub==1.4.1
# via
# pydantic-ai-slim
# sentence-transformers
# tokenizers
# transformers
humanize==4.15.0
# via flower
hyperframe==6.1.0
# via h2
idna==3.11
# via
# anyio
# email-validator
# httpx
# requests
# yarl
importlib-metadata==8.7.1
# via
# litellm
# opentelemetry-api
instructor==1.14.5
# via potpie (pyproject.toml)
invoke==2.2.1
# via mistralai
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.0
# via keyring
jaraco-functools==4.4.0
# via keyring
jinja2==3.1.6
# via
# instructor
# litellm
# torch
jiter==0.11.1
# via
# potpie (pyproject.toml)
# anthropic
# instructor
# openai
jmespath==1.1.0
# via
# boto3
# botocore
joblib==1.5.3
# via
# potpie (pyproject.toml)
# nltk
# scikit-learn
jsonpatch==1.33
# via langchain-core
jsonpointer==3.0.0
# via jsonpatch
jsonref==1.1.0
# via fastmcp
jsonschema==4.26.0
# via
# litellm
# mcp
jsonschema-path==0.3.4
# via fastmcp
jsonschema-specifications==2025.9.1
# via jsonschema
keyring==25.7.0
# via py-key-value-aio
kombu==5.6.2
# via
# potpie (pyproject.toml)
# celery
langchain==1.2.8
# via potpie (pyproject.toml)
langchain-core==1.2.28
# via
# potpie (pyproject.toml)
# langchain
# langgraph
# langgraph-checkpoint
# langgraph-prebuilt
langgraph==1.0.10
# via
# potpie (pyproject.toml)
# langchain
langgraph-checkpoint==4.0.0
# via
# langgraph
# langgraph-prebuilt
langgraph-prebuilt==1.0.8
# via langgraph
langgraph-sdk==0.3.3
# via langgraph
langsmith==0.6.8
# via langchain-core
litellm==1.83.0
# via potpie (pyproject.toml)
logfire==4.22.0
# via
# potpie (pyproject.toml)
# pydantic-ai-slim
logfire-api==4.22.0
# via
# pydantic-evals
# pydantic-graph
loguru==0.7.3
# via potpie (pyproject.toml)
lupa==2.7
# via potpie (pyproject.toml)
mako==1.3.10
# via alembic
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.3
# via
# jinja2
# mako
mcp==1.26.0
# via
# fastmcp
# pydantic-ai-slim
mdurl==0.1.2
# via markdown-it-py
mistralai==1.9.11
# via pydantic-ai-slim
more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
mpmath==1.3.0
# via sympy
msgpack==1.1.2
# via cachecontrol
multidict==6.7.1
# via
# aiohttp
# yarl
neo4j==6.1.0
# via potpie (pyproject.toml)
nest-asyncio==1.6.0
# via firecrawl-py
networkx==3.6.1
# via
# potpie (pyproject.toml)
# torch
newrelic==11.5.0
# via potpie (pyproject.toml)
nexus-rpc==1.2.0
# via temporalio
nltk==3.9.4
# via potpie (pyproject.toml)
numpy==2.4.2
# via
# scikit-learn
# scipy
# sentence-transformers
# transformers
openai==2.16.0
# via
# potpie (pyproject.toml)
# instructor
# litellm
# pydantic-ai-slim
openapi-pydantic==0.5.1
# via fastmcp
openinference-instrumentation==0.1.44
# via openinference-instrumentation-litellm
openinference-instrumentation-litellm==0.1.29
# via logfire
openinference-semantic-conventions==0.1.26
# via
# openinference-instrumentation
# openinference-instrumentation-litellm
opentelemetry-api==1.39.1
# via
# fastmcp
# openinference-instrumentation
# openinference-instrumentation-litellm
# opentelemetry-exporter-otlp-proto-http
# opentelemetry-instrumentation
# opentelemetry-instrumentation-httpx
# opentelemetry-sdk
# opentelemetry-semantic-conventions
# pydantic-ai-slim
opentelemetry-exporter-otlp-proto-common==1.39.1
# via opentelemetry-exporter-otlp-proto-http
opentelemetry-exporter-otlp-proto-http==1.39.1
# via logfire
opentelemetry-instrumentation==0.60b1
# via
# logfire
# openinference-instrumentation-litellm
# opentelemetry-instrumentation-httpx
opentelemetry-instrumentation-httpx==0.60b1
# via logfire
opentelemetry-proto==1.39.1
# via
# opentelemetry-exporter-otlp-proto-common
# opentelemetry-exporter-otlp-proto-http
opentelemetry-sdk==1.39.1
# via
# logfire
# openinference-instrumentation
# openinference-instrumentation-litellm
# opentelemetry-exporter-otlp-proto-http
# xai-sdk
opentelemetry-semantic-conventions==0.60b1
# via
# opentelemetry-instrumentation
# opentelemetry-instrumentation-httpx
# opentelemetry-sdk
opentelemetry-util-http==0.60b1
# via opentelemetry-instrumentation-httpx
orjson==3.11.7
# via
# langgraph-sdk
# langsmith
ormsgpack==1.12.2
# via langgraph-checkpoint
packaging==25.0
# via
# fastmcp
# gunicorn
# huggingface-hub
# kombu
# langchain-core
# langsmith
# opentelemetry-instrumentation
# transformers
# xai-sdk
pathable==0.4.4
# via jsonschema-path
pathspec==1.0.4
# via
# potpie (pyproject.toml)
# grep-ast
pillow==12.2.0
# via potpie (pyproject.toml)
platformdirs==4.5.1
# via fastmcp
postgres==4.0
# via potpie (pyproject.toml)
posthog==7.8.2
# via potpie (pyproject.toml)
prometheus-client==0.24.1
# via flower
prompt-toolkit==3.0.52
# via
# click-repl
# pydantic-ai-slim
propcache==0.4.1
# via
# aiohttp
# yarl
proto-plus==1.27.1
# via
# google-api-core
# google-cloud-firestore
# google-cloud-secret-manager
protobuf==6.33.5
# via
# potpie (pyproject.toml)
# google-api-core
# google-cloud-firestore
# google-cloud-secret-manager
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
# logfire
# opentelemetry-proto
# proto-plus
# temporalio
# xai-sdk
psycopg-binary==3.3.2
# via potpie (pyproject.toml)
psycopg2-binary==2.9.11
# via
# postgres
# psycopg2-pool
psycopg2-pool==1.2
# via postgres
py-key-value-aio==0.4.4
# via fastmcp
pyasn1==0.6.3
# via
# potpie (pyproject.toml)
# pyasn1-modules
# rsa
pyasn1-modules==0.4.2
# via google-auth
pycparser==3.0
# via cffi
pydantic==2.12.5
# via
# potpie (pyproject.toml)
# ag-ui-protocol
# anthropic
# cohere
# fastapi
# fastmcp
# firecrawl-py
# genai-prices
# google-genai
# groq
# instructor
# langchain
# langchain-core
# langgraph
# langsmith
# litellm
# mcp
# mistralai
# openai
# openapi-pydantic
# pydantic-ai-slim
# pydantic-ai-todo
# pydantic-evals
# pydantic-graph
# pydantic-settings
# xai-sdk
pydantic-ai==1.63.0
# via potpie (pyproject.toml)
pydantic-ai-slim==1.63.0
# via
# pydantic-ai
# pydantic-ai-todo
# pydantic-evals
pydantic-ai-todo==0.1.8
# via potpie (pyproject.toml)
pydantic-core==2.41.5
# via
# cohere
# instructor
# pydantic
pydantic-evals==1.63.0
# via pydantic-ai-slim
pydantic-graph==1.63.0
# via pydantic-ai-slim
pydantic-settings==2.12.0
# via mcp
pygithub==2.8.1
# via potpie (pyproject.toml)
pygments==2.20.0
# via
# potpie (pyproject.toml)
# rich
pyjwt==2.12.1
# via
# potpie (pyproject.toml)
# firebase-admin
# mcp
# pygithub
pynacl==1.6.2
# via
# potpie (pyproject.toml)
# pygithub
pyperclip==1.11.0
# via
# fastmcp
# pydantic-ai-slim
python-dateutil==2.9.0.post0
# via
# botocore
# celery
# mistralai
# posthog
python-dotenv==1.2.1
# via
# potpie (pyproject.toml)
# fastmcp
# firecrawl-py
# litellm
# pydantic-settings
python-engineio==4.13.1
# via python-socketio
python-multipart==0.0.22
# via
# potpie (pyproject.toml)
# mcp
python-socketio==5.16.1
# via potpie (pyproject.toml)
pytz==2025.2
# via
# flower
# neo4j
pyyaml==6.0.3
# via
# fastmcp
# huggingface-hub
# jsonschema-path
# langchain-core
# mistralai
# pydantic-evals
# transformers
redis==7.1.0
# via potpie (pyproject.toml)
referencing==0.36.2
# via
# jsonschema
# jsonschema-path
# jsonschema-specifications
regex==2026.1.15
# via
# nltk
# tiktoken
# transformers
requests==2.33.1
# via
# potpie (pyproject.toml)
# cachecontrol
# cohere
# firecrawl-py
# google-api-core
# google-auth
# google-cloud-storage
# google-genai
# instructor
# jsonschema-path
# langsmith
# opentelemetry-exporter-otlp-proto-http
# posthog
# pydantic-ai-slim
# pygithub
# requests-toolbelt
# resend
# tiktoken
# xai-sdk
requests-toolbelt==1.0.0
# via langsmith
resend==2.21.0
# via potpie (pyproject.toml)
rich==14.3.2
# via
# cyclopts
# fastmcp
# instructor
# logfire
# pydantic-ai-slim
# pydantic-evals
# rich-rst
# typer
rich-rst==1.3.2
# via cyclopts
rpds-py==0.30.0
# via
# jsonschema
# referencing
rsa==4.9.1
# via google-auth
s3transfer==0.16.0
# via boto3
safetensors==0.7.0
# via transformers
scikit-learn==1.8.0
# via
# potpie (pyproject.toml)
# sentence-transformers
scipy==1.17.0
# via
# scikit-learn
# sentence-transformers
sentence-transformers==5.2.2
# via potpie (pyproject.toml)
sentry-sdk==2.52.0
# via potpie (pyproject.toml)
setuptools==80.10.2
# via
# openinference-instrumentation-litellm
# torch
shellingham==1.5.4
# via
# huggingface-hub
# typer
simple-websocket==1.1.0
# via python-engineio
six==1.17.0
# via
# posthog
# python-dateutil
smmap==5.0.2
# via gitdb
sniffio==1.3.1
# via
# anthropic
# google-genai
# groq
# openai
sqlalchemy==2.0.46
# via
# potpie (pyproject.toml)
# alembic
sse-starlette==3.2.0
# via mcp
starlette==0.50.0
# via
# fastapi
# mcp
# pydantic-ai-slim
# sse-starlette
sympy==1.14.0
# via torch
temporalio==1.20.0
# via pydantic-ai-slim
tenacity==9.1.2
# via
# google-genai
# instructor
# langchain-core
# pydantic-ai-slim
threadpoolctl==3.6.0
# via scikit-learn
tiktoken==0.12.0
# via
# potpie (pyproject.toml)
# litellm
# pydantic-ai-slim
tokenizers==0.22.2
# via
# cohere
# litellm
# transformers
torch==2.10.0
# via sentence-transformers
tornado==6.5.5
# via
# potpie (pyproject.toml)
# flower
tqdm==4.67.3
# via
# potpie (pyproject.toml)
# huggingface-hub
# nltk
# openai
# sentence-transformers
# transformers
transformers==5.2.0
# via
# potpie (pyproject.toml)
# sentence-transformers
tree-sitter==0.25.2
# via
# potpie (pyproject.toml)
# tree-sitter-language-pack
tree-sitter-c-sharp==0.23.1
# via tree-sitter-language-pack
tree-sitter-embedded-template==0.25.0
# via tree-sitter-language-pack
tree-sitter-language-pack==0.13.0
# via
# potpie (pyproject.toml)
# grep-ast
tree-sitter-yaml==0.7.2
# via tree-sitter-language-pack
typer==0.24.1
# via
# potpie (pyproject.toml)
# instructor
# typer-slim
typer-slim==0.24.0
# via
# huggingface-hub
# transformers
types-protobuf==6.32.1.20251210
# via temporalio
types-requests==2.32.4.20260107
# via cohere
typing-extensions==4.15.0
# via
# alembic
# anthropic
# cohere
# fastapi
# google-genai
# groq
# grpcio
# huggingface-hub
# langchain-core
# logfire
# mcp
# nexus-rpc
# openai
# opentelemetry-api
# opentelemetry-exporter-otlp-proto-http
# opentelemetry-sdk
# opentelemetry-semantic-conventions
# posthog
# py-key-value-aio
# pydantic
# pydantic-core
# pygithub
# resend
# sentence-transformers
# sqlalchemy
# temporalio
# torch
# typing-inspection
typing-inspection==0.4.2
# via
# mcp
# mistralai
# pydantic
# pydantic-ai-slim
# pydantic-graph
# pydantic-settings
tzdata==2025.3
# via kombu
tzlocal==5.3.1
# via celery
uncalled-for==0.3.1
# via fastmcp
urllib3==2.6.3
# via
# potpie (pyproject.toml)
# botocore
# pygithub
# requests
# sentry-sdk
# types-requests
uuid-utils==0.14.0
# via
# langchain-core
# langsmith
uuid6==2025.0.1
# via potpie (pyproject.toml)
uvicorn==0.40.0
# via
# potpie (pyproject.toml)
# fastmcp
# mcp
vine==5.1.0
# via
# amqp
# celery
# kombu
watchfiles==1.1.1
# via fastmcp
wcwidth==0.5.3
# via prompt-toolkit
websockets==15.0.1
# via
# fastmcp
# firecrawl-py
# google-genai
wrapt==1.17.3
# via
# openinference-instrumentation
# openinference-instrumentation-litellm
# opentelemetry-instrumentation
# opentelemetry-instrumentation-httpx
wsproto==1.3.2
# via simple-websocket
xai-sdk==1.6.1
# via pydantic-ai-slim
xxhash==3.6.0
# via
# langgraph
# langsmith
yarl==1.22.0
# via aiohttp
zipp==3.23.0
# via importlib-metadata
zstandard==0.25.0
# via langsmith