The GitHub Actions job "Tests" on airflow.git/fix/securecookie-session-serialization has failed. Run started by GitHub user smartlin5228 (triggered by vincbeck).
Head commit for run: 2270246730634237b7f0414cafb3317ea750baec / tlin219 <[email protected]> Fix session cookie serialization when using securecookie backend When `session_backend = securecookie`, the `_LazySafeSerializer.dumps()` returns raw bytes from msgspec, but Werkzeug's `dump_cookie` expects a string value. This causes a TypeError: TypeError: cannot use a string pattern on a bytes-like object Base64-encode the msgpack output so `dumps()` returns a string, and update `loads()` to handle base64-encoded string input. Report URL: https://github.com/apache/airflow/actions/runs/25516838816 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
