Skip to content

Commit 76a7f9a

Browse files
committed
generate code after v4.0.3 ls release
1 parent 24fc1c2 commit 76a7f9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/localstack-sdk-generated/localstack/sdk/models/ses_sent_email_body.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
import json
2020

2121
from pydantic import BaseModel, ConfigDict, StrictStr
22-
from typing import Any, ClassVar, Dict, List
22+
from typing import Any, ClassVar, Dict, List, Optional
2323
from typing import Optional, Set
2424
from typing_extensions import Self
2525

2626
class SesSentEmailBody(BaseModel):
2727
"""
2828
SesSentEmailBody
2929
""" # noqa: E501
30-
html_part: StrictStr
30+
html_part: Optional[StrictStr] = None
3131
text_part: StrictStr
3232
__properties: ClassVar[List[str]] = ["html_part", "text_part"]
3333

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)