cloudevents / sdk-python

Python SDK for CloudEvents
https://pypi.org/p/cloudevents/
Apache License 2.0
279 stars 55 forks source link

Fix Pydantic custom attributes #229

Closed xSAVIKx closed 11 months ago

xSAVIKx commented 11 months ago

Fixes #228

Changes

The Pydantic v2 __dict__ does not provide extras anymore, so making sure we're catching them using Pydantic's parent model iteration.