Skip to content

Commit b1041f6

Browse files
Add 3.10 constraint
1 parent d088222 commit b1041f6

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
@@ -38,7 +38,7 @@ dependencies = [
3838
"rich-toolkit >= 0.14.5",
3939
"pydantic[email] >= 1.6.1",
4040
"sentry-sdk >= 2.20.0",
41-
"fastapi-new >= 0.0.2",
41+
"fastapi-new >= 0.0.2 ; python_version >= '3.10'",
4242
]
4343

4444
[project.optional-dependencies]

0 commit comments

Comments
 (0)