Browse Source

Upgrade to microdot 2.3 and add orjson (#9815)

Miguel Grinberg 3 months ago
parent
commit
f498f95bfb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frameworks/Python/microdot/requirements.txt

+ 2 - 1
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]