Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d7ac9a000dd8077a60290d7fd6a3b39e72a2ff35
https://github.com/WebKit/WebKit/commit/d7ac9a000dd8077a60290d7fd6a3b39e72a2ff35
Author: Brandon Stewart <[email protected]>
Date: 2025-11-25 (Tue, 25 Nov 2025)
Changed paths:
M Tools/Scripts/libraries/webkitflaskpy/webkitflaskpy/__init__.py
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py
Log Message:
-----------
Upgrade MarkupSafe to version 3.0.3 for Python 3.14 compatibility
https://bugs.webkit.org/show_bug.cgi?id=302971
rdar://problem/165228286
Reviewed by Sam Sneddon.
Updated the MarkupSafe dependency from version 3.0.2 to 3.0.3 in both
webkitflaskpy and webkitscmpy libraries.
This upgrade is necessary for Python 3.14 support, as MarkupSafe 3.0.2 is not
available for Python 3.14.
Without this upgrade, `git webkit setup` would fail on Python 3.14.
Prior error: ValueError: No archives for MarkupSafe-3.0.2 found
* Tools/Scripts/libraries/webkitflaskpy/webkitflaskpy/__init__.py:
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py:
Canonical link: https://commits.webkit.org/303541@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications