From f70a807c37f25781cc517f35549729829d177988 Mon Sep 17 00:00:00 2001 From: Yingrong Zhao <22300958+VinozzZ@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:44:19 -0400 Subject: [PATCH] docs: document maximum supported Flask version is 2.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b681ee..4ba24fa 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This package makes it easy to instrument your Python web application to send use ## Compatible with -Currently, supports Django (>3.2), Flask, Bottle, and Tornado. +Currently, supports Django (>3.2), Flask(<2.4), Bottle, and Tornado. Compatible with Python >3.7.