Pygithub

Latest version: v2.6.1

Safety actively analyzes 723576 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 17

1.36

-----------------------------------

* Fix changelog generation (`5d911e22 <https://github.com/PyGithub/PyGithub/commit/5d911e22>`_)
* Add collaborator permission support (`699 <https://github.com/PyGithub/PyGithub/pull/699>`_) (`167f85ef <https://github.com/PyGithub/PyGithub/commit/167f85ef>`_)
* Use datetime object in create_milestone (`698 <https://github.com/PyGithub/PyGithub/pull/698>`_) (`cef98416 <https://github.com/PyGithub/PyGithub/commit/cef98416>`_)
* Fix date format for milestone creation (`593 <https://github.com/PyGithub/PyGithub/pull/593>`_) (`e671fdd0 <https://github.com/PyGithub/PyGithub/commit/e671fdd0>`_)
* Remove the default "null" input send during GET request (`691 <https://github.com/PyGithub/PyGithub/pull/691>`_) (`cbfe8d0f <https://github.com/PyGithub/PyGithub/commit/cbfe8d0f>`_)
* Updated PullRequest reviewer request according to API changes (`690 <https://github.com/PyGithub/PyGithub/pull/690>`_) (`5c9c2f75 <https://github.com/PyGithub/PyGithub/commit/5c9c2f75>`_)
* make created_at/published_at attrs available for Release objects (`689 <https://github.com/PyGithub/PyGithub/pull/689>`_) (`2f9b1e01 <https://github.com/PyGithub/PyGithub/commit/2f9b1e01>`_)
* Add committer/author to Repository.delete_file (`678 <https://github.com/PyGithub/PyGithub/pull/678>`_) (`3baa682c <https://github.com/PyGithub/PyGithub/commit/3baa682c>`_)
* Add method to get latest release of a repository (`609 <https://github.com/PyGithub/PyGithub/pull/609>`_) (`45d18436 <https://github.com/PyGithub/PyGithub/commit/45d18436>`_)
* Add permissions field to NamedUser (`676 <https://github.com/PyGithub/PyGithub/pull/676>`_) (`6cfe46b7 <https://github.com/PyGithub/PyGithub/commit/6cfe46b7>`_)
* Fix all pep8 coding conventions (`6bc804dc <https://github.com/PyGithub/PyGithub/commit/6bc804dc>`_)
* Add new params for /users/:user/repos endpoint (`89834a9b <https://github.com/PyGithub/PyGithub/commit/89834a9b>`_)
* Add support for changing PR head commit (`632 <https://github.com/PyGithub/PyGithub/pull/632>`_) (`3f77e537 <https://github.com/PyGithub/PyGithub/commit/3f77e537>`_)
* Use print() syntax in README (`681 <https://github.com/PyGithub/PyGithub/pull/681>`_) (`c5988c39 <https://github.com/PyGithub/PyGithub/commit/c5988c39>`_)
* Add PyPI badge and installation instructions to README (`682 <https://github.com/PyGithub/PyGithub/pull/682>`_) (`3726f686 <https://github.com/PyGithub/PyGithub/commit/3726f686>`_)
* Drop support for EOL Python 2.5-2.6 and 3.2-3.3 (`674 <https://github.com/PyGithub/PyGithub/pull/674>`_) (`6735be49 <https://github.com/PyGithub/PyGithub/commit/6735be49>`_)
* Add Reactions feature (`671 <https://github.com/PyGithub/PyGithub/pull/671>`_) (`ba50af53 <https://github.com/PyGithub/PyGithub/commit/ba50af53>`_)
* Add ping_url and ping to Hook (`669 <https://github.com/PyGithub/PyGithub/pull/669>`_) (`6169d8ea <https://github.com/PyGithub/PyGithub/commit/6169d8ea>`_)
* Add Repository.archived property (`657 <https://github.com/PyGithub/PyGithub/pull/657>`_) (`35333e03 <https://github.com/PyGithub/PyGithub/commit/35333e03>`_)
* Add unit test for tree attribute of GitCommit (`668 <https://github.com/PyGithub/PyGithub/pull/668>`_) (`e5bfdbeb <https://github.com/PyGithub/PyGithub/commit/e5bfdbeb>`_)
* Add read_only attribute to Deploy Keys (`570 <https://github.com/PyGithub/PyGithub/pull/570>`_) (`dbc6f5ab <https://github.com/PyGithub/PyGithub/commit/dbc6f5ab>`_)
* Doc create instance from token (`667 <https://github.com/PyGithub/PyGithub/pull/667>`_) (`c33a3883 <https://github.com/PyGithub/PyGithub/commit/c33a3883>`_)
* Fix uploading binary files on Python 3 (`621 <https://github.com/PyGithub/PyGithub/pull/621>`_) (`317079ef <https://github.com/PyGithub/PyGithub/commit/317079ef>`_)
* Decode jwt bytes object in Python 3 (`633 <https://github.com/PyGithub/PyGithub/pull/633>`_) (`84b43da7 <https://github.com/PyGithub/PyGithub/commit/84b43da7>`_)
* Remove broken downloads badge (`644 <https://github.com/PyGithub/PyGithub/pull/644>`_) (`15cdc2f8 <https://github.com/PyGithub/PyGithub/commit/15cdc2f8>`_)
* Added missing parameters for repo creation (`623 <https://github.com/PyGithub/PyGithub/pull/623>`_) (`5c41120a <https://github.com/PyGithub/PyGithub/commit/5c41120a>`_)
* Add ability to access github Release Asset API. (`525 <https://github.com/PyGithub/PyGithub/pull/525>`_) (`52449649 <https://github.com/PyGithub/PyGithub/commit/52449649>`_)
* Add 'submitted at' to PullRequestReview (`565 <https://github.com/PyGithub/PyGithub/pull/565>`_) (`ebe7277a <https://github.com/PyGithub/PyGithub/commit/ebe7277a>`_)
* Quote path for /contents API (`614 <https://github.com/PyGithub/PyGithub/pull/614>`_) (`554c1ab1 <https://github.com/PyGithub/PyGithub/commit/554c1ab1>`_)
* Add Python 3.6 (`2533bed9 <https://github.com/PyGithub/PyGithub/commit/2533bed9>`_)
* Add Python 3.6 (`e78f0ece <https://github.com/PyGithub/PyGithub/commit/e78f0ece>`_)
* Updated references in introduction.rst (`d2c72bb3 <https://github.com/PyGithub/PyGithub/commit/d2c72bb3>`_)
* fix failing tests on py26 (`291f6dde <https://github.com/PyGithub/PyGithub/commit/291f6dde>`_)
* Import missing exception (`67b078e9 <https://github.com/PyGithub/PyGithub/commit/67b078e9>`_)

1.35

-----------------------------------

* Add Support for repository collaborator invitations.

1.34

-----------------------------------

* Add Support for Pull Request Reviews feature.

1.32

-----------------------------------

* Support for Integrations installation endpoint (`656e70e1 <https://github.com/PyGithub/PyGithub/commit/656e70e1>`_)

1.31

-----------------------------------

* Support HTTP 302 redirect in Organization.has_in_members (0154c6b)
* Add details of repo type for get_repos documentation (f119147)
* Note explicit support for Python 3.5 (3ae55f0)
* Fix README instructions (5b0224e)
* An easier to see link to the documentation in response to issue 480. (6039a4b)
* Encode GithubObject repr values in utf-8 when using Python2 (8ab9082)
* Updated documentation (4304ccd)
* Added a subscribers count field (a2da7f9)
* Added "add_to_assignees" & "remove_from_assignees" method to Issue object. (66430d7)
* Added "assignees" attribute to PullRequest object. (c0de6be)
* add html_url to GitRelease (ec633aa)
* Removed unused imports (65afc3f)
* Fix typo in a constant (10a28e0)
* Fix changelog formatting glitch (03a9227)
* Added "assignees" argument in Repository.create_issue() (ba007dc)
* Enhance support of "assignees" argument in Issue.edit() (14dd9f0)
* Added "assignees" attribute to Issue object. (e0e5fdf)

1.30

-----------------------------------

* adds GitHub integrations (d60943d)

Page 8 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.