build: ensure tiktoken greather than 0.8.0 due Python 3.13 compatibility

This commit is contained in:
Lucas Gomide
2025-06-02 18:24:01 -03:00
parent 5a3b94c84b
commit 0bd62350a3
2 changed files with 125 additions and 241 deletions

View File

@@ -49,7 +49,7 @@ Repository = "https://github.com/crewAIInc/crewAI"
[project.optional-dependencies]
tools = ["crewai-tools~=0.45.0"]
embeddings = [
"tiktoken~=0.7.0"
"tiktoken~=0.8.0"
]
agentops = ["agentops>=0.3.0"]
pdfplumber = [