11[project ]
22name = " PraisonAI-Tools"
3- version = " 0.0.9 "
3+ version = " 0.0.13 "
44description = " Set of tools for the PraisonAI framework"
55authors = [
66 {name = " Mervin Praison" }
77]
88readme = " README.md"
9- requires-python = " >=3.10,<=3.13"
9+ requires-python = " >=3.10,<=3.13.2 "
1010dependencies = [
1111 " pydantic>=2.6.1,<3.0.0" ,
12- " langchain>=0.1.4 ,<0.2 .0" ,
12+ " langchain>=0.3.1 ,<0.4 .0" ,
1313 " pytest>=8.0.0,<9.0.0" ,
1414 " lancedb>=0.5.4,<0.6.0" ,
1515 " openai>=1.12.0,<2.0.0" ,
16- " embedchain[github,youtube]>=0.1.85,<0.2.0 " ,
17- " chromadb>=0.4.22,<0.5.0 " ,
16+ " embedchain[github,youtube]>=0.1.123 " ,
17+ " chromadb>=0.5.23 " ,
1818 " pyright>=1.1.350,<2.0.0" ,
1919 " pytube>=15.0.0,<16.0.0" ,
2020 " requests>=2.31.0,<3.0.0" ,
2121 " beautifulsoup4>=4.12.3,<5.0.0" ,
2222 " selenium>=4.18.1,<5.0.0" ,
2323 " docx2txt>=0.8,<0.9" ,
24- " crewai-tools>=0.3.0,<0.4 .0" ,
24+ " crewai-tools>=0.36 .0" ,
2525]
2626
2727[project .urls ]
@@ -31,32 +31,32 @@ Repository = "https://github.com/mervinpraison/PraisonAI-tools"
3131# Poetry configuration
3232[tool .poetry ]
3333name = " PraisonAI-Tools"
34- version = " 0.0.8 "
34+ version = " 0.0.13 "
3535description = " Set of tools for the PraisonAI framework"
3636authors = [" Mervin Praison" ]
3737readme = " README.md"
3838
3939[tool .poetry .dependencies ]
40- python = " >=3.10,<=3.13"
40+ python = " >=3.10,<=3.13.2 "
4141pydantic = " ^2.6.1"
42- langchain = " >=0.1.4 ,<0.2 .0"
42+ langchain = " >=0.3.1 ,<0.4 .0"
4343pytest = " ^8.0.0"
4444lancedb = " ^0.5.4"
4545openai = " ^1.12.0"
46- embedchain = {extras = [" github" , " youtube" ], version = " ^ 0.1.85 " }
47- chromadb = " ^0.4.22 "
46+ embedchain = {extras = [" github" , " youtube" ], version = " >= 0.1.123 " }
47+ chromadb = " >=0.5.23 "
4848pyright = " ^1.1.350"
4949pytube = " ^15.0.0"
5050requests = " ^2.31.0"
5151beautifulsoup4 = " ^4.12.3"
5252selenium = " ^4.18.1"
5353docx2txt = " ^0.8"
54- crewai-tools = " ^0.3 .0"
54+ crewai-tools = " ^0.36 .0"
5555
5656[tool .poetry .urls ]
5757Homepage = " https://docs.praison.ai"
5858Repository = " https://github.com/mervinpraison/PraisonAI-tools"
5959
6060[build-system ]
61- requires = [" hatchling" , " poetry-core>=1.0.0" ]
61+ requires = [" hatchling>=1.0.0 " , " poetry-core>=1.0.0" ]
6262build-backend = " hatchling.build"
0 commit comments