From 4227cbda7b137b5340ce0a4a495e4a9bf2358b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Ja=C5=A1ek?= Date: Tue, 31 Jan 2023 07:36:54 +0100 Subject: [PATCH] allow newer elastic-apm agent (#2424) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d1fd8dbae..66fdc3f696 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ "flask-oidc-ex==0.5.5", # to be replaced by stdlib version when we use Python 3.8+ "typing_extensions>=3.7.4", - "elastic-apm[flask]>=6.7,<6.8", + "elastic-apm[flask]>=6.7,<7", # Fix an issue with MarkupSafe 2.1.0 not exporting `soft_unicode` "MarkupSafe<2.1", ]