Chore: thanks to bump-pydantic (#25437)

This commit is contained in:
Yongtao Huang
2025-09-09 20:07:17 +08:00
committed by GitHub
parent 240b65b980
commit 2ac7a9c8fc
13 changed files with 28 additions and 28 deletions

View File

@ -809,7 +809,7 @@ class LoggingMessageNotificationParams(NotificationParams):
"""The severity of this log message."""
logger: str | None = None
"""An optional name of the logger issuing this message."""
data: Any
data: Any = None
"""
The data to be logged, such as a string message or an object. Any JSON serializable
type is allowed here.