We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f459ece commit 19f217dCopy full SHA for 19f217d
1 file changed
pyproject.toml
@@ -31,7 +31,7 @@ classifiers = [
31
"Operating System :: OS Independent",
32
]
33
dependencies = [
34
- "starlette==0.49.3; python_version == '3.9'",
+ "starlette~=0.49.3; python_version == '3.9'",
35
"starlette>=0.50; python_version >= '3.10'",
36
"wtforms >=3.1, <3.2",
37
"jinja2",
0 commit comments