tirkarthi commented on issue #64921:
URL: https://github.com/apache/airflow/issues/64921#issuecomment-4215790382
Ok, I can reproduce it with fab.SESSION_BACKEND as securecookie. Support to
decode bytes as str was removed in werkzeug 3.0
```
.. versionchanged:: 3.0
Passing bytes, and the ``charset`` and ``errors`` parameters, were
removed.
```
https://github.com/pallets/werkzeug/commit/5ff0a573f4b78d9724f1f063fb058fd6bc76b24d#diff-3134d3f7dc9d159846df01762c3fc67dd518a3b81b86ca172bd57148bc9af9e1
--
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]