fix(deps): move textual to crewai-cli and add certifi
Some checks are pending
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) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Check Documentation Broken Links / Check broken links (push) Waiting to run
Vulnerability Scan / pip-audit (push) Waiting to run

This commit is contained in:
Greyson LaLonde
2026-05-07 04:40:08 +08:00
committed by GitHub
parent fa6287327d
commit d165bcb65f
3 changed files with 6 additions and 4 deletions

View File

@@ -22,6 +22,8 @@ dependencies = [
"packaging>=23.0",
"python-dotenv>=1.2.2,<2",
"uv~=0.11.6",
"textual>=7.5.0",
"certifi",
]
[project.urls]

View File

@@ -28,8 +28,6 @@ dependencies = [
# Authentication and Security
"python-dotenv>=1.2.2,<2",
"pyjwt>=2.9.0,<3",
# TUI
"textual>=7.5.0",
# Configuration and Utils
"click~=8.1.7",
"appdirs~=1.4.4",

6
uv.lock generated
View File

@@ -1304,7 +1304,6 @@ dependencies = [
{ name = "python-dotenv" },
{ name = "pyyaml" },
{ name = "regex" },
{ name = "textual" },
{ name = "tokenizers" },
{ name = "tomli" },
{ name = "tomli-w" },
@@ -1421,7 +1420,6 @@ requires-dist = [
{ name = "qdrant-client", extras = ["fastembed"], marker = "extra == 'qdrant'", specifier = "~=1.14.3" },
{ name = "qdrant-edge-py", marker = "extra == 'qdrant-edge'", specifier = ">=0.6.0" },
{ name = "regex", specifier = "~=2026.1.15" },
{ name = "textual", specifier = ">=7.5.0" },
{ name = "tiktoken", marker = "extra == 'embeddings'", specifier = ">=0.8.0,<0.13" },
{ name = "tokenizers", specifier = ">=0.21,<1" },
{ name = "tomli", specifier = "~=2.0.2" },
@@ -1435,6 +1433,7 @@ name = "crewai-cli"
source = { editable = "lib/cli" }
dependencies = [
{ name = "appdirs" },
{ name = "certifi" },
{ name = "click" },
{ name = "crewai-core" },
{ name = "cryptography" },
@@ -1445,6 +1444,7 @@ dependencies = [
{ name = "pyjwt" },
{ name = "python-dotenv" },
{ name = "rich" },
{ name = "textual" },
{ name = "tomli" },
{ name = "tomli-w" },
{ name = "uv" },
@@ -1453,6 +1453,7 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "appdirs", specifier = "~=1.4.4" },
{ name = "certifi" },
{ name = "click", specifier = "~=8.1.7" },
{ name = "crewai-core", editable = "lib/crewai-core" },
{ name = "cryptography", specifier = ">=42.0" },
@@ -1463,6 +1464,7 @@ requires-dist = [
{ name = "pyjwt", specifier = ">=2.9.0,<3" },
{ name = "python-dotenv", specifier = ">=1.2.2,<2" },
{ name = "rich", specifier = ">=13.7.1" },
{ name = "textual", specifier = ">=7.5.0" },
{ name = "tomli", specifier = "~=2.0.2" },
{ name = "tomli-w", specifier = "~=1.1.0" },
{ name = "uv", specifier = "~=0.11.6" },