Skip to content

Commit 19f217d

Browse files
committed
fix: use compatible release (~=) for Starlette Python 3.9 pin
Allow compatible patch releases instead of exact pin, per review feedback.
1 parent f459ece commit 19f217d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
"Operating System :: OS Independent",
3232
]
3333
dependencies = [
34-
"starlette==0.49.3; python_version == '3.9'",
34+
"starlette~=0.49.3; python_version == '3.9'",
3535
"starlette>=0.50; python_version >= '3.10'",
3636
"wtforms >=3.1, <3.2",
3737
"jinja2",

0 commit comments

Comments
 (0)