Skip to content

Commit 9523403

Browse files
committed
v0.0.13: Update project dependencies and Python version compatibility
1 parent bf1913d commit 9523403

File tree

2 files changed

+984
-514
lines changed

2 files changed

+984
-514
lines changed

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
[project]
22
name = "PraisonAI-Tools"
3-
version = "0.0.9"
3+
version = "0.0.13"
44
description = "Set of tools for the PraisonAI framework"
55
authors = [
66
{name = "Mervin Praison"}
77
]
88
readme = "README.md"
9-
requires-python = ">=3.10,<=3.13"
9+
requires-python = ">=3.10,<=3.13.2"
1010
dependencies = [
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]
3333
name = "PraisonAI-Tools"
34-
version = "0.0.8"
34+
version = "0.0.13"
3535
description = "Set of tools for the PraisonAI framework"
3636
authors = ["Mervin Praison"]
3737
readme = "README.md"
3838

3939
[tool.poetry.dependencies]
40-
python = ">=3.10,<=3.13"
40+
python = ">=3.10,<=3.13.2"
4141
pydantic = "^2.6.1"
42-
langchain = ">=0.1.4,<0.2.0"
42+
langchain = ">=0.3.1,<0.4.0"
4343
pytest = "^8.0.0"
4444
lancedb = "^0.5.4"
4545
openai = "^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"
4848
pyright = "^1.1.350"
4949
pytube = "^15.0.0"
5050
requests = "^2.31.0"
5151
beautifulsoup4 = "^4.12.3"
5252
selenium = "^4.18.1"
5353
docx2txt = "^0.8"
54-
crewai-tools = "^0.3.0"
54+
crewai-tools = "^0.36.0"
5555

5656
[tool.poetry.urls]
5757
Homepage = "https://docs.praison.ai"
5858
Repository = "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"]
6262
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)