Skip to content

chore(webhosting): handle deprecated_optional fields#1690

Draft
estellesoulard wants to merge 1 commit intomainfrom
chore/webhosting-deprecated-optional
Draft

chore(webhosting): handle deprecated_optional fields#1690
estellesoulard wants to merge 1 commit intomainfrom
chore/webhosting-deprecated-optional

Conversation

@estellesoulard
Copy link
Copy Markdown
Contributor

Extracted webhosting changes from the generated #1668.

"""

dns_config: list[DomainDnsAction]
dns_config: Optional[list[DomainDnsAction]] = field(default_factory=list)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None?

"""

available_dns_actions: list[DomainDnsAction]
available_dns_actions: Optional[list[DomainDnsAction]] = field(default_factory=list)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None?

@github-actions github-actions bot added the webhosting Webhosting issues, bugs and feature requests label Mar 27, 2026
@estellesoulard estellesoulard force-pushed the chore/webhosting-deprecated-optional branch from bf5c356 to 298fd6d Compare March 27, 2026 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

webhosting Webhosting issues, bugs and feature requests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant