Skip to content

Commit 0b4b530

Browse files
Add 3.10 constraint for now
1 parent 11ee54e commit 0b4b530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ standard-no-fastapi-cloud-cli = [
4848
"uvicorn[standard] >= 0.15.0",
4949
]
5050
new = [
51-
"fastapi-new >= 0.0.2",
51+
"fastapi-new >= 0.0.2 ; python_version >= '3.10'",
5252
]
5353

5454
[project.urls]

0 commit comments

Comments
 (0)