-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Hello! I've been using this library in an automated workflow for the last few months and started getting authentication errors on 1/28/24, which I noticed coincided with the release of gspread 6.0.0. I started getting an 'AuthorizedSession' object is not callable which I traced back to this line:
gspread-pandas/gspread_pandas/client.py
Line 92 in 1a9be8d
| super().__init__(credentials, session) |
where the gspread-pandas
Client instantiates a gspread Client and passes in an AuthorizedSession argument. However, with the lastest gspread release, the Client super init method does not take a session argument (see line 41 of client.py on the branch)https://github.com/burnash/gspread/pull/1382/files#diff-4c3073178c56b478cd7537564a01ef8a43ead328aef864d8afa7e70625560d73

Metadata
Metadata
Assignees
Labels
No labels