Skip to content

Commit 0abb2ac

Browse files
committed
Bump version to 0.0.16 and update dependency version constraints
1 parent bda50a8 commit 0abb2ac

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "PraisonAI-Tools"
3-
version = "0.0.15"
3+
version = "0.0.16"
44
description = "Set of tools for the PraisonAI framework"
55
authors = [
66
{name = "Mervin Praison"}
@@ -11,8 +11,8 @@ dependencies = [
1111
"pydantic>=2.6.1,<=2.10.1",
1212
"langchain>=0.3.25,<0.4.0",
1313
"pytest>=8.3.5,<9.0.0",
14-
"lancedb>=0.22.0,<0.23.0",
15-
"openai>=1.75.0,<1.76.0",
14+
"lancedb>=0.22.0,<0.25.0",
15+
"openai>=1.75.0,<2.0.0",
1616
"embedchain>=0.1.128",
1717
"chromadb>=0.5.10,<0.6.0",
1818
"pyright>=1.1.400,<2.0.0",
@@ -21,9 +21,9 @@ dependencies = [
2121
"beautifulsoup4>=4.13.4,<5.0.0",
2222
"selenium>=4.32.0,<5.0.0",
2323
"docx2txt>=0.8,<0.9",
24-
"crewai-tools>=0.44.0",
24+
"crewai-tools>=0.44.0,<0.50.0",
2525
"docker>=7.1.0,<8.0.0",
26-
"crewai>=0.118.0,<=0.119.0",
26+
"crewai>=0.118.0",
2727
"click>=8.2.0,<9.0.0",
2828
]
2929

@@ -34,7 +34,7 @@ Repository = "https://github.com/mervinpraison/PraisonAI-tools"
3434
# Poetry configuration
3535
[tool.poetry]
3636
name = "PraisonAI-Tools"
37-
version = "0.0.15"
37+
version = "0.0.16"
3838
description = "Set of tools for the PraisonAI framework"
3939
authors = ["Mervin Praison"]
4040
readme = "README.md"

uv.lock

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)