15
0

Accepting request 1009951 from home:yarunachalam:branches:devel:languages:python

- Update to Version 1.1.0
  * This release contains breaking changes and security fixes.
  * Allow to pass claims_options to Framework OpenID Connect clients, via PR#446.
  * Fix .stream with context for HTTPX OAuth clients, via PR#465.
  * Fix Starlette OAuth client for cache store, via PR#478.

OBS-URL: https://build.opensuse.org/request/show/1009951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=13
This commit is contained in:
2022-10-12 08:41:03 +00:00
committed by Git OBS Bridge
parent 903b11bf4e
commit 9f8c51d13f
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 11 23:14:36 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to Version 1.1.0
* This release contains breaking changes and security fixes.
* Allow to pass claims_options to Framework OpenID Connect clients, via PR#446.
* Fix .stream with context for HTTPX OAuth clients, via PR#465.
* Fix Starlette OAuth client for cache store, via PR#478.
-------------------------------------------------------------------
Thu Aug 4 06:30:52 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>