aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8c74606..af1da7e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,8 @@ requires = [
"scipy >=1.6.0",
"pyyaml >=5.3.1",
"justpy >= 0.2.3",
- "starlette == 0.17.1",
+ "starlette == 0.17.1; python_version <= '3.9'",
+ "starlette >= 0.17.1; python_version > '3.9'",
"universal_tsdb >=0.1.1",
"cachetools >=5.0.0",
]