diff --git a/github/Repository.pyi b/github/Repository.pyi index d6673f4a..492a6b2b 100644 --- a/github/Repository.pyi +++ b/github/Repository.pyi @@ -185,7 +185,7 @@ class Repository(CompletableGithubObject): @overload def create_pull(self, title: _NotSetType, body: _NotSetType, base: str, head: str, maintainer_can_modify: _NotSetType, issue: Issue) -> PullRequest: ... def create_repository_dispatch( - self, event_type: str, client_payload: Dict[str, str] + self, event_type: str, client_payload: Dict[str, Any] ) -> bool: ... def create_source_import( self,