From df33291d646b3bcafe90abe317cb1fdc7ed73593 Mon Sep 17 00:00:00 2001 From: saces Date: Mon, 13 Apr 2026 22:15:52 +0200 Subject: [PATCH] smal: update dependencies --- mxsmal/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mxsmal/pyproject.toml b/mxsmal/pyproject.toml index 380d25e..0ad5f04 100644 --- a/mxsmal/pyproject.toml +++ b/mxsmal/pyproject.toml @@ -19,7 +19,8 @@ dependencies = [ "asyncio", "cffi>=2.0.0", "click", - "pygomx>=2026.4.4.9.9", + "pygomx>=2026.4.9.20.41", + "dacite >= 1.9.2", ] [tool.setuptools.package-dir]