We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe868b commit 34a27edCopy full SHA for 34a27ed
cloudevents_pydantic/events/_event.py
@@ -146,7 +146,7 @@ def base64_json_serializer(self):
146
:return: Event serialized as a standard CloudEvent dict with binary
147
data handled.
148
"""
149
- model_dict = self.model_dump() # type: ignore
+ model_dict = self.model_dump()
150
if _binary_field_metadata == self.model_fields["data"].metadata:
151
model_dict["data_base64"] = model_dict["data"]
152
del model_dict["data"]
0 commit comments