mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
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:
committed by
Copybara-Service
parent
d12468ee5a
commit
675ecaa8db
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user