From c591c1ac877684f1ab6c29c464f8fe373bdb63c1 Mon Sep 17 00:00:00 2001 From: Greyson LaLonde Date: Sat, 27 Sep 2025 23:09:52 -0400 Subject: [PATCH] chore: update python version to 3.13 and package metadata --- lib/crewai/.python-version | 2 +- lib/crewai/pyproject.toml | 4 ++-- pyproject.toml | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/crewai/.python-version b/lib/crewai/.python-version index e4fba2183..24ee5b1be 100644 --- a/lib/crewai/.python-version +++ b/lib/crewai/.python-version @@ -1 +1 @@ -3.12 +3.13 diff --git a/lib/crewai/pyproject.toml b/lib/crewai/pyproject.toml index feab01bbf..1d865db8a 100644 --- a/lib/crewai/pyproject.toml +++ b/lib/crewai/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "crewai" dynamic = ["version"] -description = "Add your description here" +description = "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks." readme = "README.md" authors = [ - { name = "Greyson Lalonde", email = "greyson.r.lalonde@gmail.com" } + { name = "Joao Moura", email = "joao@crewai.com" } ] requires-python = ">=3.10, <3.14" dependencies = [ diff --git a/pyproject.toml b/pyproject.toml index 33a767455..0fd36fad5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,3 +109,6 @@ python_functions = "test_*" members = [ "lib/crewai", ] + +[tool.uv.sources] +crewai = { workspace = true }