From 9e7411149e12bd1e235bbdb351246efa20dcfab1 Mon Sep 17 00:00:00 2001 From: Mark Pittaway Date: Thu, 7 Nov 2024 11:15:51 +1100 Subject: [PATCH] [SDESK-7387] Update quart_babel to 1.0.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dede63b53..fbf0bf9d0 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ "eve @ git+https://github.com/MarkLark86/eve@use-quart", "eve-elastic @ git+https://github.com/MarkLark86/eve-elastic@use-quart", "quart @ git+https://github.com/MarkLark86/quart@fix-test-client-with-utf8-url", - "quart_babel @ git+https://github.com/MarkLark86/quart-babel@fix-get-format", + "quart_babel>=1.0.7,<1.1", "asgiref>=3.8.1", # Patch Quart, Asyncio to work with Flask extensions # TODO-ASYNC: Remove this with our own flask patch (as quart-flask-patch also patches asyncio)