@@ -60,7 +60,7 @@ def get_actor_representation(
6060 actor_standby_memory_mbytes : int | None = None ,
6161 pricing_infos : list [dict ] | None = None ,
6262 actor_permission_level : ActorPermissionLevel | None = None ,
63- tagged_builds : dict | None = None ,
63+ tagged_builds : dict [ str , None | dict [ str , str ]] | None = None ,
6464) -> dict :
6565 """Get dictionary representation of the Actor."""
6666 return {
@@ -145,7 +145,7 @@ def update(
145145 actor_standby_memory_mbytes : int | None = None ,
146146 pricing_infos : list [dict ] | None = None ,
147147 actor_permission_level : ActorPermissionLevel | None = None ,
148- tagged_builds : dict | None = None ,
148+ tagged_builds : dict [ str , None | dict [ str , str ]] | None = None ,
149149 ) -> dict :
150150 """Update the Actor with the specified fields.
151151
@@ -573,7 +573,7 @@ async def update(
573573 actor_standby_memory_mbytes : int | None = None ,
574574 pricing_infos : list [dict ] | None = None ,
575575 actor_permission_level : ActorPermissionLevel | None = None ,
576- tagged_builds : dict | None = None ,
576+ tagged_builds : dict [ str , None | dict [ str , str ]] | None = None ,
577577 ) -> dict :
578578 """Update the Actor with the specified fields.
579579
0 commit comments