From 6aaf5c1bbea76aa39f90922cae539a8881cf2e6f Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Wed, 21 Feb 2024 11:26:23 +0100 Subject: [PATCH] Do not restrict FastAPI testing to 0.100 only --- tests/constraints/fastapi-0.100.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constraints/fastapi-0.100.txt b/tests/constraints/fastapi-0.100.txt index c34c72e..4c4143f 100644 --- a/tests/constraints/fastapi-0.100.txt +++ b/tests/constraints/fastapi-0.100.txt @@ -1 +1 @@ -fastapi>=0.100,<0.101 \ No newline at end of file +fastapi>=0.100 \ No newline at end of file