This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Commit ba94c5f
committed
Fix: Convert scopes set to list in Credentials.__init__
This change ensures that if a set of scopes is passed to Credentials, it is converted to a list. This prevents issues with JSON serialization (to_json failure) and ensures consistent mutability behavior for the scopes property.
Also updated tests/test__oauth2client.py to handle the type change (set -> list) in equality checks.
Fixes #11451 parent ed400f9 commit ba94c5f
0 file changed
0 commit comments