Align builder with a2a-pack 0.1.82
All checks were successful
build / build (push) Successful in 53s

This commit is contained in:
robert
2026-06-08 09:13:42 -03:00
parent cd6c13288a
commit 16cdf2c2be
5 changed files with 8 additions and 8 deletions

View File

@@ -344,8 +344,8 @@ class TemplateInitTests(unittest.TestCase):
"export PYTHONDONTWRITEBYTECODE=1",
str(sandbox.calls[0]["script"]),
)
self.assertIn("a2a-pack>=0.1.81 unavailable", str(sandbox.calls[0]["script"]))
self.assertIn("a2a-pack==0.1.79", str(sandbox.calls[0]["script"]))
self.assertIn("a2a-pack>=0.1.82 unavailable", str(sandbox.calls[0]["script"]))
self.assertIn("a2a-pack==0.1.82", str(sandbox.calls[0]["script"]))
self.assertEqual(_FakeAsyncClient.posts, [])
def test_cp_deploy_tarball_posts_agent_dsl(self) -> None: