Fix require-python version to import UTC from datetime

This commit is contained in:
Lee
2025-02-20 14:09:05 +08:00
parent 00c2f5043e
commit f4b2b36e3b

View File

@@ -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" }
]