From 0c1ce1362784310775d7afea63dfef68377bd2dc Mon Sep 17 00:00:00 2001 From: vgoat21 <93329405+vgoat21@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:03:28 +0000 Subject: [PATCH] chore: bump revengai to 3.102.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72e8909..96a1ddb 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.100.0", + "revengai>=3.102.0", "urllib3>=2.0.0,<2.3.0", "libbs==2.15.1", "pydantic>=2.12.5",