ai-puppy commited on
Commit
9fb199b
·
1 Parent(s): f743883

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +43 -43
requirements.txt CHANGED
@@ -1,43 +1,43 @@
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
 
1
+ annotated-types
2
+ anthropic
3
+ anyio
4
+ certifi
5
+ charset-normalizer
6
+ distro
7
+ dotenv
8
+ e2b-code-interpreter
9
+ h11
10
+ httpcore
11
+ httpx
12
+ idna
13
+ jiter
14
+ jsonpatch
15
+ jsonpointer
16
+ langchain
17
+ langchain-anthropic
18
+ langchain-core
19
+ langchain-sandbox
20
+ langchain-text-splitters
21
+ langgraph
22
+ langgraph-checkpoint
23
+ langgraph-codeact
24
+ langgraph-prebuilt
25
+ langgraph-sdk
26
+ langsmith
27
+ orjson
28
+ ormsgpack
29
+ packaging
30
+ pydantic
31
+ pydantic-core
32
+ python-dotenv
33
+ pyyaml
34
+ requests
35
+ requests-toolbelt
36
+ sniffio
37
+ sqlalchemy
38
+ tenacity
39
+ typing-extensions
40
+ typing-inspection
41
+ urllib3
42
+ xxhash
43
+ zstandard