Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires-python = ">=3.10, <3.14"
dependencies = [
"crewai-core==1.15.14",
"click>=8.1.7,<9",
"pydantic>=2.11.9,<2.13",
"pydantic>=2.13.4,<2.14",
"pydantic-settings>=2.14.2,<3",
"appdirs~=1.4.4",
"cryptography>=42.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/crewai-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"packaging>=23.0",
"portalocker~=2.7.0",
"pyjwt>=2.13.0,<3",
"pydantic>=2.11.9,<2.13",
"pydantic>=2.13.4,<2.14",
"rich>=13.7.1",
"opentelemetry-api~=1.42.0",
"opentelemetry-sdk~=1.42.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/crewai-files/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"python-magic>=0.4.27",
"aiocache~=0.12.3",
"aiofiles~=24.1.0",
"tinytag~=2.2.1",
"tinytag~=2.3.0",
"av~=13.0.0",
]

Expand Down
2 changes: 1 addition & 1 deletion lib/crewai-tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"beautifulsoup4~=4.13.4",
"python-docx~=1.2.0",
"youtube-transcript-api~=1.2.2",
"pymupdf~=1.26.6",
"pymupdf~=1.28.0",
]


Expand Down
2 changes: 1 addition & 1 deletion lib/crewai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"crewai-core==1.15.14",
"crewai-cli==1.15.14",
# Core Dependencies
"pydantic>=2.11.9,<2.13",
"pydantic>=2.13.4,<2.14",
"openai>=2.30.0,<3",
"instructor>=1.3.3",
# Text Processing
Expand Down
2 changes: 1 addition & 1 deletion lib/devtools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ private = true
dependencies = [
"click>=8.1.7,<9",
"tomlkit~=0.13.2",
"openai>=1.83.0,<3",
"openai>=2.53.0,<3",
"python-dotenv>=1.2.2,<2",
"pygithub~=1.59.1",
"pyyaml~=6.0",
Expand Down
28 changes: 14 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ authors = [

[dependency-groups]
dev = [
"ruff==0.15.1",
"mypy==1.19.1",
"pre-commit==4.5.1",
"bandit==1.9.2",
"pytest==9.0.3",
"pytest-asyncio==1.3.0",
"pytest-subprocess==1.5.3",
"vcrpy==8.2.1", # pinned, lower versions break pytest-recording
"ruff==0.16.1",
"mypy==1.20.2",
"pre-commit==4.6.1",
"bandit==1.9.4",
"pytest==9.1.1",
"pytest-asyncio==1.4.0",
"pytest-subprocess==1.6.0",
"vcrpy==8.3.0", # pinned, lower versions break pytest-recording
"pytest-recording==0.13.4",
"pytest-randomly==4.0.1",
"pytest-randomly==4.1.0",
"pytest-timeout==2.4.0",
"pytest-xdist==3.8.0",
"pytest-split==0.11.0",
"types-requests~=2.31.0.6",
"types-requests~=2.33.0.20260712",
"types-pyyaml==6.0.*",
"types-regex==2026.1.15.*",
"types-regex==2026.7.19.*",
"types-appdirs==1.4.*",
"boto3-stubs[bedrock-runtime]==1.42.40",
"boto3-stubs[bedrock-runtime]==1.43.65",
"types-psycopg2==2.9.21.20251012",
"types-pymysql==1.1.0.20250916",
"types-pymysql==1.2.0.20260724",
"types-aiofiles~=25.1.0",
"types-redis~=4.6",
"commitizen>=4.13.9",
"commitizen>=4.17.0",
"pip-audit==2.9.0",
]

Expand Down
511 changes: 256 additions & 255 deletions uv.lock

Large diffs are not rendered by default.

Loading