File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- pydantic ~= 2.10.6
2
- openai ~= 1.66.3
1
+ pydantic ~= 2.11.3
2
+ openai ~= 1.73.0
3
3
tenacity ~= 9.0.0
4
4
pyyaml ~= 6.0.2
5
5
loguru ~= 0.7.3
6
6
numpy
7
7
datasets ~= 3.4.1
8
- fastapi ~= 0.115.11
8
+ fastapi ~= 0.115.12
9
9
tiktoken ~= 0.9.0
10
10
11
11
html2text ~= 2024.2.26
@@ -20,7 +20,7 @@ baidusearch~=1.0.3
20
20
duckduckgo_search ~= 7.5.3
21
21
22
22
aiofiles ~= 24.1.0
23
- pydantic_core ~= 2.27.2
23
+ pydantic_core ~= 2.33.1
24
24
colorama ~= 0.4.6
25
25
playwright ~= 1.51.0
26
26
Original file line number Diff line number Diff line change 15
15
url = "https://github.com/mannaandpoem/OpenManus" ,
16
16
packages = find_packages (),
17
17
install_requires = [
18
- "pydantic~ =2.10.4" ,
19
- "openai>=1.58.1,<1.67 .0" ,
18
+ "pydantic> =2.10.4,<2.12.0 " ,
19
+ "openai>=1.58.1,<1.74 .0" ,
20
20
"tenacity~=9.0.0" ,
21
21
"pyyaml~=6.0.2" ,
22
22
"loguru~=0.7.3" ,
31
31
"browser-use~=0.1.40" ,
32
32
"googlesearch-python~=1.3.0" ,
33
33
"aiofiles~=24.1.0" ,
34
- "pydantic_core>=2.27.2,<2.28 .0" ,
34
+ "pydantic_core>=2.27.2,<2.34 .0" ,
35
35
"colorama~=0.4.6" ,
36
36
],
37
37
classifiers = [
You can’t perform that action at this time.
0 commit comments