Skip to content

Commit 6af520e

Browse files
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 support
1 parent 5bd4ccc commit 6af520e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-webapp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Babel==2.10.3
1+
Babel==2.13.1
22
Flask-BabelEx==0.9.4
33
Flask-Caching==2.0.1
44
Flask-Cors==3.0.10

0 commit comments

Comments
 (0)