Commit 6af520e
committed
Upgrade Babel to 2.13.1 for Python 3.13 compatibility
- Babel 2.10.3 imports from cgi module which was removed in Python 3.13
- This caused 'ModuleNotFoundError: No module named cgi' in pybabel
- Babel 2.13.1 replaced cgi usage with email.message for Python 3.13 support1 parent 5bd4ccc commit 6af520e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments