fix dep resolution (#6605)
Some checks failed
Build uv cache / build-cache (3.10) (push) Waiting to run
Build uv cache / build-cache (3.11) (push) Waiting to run
Build uv cache / build-cache (3.12) (push) Waiting to run
Build uv cache / build-cache (3.13) (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Vulnerability Scan / pip-audit (push) Has been cancelled

This commit is contained in:
Lorenze Jay
2026-07-21 04:37:08 -07:00
committed by GitHub
parent ce739e28c7
commit 40279e3152
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ dependencies = [
"crewai-core==1.15.5",
"click>=8.1.7,<9",
"pydantic>=2.11.9,<2.13",
"pydantic-settings~=2.10.1",
"pydantic-settings>=2.14.2,<3",
"appdirs~=1.4.4",
"cryptography>=42.0",
"httpx~=0.28.1",