Python 3.10 AttributeError: 'dict' object has no attribute 'header_serializer' #2022
Replies: 1 comment 1 reply
-
hey @raulroscode, thanks a lot for creating this discussion. I'll transform as an issue and mark as a feature request so we can track it accordingly :) We haven't tested with 3.10 as it's not yet officially supported as a managed runtime. That said, the error seems slightly misleading as the One thing that would be super helpful is to have a GitHub sample to reproduce it quickly. I'd also appreciate any contribution for any backwards compatible fix to support 3.10 in areas we don't - I haven't fully gone through line by line in the 3.10 changes yet. @peterschutt IIRC you've been using 3.10 for quite some time using OCI - have you bumped into this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have updated my runtime python version to 3.10 and I'm getting this error:
AttributeError: 'dict' object has no attribute 'header_serializer'.
I think that aws-lambda-powertools only supports until python 3.9. Should it work with python 3.10?. Do you know when it will be available for python 3.10 and/or 3.11?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions