The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/fab-session-cookie-bytes-64921 has failed.
Run started by GitHub user Sriniketh24 (triggered by potiuk).

Head commit for run:
768f04e4ee0739cbf7cf6ec88e4799551beb492c / Sriniketh24 <[email protected]>
Fix FAB session cookie TypeError with Werkzeug 3.0+

Switch _LazySafeSerializer from msgspec.msgpack (returns bytes) to
msgspec.json (returns str) so that Werkzeug 3.0+ dump_cookie() works
correctly. The loads() method tries JSON first and falls back to
msgpack for backward compatibility with sessions written before this
change.

closes: #64921

Report URL: https://github.com/apache/airflow/actions/runs/26066646208

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to