From 70d59df2eba40921ce47754ad59c93c35a3b997d Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Mon, 5 Feb 2024 13:51:14 +0100 Subject: [PATCH] fixes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8551f8f..a0fe69e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ readme = "README.md" license = {text = "Apache-2.0"} dependencies = [ # https://github.com/WolfgangFahl/nicegui_widgets - "ngwidgets>=0.11.5", + "ngwidgets>=0.11.4", # https://pypi.org/project/dataclasses-json/ "dataclasses-json>=0.6.1", # https://github.com/trentm/python-markdown2