From 6587f69f25c06c36cc1aea25b2aea55651792802 Mon Sep 17 00:00:00 2001 From: Joao Moura Date: Thu, 26 Feb 2026 23:12:56 -0800 Subject: [PATCH] bumping version --- lib/crewai-files/pyproject.toml | 2 +- lib/crewai-tools/pyproject.toml | 2 +- lib/crewai/pyproject.toml | 2 +- lib/crewai/src/crewai/cli/templates/crew/pyproject.toml | 2 +- lib/crewai/src/crewai/cli/templates/flow/pyproject.toml | 2 +- lib/crewai/src/crewai/cli/templates/tool/pyproject.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/crewai-files/pyproject.toml b/lib/crewai-files/pyproject.toml index c53a1c1ff..21d2452a8 100644 --- a/lib/crewai-files/pyproject.toml +++ b/lib/crewai-files/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "python-magic>=0.4.27", "aiocache~=0.12.3", "aiofiles~=24.1.0", - "tinytag~=1.10.0", + "tinytag~=1.10.1a", "av~=13.0.0", ] diff --git a/lib/crewai-tools/pyproject.toml b/lib/crewai-tools/pyproject.toml index eafad087d..89367a457 100644 --- a/lib/crewai-tools/pyproject.toml +++ b/lib/crewai-tools/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "pytube~=15.0.0", "requests~=2.32.5", "docker~=7.1.0", - "crewai==1.10.0", + "crewai==1.10.1a", "tiktoken~=0.8.0", "beautifulsoup4~=4.13.4", "python-docx~=1.2.0", diff --git a/lib/crewai/pyproject.toml b/lib/crewai/pyproject.toml index 1d81ffb1a..445354d01 100644 --- a/lib/crewai/pyproject.toml +++ b/lib/crewai/pyproject.toml @@ -53,7 +53,7 @@ Repository = "https://github.com/crewAIInc/crewAI" [project.optional-dependencies] tools = [ - "crewai-tools==1.10.0", + "crewai-tools==1.10.1a", ] embeddings = [ "tiktoken~=0.8.0" diff --git a/lib/crewai/src/crewai/cli/templates/crew/pyproject.toml b/lib/crewai/src/crewai/cli/templates/crew/pyproject.toml index 702b85ab9..3fbf3991f 100644 --- a/lib/crewai/src/crewai/cli/templates/crew/pyproject.toml +++ b/lib/crewai/src/crewai/cli/templates/crew/pyproject.toml @@ -5,7 +5,7 @@ description = "{{name}} using crewAI" authors = [{ name = "Your Name", email = "you@example.com" }] requires-python = ">=3.10,<3.14" dependencies = [ - "crewai[tools]==1.10.0" + "crewai[tools]==1.10.1a" ] [project.scripts] diff --git a/lib/crewai/src/crewai/cli/templates/flow/pyproject.toml b/lib/crewai/src/crewai/cli/templates/flow/pyproject.toml index 05fed922c..df2e31e09 100644 --- a/lib/crewai/src/crewai/cli/templates/flow/pyproject.toml +++ b/lib/crewai/src/crewai/cli/templates/flow/pyproject.toml @@ -5,7 +5,7 @@ description = "{{name}} using crewAI" authors = [{ name = "Your Name", email = "you@example.com" }] requires-python = ">=3.10,<3.14" dependencies = [ - "crewai[tools]==1.10.0" + "crewai[tools]==1.10.1a" ] [project.scripts] diff --git a/lib/crewai/src/crewai/cli/templates/tool/pyproject.toml b/lib/crewai/src/crewai/cli/templates/tool/pyproject.toml index 3890b0a33..20236d8e5 100644 --- a/lib/crewai/src/crewai/cli/templates/tool/pyproject.toml +++ b/lib/crewai/src/crewai/cli/templates/tool/pyproject.toml @@ -5,7 +5,7 @@ description = "Power up your crews with {{folder_name}}" readme = "README.md" requires-python = ">=3.10,<3.14" dependencies = [ - "crewai[tools]==1.10.0" + "crewai[tools]==1.10.1a" ] [tool.crewai]