From f4b2b36e3b2596ee4251561c56a04aacff9f88b7 Mon Sep 17 00:00:00 2001 From: Lee Date: Thu, 20 Feb 2025 14:09:05 +0800 Subject: [PATCH] Fix require-python version to import UTC from datetime --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c17d5fedb..e0bd7a087 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "crewai" version = "0.102.0" 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" -requires-python = ">=3.10,<3.13" +requires-python = ">=3.11,<3.13" authors = [ { name = "Joao Moura", email = "joao@crewai.com" } ]