From 5f18b598e507048a351ccef41d1b729c70d279f4 Mon Sep 17 00:00:00 2001 From: vgoat21 <93329405+vgoat21@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:07:41 +0000 Subject: [PATCH] chore: bump revengai to 3.100.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0179cc2..72e8909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "plugin-binary-ninja" version = "0.0.1" requires-python = ">=3.10" dependencies = [ - "revengai>=3.98.0", + "revengai>=3.100.0", "urllib3>=2.0.0,<2.3.0", "libbs==2.15.1", "pydantic>=2.12.5",