Download Latest Version v2.7.0 source code.tar.gz (3.7 MB)
Email in envelope

Get an email when there's a new version of PyGitHub

Home / v2.7.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-31 7.6 kB
v2.7.0 source code.tar.gz 2025-07-31 3.7 MB
v2.7.0 source code.zip 2025-07-31 5.1 MB
Totals: 3 Items   8.8 MB 0

What's Changed

Breaking Changes

Code like

:::python
gh.get_rate_limit().core.remaining

should be replaced with

:::python
gh.get_rate_limit().resources.core.remaining

Code like

:::python
tag.verification["reason"]
tag.verification.get("reason")

should be replaced with

:::python
tag.verification.reason

New Features

Improvement

Bug Fixes

Dependencies

Maintenance

New Contributors

Full Changelog: https://github.com/PyGithub/PyGithub/compare/v2.6.0...v2.7.0

Source: README.md, updated 2025-07-31