From 583d80e57539a0c459657a8eb345e90a4b91ffd5 Mon Sep 17 00:00:00 2001 From: Jakob Pinterits Date: Mon, 1 Dec 2025 17:30:31 +0100 Subject: [PATCH] bump uniserde version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 457626cb..70a7d30f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "tomlkit>=0.12,<0.14", "typing-extensions>=4.5,<5.0", "unicall>=0.2post0,<0.3", - "uniserde==0.4.1rc0", + "uniserde>=0.4.1,<0.5", "uvicorn[standard]>=0.29.0,<0.39", "watchfiles>=0.21,<2.0", "yarl>=1.9,<2.0",