Devin AI
97cfceabd2
fix(deps): widen click constraint from ~=8.1.7 to >=8.1.7,<9
...
Fixes #6002 . The previous click~=8.1.7 constraint (>=8.1.7,<8.2.0)
prevented users from upgrading to click 8.2+ as required by their
security policies. The codebase only uses stable click APIs (echo,
secho, confirm, prompt, group, command, option, argument) with no
custom ParamType subclasses, so widening to >=8.1.7,<9 is safe.
Updated in all three workspace members:
- lib/crewai/pyproject.toml
- lib/cli/pyproject.toml
- lib/devtools/pyproject.toml
Co-Authored-By: João <joao@crewai.com >
2026-06-02 05:35:09 +00:00
Greyson LaLonde
0486b85aa3
feat: bump versions to 1.14.6
2026-05-28 09:47:19 -07:00
Greyson LaLonde
d52106b3c7
feat: bump versions to 1.14.6a2
2026-05-27 16:42:40 -07:00
Greyson LaLonde
81c21e3166
feat: bump versions to 1.14.6a1
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Vulnerability Scan / pip-audit (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
2026-05-21 15:09:48 +08:00
Greyson LaLonde
c50da7a6f2
feat: bump versions to 1.14.5
2026-05-19 03:11:26 +08:00
Greyson LaLonde
a6225da326
feat: bump versions to 1.14.5a7
2026-05-18 21:08:46 +08:00
Heitor Carvalho
65ec783aae
feat: bump versions to 1.14.5a6 ( #5827 )
2026-05-15 16:51:59 -03:00
Greyson LaLonde
2034f2140a
feat: bump versions to 1.14.5a5
2026-05-13 02:54:13 +08:00
Greyson LaLonde
a09c4de2fd
feat: bump versions to 1.14.5a4
2026-05-09 03:08:22 +08:00
Greyson LaLonde
d165bcb65f
fix(deps): move textual to crewai-cli and add certifi
Build uv cache / build-cache (3.10) (push) Has been cancelled
Build uv cache / build-cache (3.11) (push) Has been cancelled
Build uv cache / build-cache (3.12) (push) Has been cancelled
Build uv cache / build-cache (3.13) (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Vulnerability Scan / pip-audit (push) Has been cancelled
Check Documentation Broken Links / Check broken links (push) Has been cancelled
Nightly Canary Release / Check for new commits (push) Has been cancelled
Nightly Canary Release / Build nightly packages (push) Has been cancelled
Nightly Canary Release / Publish nightly to PyPI (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
2026-05-07 04:40:08 +08:00
Greyson LaLonde
e961a005cb
feat: bump versions to 1.14.5a3
Build uv cache / build-cache (3.10) (push) Has been cancelled
Build uv cache / build-cache (3.11) (push) Has been cancelled
Build uv cache / build-cache (3.12) (push) Has been cancelled
Build uv cache / build-cache (3.13) (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Vulnerability Scan / pip-audit (push) Has been cancelled
2026-05-07 01:44:05 +08:00
Greyson LaLonde
93e786d263
refactor: extract CLI into standalone crewai-cli package
2026-05-06 20:46:46 +08:00