Spaces:
Running
Running
ai-puppy
commited on
Commit
·
f743883
1
Parent(s):
3495357
Update requirements.txt
Browse files- requirements.txt +17 -43
requirements.txt
CHANGED
@@ -1,69 +1,43 @@
|
|
1 |
-
aiofiles==24.1.0
|
2 |
annotated-types==0.7.0
|
|
|
3 |
anyio==4.9.0
|
4 |
certifi==2025.4.26
|
5 |
charset-normalizer==3.4.2
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
filelock==3.18.0
|
10 |
-
fsspec==2025.5.1
|
11 |
-
gradio==5.33.0
|
12 |
-
gradio-client==1.10.2
|
13 |
-
groovy==0.1.2
|
14 |
h11==0.16.0
|
15 |
-
hf-xet==1.1.3
|
16 |
httpcore==1.0.9
|
17 |
httpx==0.28.1
|
18 |
-
huggingface-hub==0.32.4
|
19 |
idna==3.10
|
20 |
-
|
21 |
jsonpatch==1.33
|
22 |
jsonpointer==3.0.0
|
23 |
-
langchain
|
|
|
|
|
24 |
langchain-sandbox==0.0.6
|
25 |
-
|
|
|
26 |
langgraph-checkpoint==2.0.26
|
27 |
-
langgraph-codeact==0.
|
28 |
-
langgraph-prebuilt==0.2.
|
29 |
langgraph-sdk==0.1.70
|
30 |
-
langsmith==0.3.
|
31 |
-
markdown-it-py==3.0.0
|
32 |
-
markupsafe==3.0.2
|
33 |
-
mdurl==0.1.2
|
34 |
-
numpy==1.26.4
|
35 |
orjson==3.10.18
|
36 |
-
ormsgpack==1.
|
37 |
packaging==24.2
|
38 |
-
pandas==2.0.3
|
39 |
-
pillow==11.2.1
|
40 |
pydantic==2.11.5
|
41 |
pydantic-core==2.33.2
|
42 |
-
|
43 |
-
pygments==2.19.1
|
44 |
-
python-dateutil==2.9.0.post0
|
45 |
-
python-multipart==0.0.20
|
46 |
-
pytz==2025.2
|
47 |
pyyaml==6.0.2
|
48 |
requests==2.32.3
|
49 |
requests-toolbelt==1.0.0
|
50 |
-
rich==14.0.0
|
51 |
-
ruff==0.11.13
|
52 |
-
safehttpx==0.1.6
|
53 |
-
semantic-version==2.10.0
|
54 |
-
shellingham==1.5.4
|
55 |
-
six==1.17.0
|
56 |
sniffio==1.3.1
|
57 |
-
|
58 |
tenacity==9.1.2
|
59 |
-
|
60 |
-
tqdm==4.67.1
|
61 |
-
typer==0.16.0
|
62 |
-
typing-extensions==4.14.0
|
63 |
typing-inspection==0.4.1
|
64 |
-
tzdata==2025.2
|
65 |
urllib3==2.4.0
|
66 |
-
uvicorn==0.34.3
|
67 |
-
websockets==15.0.1
|
68 |
xxhash==3.5.0
|
69 |
zstandard==0.23.0
|
|
|
|
|
1 |
annotated-types==0.7.0
|
2 |
+
anthropic==0.52.0
|
3 |
anyio==4.9.0
|
4 |
certifi==2025.4.26
|
5 |
charset-normalizer==3.4.2
|
6 |
+
distro==1.9.0
|
7 |
+
dotenv==0.9.9
|
8 |
+
e2b-code-interpreter==0.0.9
|
|
|
|
|
|
|
|
|
|
|
9 |
h11==0.16.0
|
|
|
10 |
httpcore==1.0.9
|
11 |
httpx==0.28.1
|
|
|
12 |
idna==3.10
|
13 |
+
jiter==0.10.0
|
14 |
jsonpatch==1.33
|
15 |
jsonpointer==3.0.0
|
16 |
+
langchain==0.3.25
|
17 |
+
langchain-anthropic==0.3.13
|
18 |
+
langchain-core==0.3.61
|
19 |
langchain-sandbox==0.0.6
|
20 |
+
langchain-text-splitters==0.3.8
|
21 |
+
langgraph==0.4.7
|
22 |
langgraph-checkpoint==2.0.26
|
23 |
+
langgraph-codeact==0.0.7
|
24 |
+
langgraph-prebuilt==0.2.1
|
25 |
langgraph-sdk==0.1.70
|
26 |
+
langsmith==0.3.42
|
|
|
|
|
|
|
|
|
27 |
orjson==3.10.18
|
28 |
+
ormsgpack==1.9.1
|
29 |
packaging==24.2
|
|
|
|
|
30 |
pydantic==2.11.5
|
31 |
pydantic-core==2.33.2
|
32 |
+
python-dotenv==1.1.0
|
|
|
|
|
|
|
|
|
33 |
pyyaml==6.0.2
|
34 |
requests==2.32.3
|
35 |
requests-toolbelt==1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
sniffio==1.3.1
|
37 |
+
sqlalchemy==2.0.41
|
38 |
tenacity==9.1.2
|
39 |
+
typing-extensions==4.13.2
|
|
|
|
|
|
|
40 |
typing-inspection==0.4.1
|
|
|
41 |
urllib3==2.4.0
|
|
|
|
|
42 |
xxhash==3.5.0
|
43 |
zstandard==0.23.0
|