From bea5557756cc022ea5f1e8a9c396cca9e1722866 Mon Sep 17 00:00:00 2001 From: Roel de Jong <12800443+twiggler@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:50:53 +0200 Subject: [PATCH] bump cstruct --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd1bb2a..a84072e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Topic :: Utilities", ] dependencies = [ - "dissect.cstruct>=4.6.dev,<5", # TODO: remove on release + "dissect.cstruct>=4.6,<5", "dissect.util>=3,<4", ] dynamic = ["version"]