Commit e27faad
Fix starlette dependency for Python 3.9 compatibility
Starlette 0.30.0+ requires Python >= 3.10. Add environment markers
to pin starlette < 0.30.0 for Python 3.9 while allowing latest for
3.10+.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f7470bd commit e27faad
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
0 commit comments