Spaces:
Sleeping
Sleeping
build: update dependencies langgraph, langchain
Browse files- requirements.txt +42 -17
requirements.txt
CHANGED
@@ -2,46 +2,65 @@ aiofiles==24.1.0
|
|
2 |
annotated-types==0.7.0
|
3 |
anyio==4.9.0
|
4 |
audioop-lts==0.2.1
|
5 |
-
|
|
|
6 |
certifi==2025.4.26
|
7 |
-
cffi==1.17.1
|
8 |
charset-normalizer==3.4.2
|
9 |
-
click==8.1
|
10 |
colorama==0.4.6
|
11 |
-
|
|
|
12 |
fastapi==0.115.12
|
13 |
ffmpy==0.5.0
|
14 |
filelock==3.18.0
|
15 |
fsspec==2025.5.1
|
16 |
gradio==5.31.0
|
17 |
-
|
|
|
18 |
groovy==0.1.2
|
19 |
h11==0.16.0
|
20 |
httpcore==1.0.9
|
21 |
httpx==0.28.1
|
22 |
huggingface-hub==0.32.0
|
23 |
idna==3.10
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
markdown-it-py==3.0.0
|
27 |
-
|
28 |
mdurl==0.1.2
|
29 |
numpy==2.2.6
|
|
|
30 |
orjson==3.10.18
|
31 |
-
|
|
|
32 |
pandas==2.2.3
|
33 |
pillow==11.2.1
|
34 |
-
|
35 |
-
pycparser==2.22
|
36 |
pydantic==2.11.5
|
37 |
-
|
38 |
pydub==0.25.1
|
39 |
-
|
|
|
40 |
python-dateutil==2.9.0.post0
|
|
|
41 |
python-multipart==0.0.20
|
42 |
pytz==2025.2
|
43 |
-
|
|
|
44 |
requests==2.32.3
|
|
|
45 |
rich==14.0.0
|
46 |
ruff==0.11.11
|
47 |
safehttpx==0.1.6
|
@@ -49,13 +68,19 @@ semantic-version==2.10.0
|
|
49 |
shellingham==1.5.4
|
50 |
six==1.17.0
|
51 |
sniffio==1.3.1
|
|
|
|
|
52 |
starlette==0.46.2
|
|
|
|
|
53 |
tomlkit==0.13.2
|
54 |
tqdm==4.67.1
|
55 |
-
typer==0.15.
|
56 |
-
|
57 |
typing-inspection==0.4.1
|
58 |
tzdata==2025.2
|
59 |
urllib3==2.4.0
|
60 |
uvicorn==0.34.2
|
61 |
-
websockets==15.0.1
|
|
|
|
|
|
2 |
annotated-types==0.7.0
|
3 |
anyio==4.9.0
|
4 |
audioop-lts==0.2.1
|
5 |
+
beautifulsoup4==4.13.4
|
6 |
+
bs4==0.0.2
|
7 |
certifi==2025.4.26
|
|
|
8 |
charset-normalizer==3.4.2
|
9 |
+
click==8.2.1
|
10 |
colorama==0.4.6
|
11 |
+
distro==1.9.0
|
12 |
+
duckduckgo-search==8.0.2
|
13 |
fastapi==0.115.12
|
14 |
ffmpy==0.5.0
|
15 |
filelock==3.18.0
|
16 |
fsspec==2025.5.1
|
17 |
gradio==5.31.0
|
18 |
+
gradio-client==1.10.1
|
19 |
+
greenlet==3.2.2
|
20 |
groovy==0.1.2
|
21 |
h11==0.16.0
|
22 |
httpcore==1.0.9
|
23 |
httpx==0.28.1
|
24 |
huggingface-hub==0.32.0
|
25 |
idna==3.10
|
26 |
+
jinja2==3.1.6
|
27 |
+
jiter==0.10.0
|
28 |
+
jsonpatch==1.33
|
29 |
+
jsonpointer==3.0.0
|
30 |
+
langchain==0.3.25
|
31 |
+
langchain-core==0.3.61
|
32 |
+
langchain-openai==0.3.18
|
33 |
+
langchain-text-splitters==0.3.8
|
34 |
+
langgraph==0.4.7
|
35 |
+
langgraph-checkpoint==2.0.26
|
36 |
+
langgraph-prebuilt==0.2.1
|
37 |
+
langgraph-sdk==0.1.70
|
38 |
+
langsmith==0.3.42
|
39 |
+
lxml==5.4.0
|
40 |
markdown-it-py==3.0.0
|
41 |
+
markupsafe==3.0.2
|
42 |
mdurl==0.1.2
|
43 |
numpy==2.2.6
|
44 |
+
openai==1.82.0
|
45 |
orjson==3.10.18
|
46 |
+
ormsgpack==1.9.1
|
47 |
+
packaging==24.2
|
48 |
pandas==2.2.3
|
49 |
pillow==11.2.1
|
50 |
+
primp==0.15.0
|
|
|
51 |
pydantic==2.11.5
|
52 |
+
pydantic-core==2.33.2
|
53 |
pydub==0.25.1
|
54 |
+
pygments==2.19.1
|
55 |
+
pytesseract==0.3.13
|
56 |
python-dateutil==2.9.0.post0
|
57 |
+
python-dotenv==1.1.0
|
58 |
python-multipart==0.0.20
|
59 |
pytz==2025.2
|
60 |
+
pyyaml==6.0.2
|
61 |
+
regex==2024.11.6
|
62 |
requests==2.32.3
|
63 |
+
requests-toolbelt==1.0.0
|
64 |
rich==14.0.0
|
65 |
ruff==0.11.11
|
66 |
safehttpx==0.1.6
|
|
|
68 |
shellingham==1.5.4
|
69 |
six==1.17.0
|
70 |
sniffio==1.3.1
|
71 |
+
soupsieve==2.7
|
72 |
+
sqlalchemy==2.0.41
|
73 |
starlette==0.46.2
|
74 |
+
tenacity==9.1.2
|
75 |
+
tiktoken==0.9.0
|
76 |
tomlkit==0.13.2
|
77 |
tqdm==4.67.1
|
78 |
+
typer==0.15.3
|
79 |
+
typing-extensions==4.13.2
|
80 |
typing-inspection==0.4.1
|
81 |
tzdata==2025.2
|
82 |
urllib3==2.4.0
|
83 |
uvicorn==0.34.2
|
84 |
+
websockets==15.0.1
|
85 |
+
xxhash==3.5.0
|
86 |
+
zstandard==0.23.0
|