From 33838b377e961025a5aa4c06a775879c8fc655ae Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sat, 21 Sep 2024 22:01:29 -0400 Subject: [PATCH] Update flask-restx version lower bound (#224) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 472ba8e2..0eb20a74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "flask>=2.0.0,<4", "Flask-Caching", "flask-cors", - "flask-restx>=0.5.0", + "flask-restx>=1.3.0", "rio-tiler", "rio-cogeo", "requests",