We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7286588 commit ac1825aCopy full SHA for ac1825a
aws_lambda_powertools/event_handler/bedrock_agent.py
@@ -41,7 +41,7 @@ def __init__(
41
def is_json(self) -> bool:
42
return self.content_type == "application/json"
43
44
- def to_dict(self) -> dict:
+ def to_dict(self) -> dict[str, Any]:
45
return {
46
"body": self.body,
47
"status_code": self.status_code,
0 commit comments