aiogithubapi

Asynchronous Python client for the GitHub API

MIT License

Downloads
12.1K
Stars
23
Committers
6

Bot releases are visible (Hide)

aiogithubapi - 23.11.0 Latest Release

Published by github-actions[bot] 12 months ago

What’s Changed

  • #247 Use 3.11 as base python version in actions @ludeeus
  • #246 Downgrade sigstore to <2 @ludeeus
  • #248 Use github.event.release.tag_name instead of github.ref @ludeeus

Dependency Updates

  • #234 Bump actions/setup-python from 4.7.0 to 4.7.1 @dependabot
  • #232 Bump urllib3 from 2.0.5 to 2.0.6 @dependabot
  • #236 Bump aiohttp from 3.8.5 to 3.8.6 @dependabot
  • #235 Bump pylint from 2.17.6 to 3.0.1 @dependabot
  • #230 Bump sigstore from 1.1.2 to 2.0.0 @dependabot
  • #237 Bump mypy from 1.5.1 to 1.6.0 @dependabot
  • #239 Bump actions/checkout from 4.1.0 to 4.1.1 @dependabot
aiogithubapi - 23.9.0

Published by github-actions[bot] about 1 year ago

What’s Changed

  • #218 Use the interval key from API response if present @ludeeus
  • #207 Spelling and grammar fixes @scop
  • #208 Use aware UTC datetimes internally @scop
  • #220 Use new interval for all new requests @ludeeus
  • #221 Use OIDC for PyPI publishing @ludeeus
  • #229 Add helper to verify release assets with sigstore @ludeeus

Dependency Updates

  • #189 Bump pylint from 2.16.2 to 2.16.3 @dependabot
  • #197 Bump mypy from 1.0.1 to 1.2.0 @dependabot
  • #198 Bump pytest from 7.2.1 to 7.3.0 @dependabot
  • #196 Bump pylint from 2.16.3 to 2.17.2 @dependabot
  • #199 Bump pytest from 7.3.0 to 7.3.1 @dependabot
  • #200 Bump actions/setup-python from 4.5.0 to 4.6.0 @dependabot
  • #201 Bump pylint from 2.17.2 to 2.17.3 @dependabot
  • #202 Bump pylint from 2.17.3 to 2.17.4 @dependabot
  • #203 Bump mypy from 1.2.0 to 1.3.0 @dependabot
  • #213 Bump pytest-asyncio from 0.15.1 to 0.21.1 @dependabot
  • #214 Bump actions/setup-python from 4.6.0 to 4.7.0 @dependabot
  • #215 Bump aiohttp from 3.8.4 to 3.8.5 @dependabot
  • #212 Bump black from 22.10.0 to 23.7.0 @dependabot
  • #210 Bump pytest from 7.3.1 to 7.4.0 @dependabot
  • #217 Bump mypy from 1.3.0 to 1.5.0 @dependabot
  • #216 Bump pylint from 2.17.4 to 2.17.5 @dependabot
  • #205 Bump pytest-cov from 4.0.0 to 4.1.0 @dependabot
  • #222 Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 @dependabot
  • #225 Bump actions/checkout from 3 to 4.0.0 @dependabot
  • #223 Bump mypy from 1.5.0 to 1.5.1 @dependabot
  • #226 Bump pytest from 7.4.0 to 7.4.2 @dependabot
  • #227 Bump black from 23.7.0 to 23.9.1 @dependabot
  • #228 Bump actions/checkout from 4.0.0 to 4.1.0 @dependabot
aiogithubapi - 23.2.1

Published by github-actions[bot] over 1 year ago

What’s Changed

  • #155 Prepare for Python 3.11 @ludeeus

Dependency Updates

  • #184 Bump pylint from 2.15.7 to 2.16.2 @dependabot
  • #178 Bump isort from 5.10.1 to 5.12.0 @dependabot
  • #185 Bump mypy from 0.991 to 1.0.1 @dependabot
  • #177 Bump pytest from 7.2.0 to 7.2.1 @dependabot
aiogithubapi - 23.2.0

Published by github-actions[bot] over 1 year ago

What’s Changed

  • #186 Replace devcontainer @ludeeus
  • #187 Add latest method to the releases namespace @ludeeus

Dependency Updates

  • #183 Bump aiohttp from 3.8.3 to 3.8.4 @dependabot
  • #176 Bump actions/setup-python from 4.3.0 to 4.5.0 @dependabot
aiogithubapi - 22.12.2

Published by github-actions[bot] almost 2 years ago

What’s Changed

  • #163 Remove print @ludeeus
aiogithubapi - 22.12.1

Published by github-actions[bot] almost 2 years ago

What’s Changed

  • #161 Reorder headers @ludeeus
  • #162 Add discussion_url to GitHubReleaseModel @ludeeus

Dependency Updates

  • #149 Bump actions/setup-python from 4.1.0 to 4.3.0 @dependabot
  • #152 Bump mypy from 0.982 to 0.991 @dependabot
  • #156 Bump pylint from 2.15.5 to 2.15.7 @dependabot
aiogithubapi - 22.12.0

Published by github-actions[bot] almost 2 years ago

What’s Changed

  • #157 Add support for API version @ludeeus
  • #158 Add .unsubscribe_all and return Tasks from .unsubscribe @ludeeus
  • #159 Simplify subscriptions @ludeeus
  • #160 Enhance client arguments and description @ludeeus
aiogithubapi - 22.10.1

Published by github-actions[bot] almost 2 years ago

What’s Changed

Dependency Updates

  • #148 Change backoff requirement @ludeeus
aiogithubapi - 22.10.0

Published by github-actions[bot] almost 2 years ago

What’s Changed

  • #146 Handle slow_down error codes by adding 5 seconds @ludeeus

Dependency Updates

  • #126 Bump actions/setup-python from 3 to 4.1.0 @dependabot
  • #125 Bump aresponses from 2.1.5 to 2.1.6 @dependabot
  • #134 Bump mako from 1.1.6 to 1.2.2 @dependabot
  • #147 Bump pytest from 7.0.1 to 7.2.0 @dependabot
  • #139 Bump pytest-cov from 3.0.0 to 4.0.0 @dependabot
  • #145 Bump pylint from 2.12.2 to 2.15.5 @dependabot
  • #140 Bump mypy from 0.931 to 0.982 @dependabot
  • #142 Bump black from 22.1.0 to 22.10.0 @dependabot
aiogithubapi - 22.3.1

Published by github-actions[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/ludeeus/aiogithubapi/compare/22.3.0...22.3.1

aiogithubapi - 22.3.0

Published by github-actions[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/ludeeus/aiogithubapi/compare/22.2.4...22.3.0

aiogithubapi - 22.2.4

Published by github-actions[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/ludeeus/aiogithubapi/compare/22.2.3...22.2.4

aiogithubapi - 22.2.3

Published by github-actions[bot] over 2 years ago

What’s Changed

  • #81 Fix graphql data return @ludeeus
aiogithubapi - 22.2.2

Published by github-actions[bot] over 2 years ago

What’s Changed

  • #79 Use POST as method for graphql @ludeeus
  • #80 Add example GraphQL query to get repository tags @ludeeus
aiogithubapi - 22.2.1

Published by github-actions[bot] over 2 years ago

What’s Changed

  • #73 Always read text and load as json if needed @ludeeus
  • #78 Add meta and octocat endpoints @ludeeus
  • #71 Bump aresponses from 2.1.4 to 2.1.5 @dependabot
  • #70 Bump black from 21.12b0 to 22.1.0 @dependabot
  • #74 Bump actions/setup-python from 2.3.1 to 2.3.2 @dependabot
  • #76 Bump pytest from 6.2.5 to 7.0.1 @dependabot
aiogithubapi - 22.2.0

Published by github-actions[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/ludeeus/aiogithubapi/compare/22.1.2...22.2.0

aiogithubapi - 22.1.2

Published by github-actions[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/ludeeus/aiogithubapi/compare/22.1.1...22.1.2

aiogithubapi - 22.1.1

Published by github-actions[bot] over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ludeeus/aiogithubapi/compare/22.1.0...22.1.1

aiogithubapi - 22.1.0

Published by github-actions[bot] almost 3 years ago

What's Changed

Full Changelog: https://github.com/ludeeus/aiogithubapi/compare/21.11.0...22.1.0

aiogithubapi - 21.11.0

Published by github-actions[bot] almost 3 years ago

What’s Changed

  • #50 Bump pytest from 6.2.4 to 6.2.5 @dependabot
  • #51 Bump black from 21.7b0 to 21.9b0 @dependabot
  • #55 Remove loop from async_timeout @ludeeus
  • #56 Python 3.10 is no longer beta @ludeeus
  • #53 Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot
  • #54 Bump black from 21.9b0 to 21.10b0 @dependabot
  • #52 Bump pytest-cov from 2.12.1 to 3.0.0 @dependabot