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",

View File

@@ -38,7 +38,7 @@ dependencies = [
"tomli~=2.0.2",
"json5~=0.10.0",
"portalocker~=2.7.0",
"pydantic-settings>=2.10.1,<3",
"pydantic-settings>=2.14.2,<3",
"httpx~=0.28.1",
"mcp~=1.28.1",
"aiosqlite~=0.21.0",

4
uv.lock generated
View File

@@ -1462,7 +1462,7 @@ requires-dist = [
{ name = "pdfplumber", specifier = "~=0.11.4" },
{ name = "portalocker", specifier = "~=2.7.0" },
{ name = "pydantic", specifier = ">=2.11.9,<2.13" },
{ name = "pydantic-settings", specifier = ">=2.10.1,<3" },
{ name = "pydantic-settings", specifier = ">=2.14.2,<3" },
{ name = "pyjwt", specifier = ">=2.13.0,<3" },
{ name = "python-dotenv", specifier = ">=1.2.2,<2" },
{ name = "pyyaml", specifier = "~=6.0" },
@@ -1509,7 +1509,7 @@ requires-dist = [
{ name = "httpx", specifier = "~=0.28.1" },
{ name = "packaging", specifier = ">=23.0" },
{ name = "pydantic", specifier = ">=2.11.9,<2.13" },
{ name = "pydantic-settings", specifier = "~=2.10.1" },
{ name = "pydantic-settings", specifier = ">=2.14.2,<3" },
{ name = "pyjwt", specifier = ">=2.13.0,<3" },
{ name = "python-dotenv", specifier = ">=1.2.2,<2" },
{ name = "rich", specifier = ">=13.7.1" },