Update scaffolded crew dependency

This commit is contained in:
Joao Moura
2026-06-18 00:41:44 -07:00
parent ea4911d602
commit a1a0233421
5 changed files with 5 additions and 4 deletions

View File

@@ -714,6 +714,7 @@ def test_json_create_provider_preselects_default_model(tmp_path, monkeypatch):
assert not (tmp_path / "json_crew" / "config.jsonc").exists()
pyproject = tomli.loads((tmp_path / "json_crew" / "pyproject.toml").read_text())
assert pyproject["project"]["dependencies"] == ["crewai[tools]==1.14.8a"]
assert pyproject["tool"]["hatch"]["build"]["targets"]["wheel"][
"only-include"
] == ["agents", "crew.jsonc", "tools", "knowledge", "skills"]