You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report @FredrikMeyer. I can confirm the published layer doesn't contain the correct dependencies. I've fixed an issue in our pipeline that I think was causing this, so future releases of powertools should get all the correct dependencies packaged with the layer. Looking into how/if we can fix this for already deployed layer versions.
I've made a new release (1.10.4) to trigger the fixed pipeline to publish a new layer version. The published versions are immutable so we can't replace those. Should work fine after updating SemanticVersion to 1.10.4.
I'm trying to use the extras layer, but I get a error message:
Expected Behavior
Be able to import the
parser
module without also installingpydantic
.Current Behavior
Pydantic is not included in the layer.
Steps to Reproduce (for bugs)
My SAM template:
Environment
Deployed via
I've downloaded the layer to my machine and I double-checked that
pydantic
is not included.The text was updated successfully, but these errors were encountered: