From 6c269b7025d4b27a297cb009eb736b5975145a2c 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 4fb381e238..9a1c50d23d 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", ]