mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-24 00:05:08 +00:00
Bump versions to 1.14.8a2
This commit is contained in:
@@ -26,7 +26,7 @@ def test_missing_crewai_package_shows_full_install_hint(monkeypatch):
|
||||
message = exc_info.value.message
|
||||
assert "CrewAI CLI is installed without the `crewai` package" in message
|
||||
assert (
|
||||
"uv tool install --force --prerelease=allow 'crewai[tools]==1.14.8a1'"
|
||||
"uv tool install --force --prerelease=allow 'crewai[tools]==1.14.8a2'"
|
||||
in message
|
||||
)
|
||||
assert "quotes are required in zsh" in message
|
||||
|
||||
Reference in New Issue
Block a user