fix(devtools): include all workspace packages in bump pin rewrites

This commit is contained in:
Greyson LaLonde
2026-05-12 22:49:44 +08:00
committed by GitHub
parent 63a9e7eb5e
commit ba523f46c0
2 changed files with 79 additions and 1 deletions

View File

@@ -323,8 +323,11 @@ def update_pyproject_version(file_path: Path, new_version: str) -> bool:
_DEFAULT_WORKSPACE_PACKAGES: Final[list[str]] = [
"crewai",
"crewai-tools",
"crewai-cli",
"crewai-core",
"crewai-devtools",
"crewai-files",
"crewai-tools",
]