leavoigt commited on
Commit
074c87a
·
verified ·
1 Parent(s): 52c41b1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +98 -18
requirements.txt CHANGED
@@ -1,20 +1,100 @@
1
- # Core dependencies
2
- gradio[mcp]==5.35.0
3
- python-dotenv==1.1.1
4
-
5
- # LangChain core
6
- langchain-core==0.3.70
7
- langchain-community==0.3.27
8
-
9
- # Provider-specific LangChain packages
10
- langchain-openai==0.3.28
11
- langchain-anthropic==0.3.17
12
- langchain-cohere==0.4.4
13
- langchain-together==0.3.0
14
- langchain-huggingface==0.3.0
15
-
16
  cohere==5.13.0
17
-
18
- # Additional dependencies that might be needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  requests==2.31.0
20
- pydantic==2.11.7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.12.14
4
+ aiosignal==1.4.0
5
+ annotated-types==0.7.0
6
+ anthropic==0.58.2
7
+ anyio==4.9.0
8
+ attrs==25.3.0
9
+ certifi==2025.7.14
10
+ charset-normalizer==3.4.2
11
+ click==8.2.1
 
 
 
 
12
  cohere==5.13.0
13
+ dataclasses-json==0.6.7
14
+ distro==1.9.0
15
+ fastapi==0.116.1
16
+ fastavro==1.11.1
17
+ ffmpy==0.6.1
18
+ filelock==3.18.0
19
+ frozenlist==1.7.0
20
+ fsspec==2025.7.0
21
+ gradio[mcp]==5.35.0
22
+ gradio_client==1.10.4
23
+ greenlet==3.2.3
24
+ groovy==0.1.2
25
+ h11==0.16.0
26
+ hf-xet==1.1.5
27
+ httpcore==1.0.9
28
+ httpx==0.28.1
29
+ httpx-sse==0.4.0
30
+ huggingface-hub==0.33.4
31
+ idna==3.10
32
+ Jinja2==3.1.6
33
+ jiter==0.10.0
34
+ jsonpatch==1.33
35
+ jsonpointer==3.0.0
36
+ langchain==0.3.26
37
+ langchain-anthropic==0.3.17
38
+ langchain-cohere==0.4.4
39
+ langchain-community==0.3.27
40
+ langchain-core==0.3.70
41
+ langchain-huggingface==0.3.0
42
+ langchain-openai==0.3.28
43
+ langchain-text-splitters==0.3.8
44
+ langchain-together==0.3.0
45
+ langsmith==0.4.8
46
+ markdown-it-py==3.0.0
47
+ MarkupSafe==3.0.2
48
+ marshmallow==3.26.1
49
+ mcp==1.9.3
50
+ mdurl==0.1.2
51
+ multidict==6.6.3
52
+ mypy_extensions==1.1.0
53
+ numpy==2.3.1
54
+ openai==1.97.1
55
+ orjson==3.11.0
56
+ packaging==25.0
57
+ pandas==2.3.1
58
+ parameterized==0.9.0
59
+ pillow==11.3.0
60
+ propcache==0.3.2
61
+ pydantic==2.11.7
62
+ pydantic-settings==2.10.1
63
+ pydantic_core==2.33.2
64
+ pydub==0.25.1
65
+ Pygments==2.19.2
66
+ python-dateutil==2.9.0.post0
67
+ python-dotenv==1.1.1
68
+ python-multipart==0.0.20
69
+ pytz==2025.2
70
+ PyYAML==6.0.2
71
+ regex==2024.11.6
72
  requests==2.31.0
73
+ requests-toolbelt==1.0.0
74
+ rich==14.0.0
75
+ ruff==0.12.4
76
+ safehttpx==0.1.6
77
+ semantic-version==2.10.0
78
+ shellingham==1.5.4
79
+ six==1.17.0
80
+ sniffio==1.3.1
81
+ SQLAlchemy==2.0.41
82
+ sse-starlette==2.4.1
83
+ starlette==0.47.2
84
+ tenacity==9.1.2
85
+ tiktoken==0.9.0
86
+ tokenizers==0.21.2
87
+ tomlkit==0.13.3
88
+ tqdm==4.67.1
89
+ typer==0.16.0
90
+ types-PyYAML==6.0.12.20250516
91
+ types-requests==2.32.4.20250611
92
+ typing-inspect==0.9.0
93
+ typing-inspection==0.4.1
94
+ typing_extensions==4.14.1
95
+ tzdata==2025.2
96
+ urllib3==2.5.0
97
+ uvicorn==0.35.0
98
+ websockets==15.0.1
99
+ yarl==1.20.1
100
+ zstandard==0.23.0