feat: bump versions to 1.12.1 (#5094)

* chore: bump version to 1.12.1 across all modules

* feat: bump versions to 1.12.1
This commit is contained in:
João Moura
2026-03-25 18:45:33 -07:00
committed by GitHub
parent 918654318b
commit 034f576dc0
9 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ dependencies = [
"pytube~=15.0.0",
"requests~=2.32.5",
"docker~=7.1.0",
"crewai==1.12.0a3",
"crewai==1.12.1",
"tiktoken~=0.8.0",
"beautifulsoup4~=4.13.4",
"python-docx~=1.2.0",

View File

@@ -309,4 +309,4 @@ __all__ = [
"ZapierActionTools",
]
__version__ = "1.12.0"
__version__ = "1.12.1"