feat!: Upgrade to include python3.14

pin crew ai to 3.13 at highest version as it uses chromadb and that uses onnxruntime which does not work yet with 3.14

Co-authored-by: George Weale <gweale@google.com>
PiperOrigin-RevId: 831508884
This commit is contained in:
George Weale
2025-11-12 13:09:00 -08:00
committed by Copybara-Service
parent d12468ee5a
commit 675ecaa8db
2 changed files with 3 additions and 6 deletions
@@ -143,8 +143,6 @@ def test_run_cmd_overwrite_reject(
(agent_dir / "dummy.txt").write_text("dummy")
monkeypatch.setattr(os, "getcwd", lambda: str(tmp_path))
monkeypatch.setattr(os.path, "exists", lambda _p: True)
monkeypatch.setattr(os, "listdir", lambda _p: ["dummy.txt"])
monkeypatch.setattr(click, "confirm", lambda *a, **k: False)
with pytest.raises(click.Abort):
@@ -165,7 +163,6 @@ def test_run_cmd_with_type_config(
agent_name = "test_agent"
monkeypatch.setattr(os, "getcwd", lambda: str(tmp_path))
monkeypatch.setattr(os.path, "exists", lambda _p: False)
cli_create.run_cmd(
agent_name,