Skip to content

Changelog

0.7.3 (2026-03-15)

TypeDescriptionPRIssuesAuthor
Chore chore(deps): update dependency pymdown-extensions to v10.16.1 [security] (#25)@renovate[bot]

0.7.2 (2026-03-15)

TypeDescriptionPRIssuesAuthor
Chore chore: automate security updates and releases (#28)@renovate[bot]

0.7.1 (2026-02-16)

TypeDescriptionPRIssuesAuthor
Deprecation Rename `GithubApp.get_installation_token_supplier()` to `.installation_token_supplier()` for consistency@NiklasRosenstein
Fix Hide `GithubApp.private_key` from `repr()`@NiklasRosenstein
Feature Add API for initiating OAuth2 Web application and Device flows@NiklasRosenstein
Fix Ensure `iss` claim is a string26@tun0

0.7.0 (2025-01-03)

TypeDescriptionPRIssuesAuthor
Breaking change Drop Python 3.8 support.@NiklasRosenstein
Hygiene Migrate project from Poetry to UV@NiklasRosenstein

0.6.0 (2024-04-04)

TypeDescriptionPRIssuesAuthor
Hygiene Remove dependency on `nr.functional`@NiklasRosenstein
Breaking change Remove deprecated `GithubApp.client` (use `GithubApp.app_client()` instead)@NiklasRosenstein

0.5.2 (2023-03-15)

TypeDescriptionPRIssuesAuthor
Improvement Update dependencies, particularly cryptography12@timgates42
Fix Change `GithubClientSettings.timeout` to an `Optional[int]` as the PyGithub API expects and integer for the respective argument to the `github.Github` constructor.10@BoboTiG
Improvement Bump `PyGithub` dependency to `^1.58`.10@BoboTIiG