build: upgrade crewai-tools (#2705)

* build: upgrade crewai-tools

* build: prepare new version
This commit is contained in:
Lucas Gomide
2025-04-28 10:38:56 -03:00
committed by GitHub
parent 337a6d5719
commit 3a66746a99
3 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ warnings.filterwarnings(
category=UserWarning,
module="pydantic.main",
)
__version__ = "0.117.0"
__version__ = "0.117.1"
__all__ = [
"Agent",
"Crew",