From eb8a27c9cbc82d93e2424a8b06f05fec5434b90e Mon Sep 17 00:00:00 2001 From: vgoat21 <93329405+vgoat21@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:11:56 +0000 Subject: [PATCH] chore: bump revengai to 3.98.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb564b3..0179cc2 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.97.0", + "revengai>=3.98.0", "urllib3>=2.0.0,<2.3.0", "libbs==2.15.1", "pydantic>=2.12.5",