levgiorg opened a new pull request, #69368: URL: https://github.com/apache/airflow/pull/69368
The _LazySafeSerializer.encode() method returned bytes from msgpack encoding, but cookie-based sessions (via SecureCookieSessionInterface) require a string value. This caused a TypeError when werkzeug's dump_cookie tried to apply a regex pattern on bytes.\n\nFix: implement explicit encode/decode methods that handle the bytes-to-string conversion, instead of aliasing dumps/loads.\n\nFixes #64921 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
