From 17682b74d17ff36024f531ae44b26e23ca7616bb Mon Sep 17 00:00:00 2001 From: Spacebot Date: Wed, 22 Jul 2026 12:03:50 +0000 Subject: [PATCH] Update dependency greenlet to v3.5.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f438a16..0f71905 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "cryptography==49.0.0", "fastapi==0.137.1", "fastapi-cache2==0.2.2", - "greenlet==3.5.2", + "greenlet==3.5.4", "h11==0.16.0", "httpcore==1.0.9", "httpx==0.28.1",