Commit c483fd3
fix: Restrict Python to <3.13 for tiktoken compatibility
Changed requires-python from '>=3.10,<4.0' to '>=3.10,<3.13'
This forces Streamlit Cloud to use Python 3.12 or below, which has
prebuilt tiktoken wheels (no Rust compiler needed).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 85f41e4 commit c483fd3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments