11[project ]
22name = " PraisonAI-Tools"
3- version = " 0.0.13 "
3+ version = " 0.0.15 "
44description = " Set of tools for the PraisonAI framework"
55authors = [
66 {name = " Mervin Praison" }
77]
88readme = " README.md"
99requires-python = " >=3.10,<=3.13.2"
1010dependencies = [
11- " pydantic>=2.6.1,<3.0.0 " ,
12- " langchain>=0.3.1 ,<0.4.0" ,
13- " pytest>=8.0.0 ,<9.0.0" ,
14- " lancedb>=0.5.4 ,<0.6 .0" ,
15- " openai>=1.12 .0,<2.0 .0" ,
16- " embedchain[github,youtube] >=0.1.123 " ,
17- " chromadb>=0.5.23 " ,
18- " pyright>=1.1.350 ,<2.0.0" ,
11+ " pydantic>=2.6.1,<=2.10.1 " ,
12+ " langchain>=0.3.25 ,<0.4.0" ,
13+ " pytest>=8.3.5 ,<9.0.0" ,
14+ " lancedb>=0.22.0 ,<0.23 .0" ,
15+ " openai>=1.75 .0,<1.76 .0" ,
16+ " embedchain>=0.1.128 " ,
17+ " chromadb>=0.5.10,<0.6.0 " ,
18+ " pyright>=1.1.400 ,<2.0.0" ,
1919 " pytube>=15.0.0,<16.0.0" ,
20- " requests>=2.31.0 ,<3.0.0" ,
21- " beautifulsoup4>=4.12.3 ,<5.0.0" ,
22- " selenium>=4.18.1 ,<5.0.0" ,
20+ " requests>=2.32.3 ,<3.0.0" ,
21+ " beautifulsoup4>=4.13.4 ,<5.0.0" ,
22+ " selenium>=4.32.0 ,<5.0.0" ,
2323 " docx2txt>=0.8,<0.9" ,
24- " crewai-tools>=0.36.0" ,
24+ " crewai-tools>=0.44.0" ,
25+ " docker>=7.1.0,<8.0.0" ,
26+ " crewai>=0.118.0,<=0.119.0" ,
27+ " click>=8.2.0,<9.0.0" ,
2528]
2629
2730[project .urls ]
@@ -31,27 +34,30 @@ Repository = "https://github.com/mervinpraison/PraisonAI-tools"
3134# Poetry configuration
3235[tool .poetry ]
3336name = " PraisonAI-Tools"
34- version = " 0.0.13 "
37+ version = " 0.0.15 "
3538description = " Set of tools for the PraisonAI framework"
3639authors = [" Mervin Praison" ]
3740readme = " README.md"
3841
3942[tool .poetry .dependencies ]
4043python = " >=3.10,<=3.13.2"
4144pydantic = " ^2.6.1"
42- langchain = " >=0.3.1 ,<0.4.0"
43- pytest = " ^8.0.0 "
44- lancedb = " ^0.5.4 "
45- openai = " ^1.12 .0"
45+ langchain = " >=0.3.25 ,<0.4.0"
46+ pytest = " ^8.3.5 "
47+ lancedb = " ^0.22.0 "
48+ openai = " ^1.75 .0"
4649embedchain = {extras = [" github" , " youtube" ], version = " >=0.1.123" }
47- chromadb = " >=0.5.23 "
48- pyright = " ^1.1.350 "
50+ chromadb = " >=0.5.10,<0.6.0 "
51+ pyright = " ^1.1.400 "
4952pytube = " ^15.0.0"
50- requests = " ^2.31.0 "
51- beautifulsoup4 = " ^4.12.3 "
52- selenium = " ^4.18.1 "
53+ requests = " ^2.32.3 "
54+ beautifulsoup4 = " ^4.13.4 "
55+ selenium = " ^4.32.0 "
5356docx2txt = " ^0.8"
54- crewai-tools = " ^0.36.0"
57+ crewai-tools = " ^0.44.0"
58+ docker = " ^7.1.0"
59+ crewai = " ^0.118.0"
60+ click = " ^8.2.0"
5561
5662[tool .poetry .urls ]
5763Homepage = " https://docs.praison.ai"
0 commit comments