Skip to content

Commit bda50a8

Browse files
committed
Update dependencies and versions in uv.lock and pyproject.toml
1 parent 9523403 commit bda50a8

File tree

2 files changed

+250
-450
lines changed

2 files changed

+250
-450
lines changed

pyproject.toml

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
[project]
22
name = "PraisonAI-Tools"
3-
version = "0.0.13"
3+
version = "0.0.15"
44
description = "Set of tools for the PraisonAI framework"
55
authors = [
66
{name = "Mervin Praison"}
77
]
88
readme = "README.md"
99
requires-python = ">=3.10,<=3.13.2"
1010
dependencies = [
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]
3336
name = "PraisonAI-Tools"
34-
version = "0.0.13"
37+
version = "0.0.15"
3538
description = "Set of tools for the PraisonAI framework"
3639
authors = ["Mervin Praison"]
3740
readme = "README.md"
3841

3942
[tool.poetry.dependencies]
4043
python = ">=3.10,<=3.13.2"
4144
pydantic = "^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"
4649
embedchain = {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"
4952
pytube = "^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"
5356
docx2txt = "^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]
5763
Homepage = "https://docs.praison.ai"

0 commit comments

Comments
 (0)