Commit Graph

31 Commits

Author SHA1 Message Date
github-actions[bot] eec9fe9aa9 [Authlib] Bump to 1.6.11 (#15647) 2026-04-17 08:38:16 +02:00
github-actions[bot] c03c2b9264 [stubsabot] Bump Authlib to 1.6.10 (#15643) 2026-04-13 21:37:03 -04:00
lev-blit 563213272e Use dashes instead of underscores for METADATA.toml field names (#15614) 2026-04-07 15:03:53 +02:00
lev-blit fc7a5448ff Rename requires to dependencies in METADATA files (#15594) 2026-04-01 19:15:12 +02:00
renovate[bot] 8b31f2639e Update most test/lint dependencies (#15582) 2026-04-01 17:54:51 +02:00
Sebastian Rittau 8ffc43610f Update mypy to 1.20.0 (#15588) 2026-04-01 17:02:18 +02:00
Semyon Moroz 0e16ea31d2 [Authlib] Update to 1.6.9 (#15481) 2026-03-02 22:29:26 -05:00
github-actions[bot] d51c3ab8ad [stubsabot] Bump Authlib to 1.6.8 (#15429) 2026-02-14 20:08:29 -05:00
github-actions[bot] c045882bab [stubsabot] Bump Authlib to 1.6.7 (#15382)
Release: https://pypi.org/pypi/Authlib/1.6.7
Repository: https://github.com/authlib/authlib
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Authlib
Diff: https://github.com/authlib/authlib/compare/v1.6.6...v1.6.7

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 5 files included in typeshed's stubs have been modified or renamed: `authlib/consts.py`, `authlib/jose/__init__.py`, `authlib/oauth2/rfc9101/authorization_server.py`, `authlib/oidc/core/grants/util.py`, `authlib/oidc/core/userinfo.py`.
 - Total lines of Python code added: 37.
 - Total lines of Python code deleted: 12.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>
2026-02-06 23:16:30 -06:00
Semyon Moroz 5fead6a113 Update outdated upstream_repository fields (#15334) 2026-01-29 15:43:21 +01:00
Semyon Moroz 4c6351190f [Authlib] Annotate more (#15203) 2026-01-15 11:06:43 +01:00
Semyon Moroz bf5b55d746 [Authlib] Update return types (#15153)
* Remove return types for not implemented methods
* Add some obvious return types
* Fix some incorrect types found
2025-12-19 23:55:43 +01:00
Semyon Moroz 1f696b82bd [Authlib] Add integrations dirs (#15147) 2025-12-19 18:22:19 +01:00
Semyon Moroz 267c046478 [Authlib] Update to 1.6.6 (#15131) 2025-12-13 20:10:38 +01:00
Semyon Moroz 9340d1a912 Remove outdated allowlist entries (#15133) 2025-12-13 07:58:14 -08:00
Semyon Moroz 725a90026e [Authlib] Update to 1.6.5 (#14830) 2025-10-04 20:21:59 +02:00
Spider84pr 970603e7e2 Added annotation for fetch_request_token of OAuth1Client class (#14711) 2025-09-19 12:19:58 +02:00
Sebastian Rittau 4fc0fd82bd [Authlib] Update to 1.6.4 (#14736) 2025-09-18 19:26:40 +02:00
sobolevn 4b0623f4fb Update mypy to 1.18.1 (#14699) 2025-09-14 03:33:27 +02:00
Semyon Moroz 2565f34946 [Authlib] Update to 1.6.2 (#14635) 2025-08-24 09:35:27 -04:00
Brian Schubert 81c8fcb2e6 Mark stub-only private symbols as @type_check_only in third-party stubs (#14545) 2025-08-08 11:29:48 +02:00
Sebastian Rittau 9ac95d40d5 [Authlib] Mark as partial again (#14394)
Some integrations are missing from the stubs
2025-07-10 12:11:51 +02:00
Semyon Moroz 3370aa6cf6 [Authlib] Add missing stubs (#14368) 2025-07-07 13:10:35 +02:00
Semyon Moroz a6f05d0c0b Bump Authlib to ~=1.6.0 (#14364) 2025-07-04 13:07:41 +02:00
Sebastian Rittau 2408c028f4 [Authlib] Update to 1.5.2 (#13840) 2025-07-03 15:22:57 +02:00
Brian Schubert 0dfea4f7fc [Authlib] Fix stubtest for latest Python 3.13 patch release (#14233) 2025-06-07 16:29:10 +01:00
Sebastian Rittau 126768408a Replace Incomplete | None = None in third party stubs (#14063) 2025-05-15 21:37:43 +02:00
Sebastian Rittau ef0ee2087c Update authlib to 1.5.* (#13540) 2025-04-15 17:08:24 -04:00
Semyon Moroz e26a15f983 Improve Authlib (#13801) 2025-04-07 14:34:05 +02:00
github-actions[bot] 1bb8a3a86c [stubsabot] Bump Authlib to 1.4.* (#13329)
Release: https://pypi.org/pypi/Authlib/1.4.0
Repository: https://github.com/lepture/authlib
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Authlib
Diff: https://github.com/lepture/authlib/compare/v1.3.2...v1.4.0

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 5 files included in typeshed's stubs have been modified or renamed: `authlib/consts.py`, `authlib/jose/rfc7517/key_set.py`, `authlib/oauth2/rfc9068/introspection.py`, `authlib/oauth2/rfc9068/revocation.py`, `authlib/oidc/core/grants/util.py`.
 - Total lines of Python code added: 90.
 - Total lines of Python code deleted: 13.
2024-12-29 17:16:55 -08:00
Danny Yang 942350b6c7 Authlib (v2) (#13140)
Co-authored-by: Brian Villemarette <brian.villemarette@trucesoftware.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-12-27 20:49:31 -08:00