From 03b0cf03bdb4fc8e5f8b1e67138cb2eb1bc6207c Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sat, 12 Apr 2025 23:36:02 +0100 Subject: [PATCH] Upgrade to microdot 2.3 and add orjson --- frameworks/Python/microdot/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frameworks/Python/microdot/requirements.txt b/frameworks/Python/microdot/requirements.txt index 4d928335e33..2bb6d533047 100644 --- a/frameworks/Python/microdot/requirements.txt +++ b/frameworks/Python/microdot/requirements.txt @@ -5,8 +5,9 @@ asyncpg jinja2 cachetools asyncache +orjson alchemical -microdot>=2.0.1 +microdot>=2.3.1 gunicorn uvicorn[standard]