Add support for flask-session 0.8.0+#40348
Conversation
|
serialization tests fail since flask_session switched to msgpack by default from pickle which causes objects that were compatible with pickle like flask's flash message objects to fail in the test since msgpack doesn't know how to serialize them. |
2a43eb8 to
8c815eb
Compare
|
I tried changing the serializer to pickle but one of the objects has a function defined inside https://jcristharif.com/msgspec/extending.html#defining-a-custom-extension-messagepack-only |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
Opening this PR for running CI tests. Changes are as follows :
Issues :
closes: #36897
related: #36897