Skip to content

Changelog

0.7.8 (2026-05-13)

TypeDescriptionPRIssuesAuthor
Chore chore(deps): update dependency urllib3 to v2.7.0 [security] (#33)@renovate[bot]

0.7.7 (2026-04-11)

TypeDescriptionPRIssuesAuthor
Chore Fix tag filter pattern in release.yml: glob syntax, not regex (#31)@renovate[bot]

0.7.6 (2026-03-26)

TypeDescriptionPRIssuesAuthor
Chore chore(deps): update dependency requests to v2.33.0 [security] (#30)@renovate[bot]

0.7.5 (2026-03-15)

TypeDescriptionPRIssuesAuthor
Chore chore(deps): update dependency black to v26 [security] (#29)@renovate[bot]

0.7.4 (2026-03-15)

TypeDescriptionPRIssuesAuthor
Chore chore(deps): update dependency pyjwt to v2.12.0 [security] (#27); chore(deps): update dependency requests to v2.32.4 [security] (#24)@renovate[bot]

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