Commit b689573
committed
Fix PrivateEndpoint.raw_predict parameter name
Fixes #6101
Changed parameter name from 'body' to 'data' in PrivateEndpoint.raw_predict
to match google-auth-transport's AuthorizedSession.post() API signature.
The google-auth-transport library updated its API, changing the parameter
name from 'body' to 'data'. The Endpoint class was already updated to use
'data', but PrivateEndpoint class was missed, causing TypeError when calling
raw_predict() on PrivateEndpoint instances.
This fix aligns PrivateEndpoint.raw_predict() with Endpoint.raw_predict()
implementation.
Signed-off-by: Yashwant Bezawada <[email protected]>1 parent ed53c69 commit b689573
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4150 | 4150 | | |
4151 | 4151 | | |
4152 | 4152 | | |
4153 | | - | |
| 4153 | + | |
4154 | 4154 | | |
4155 | 4155 | | |
4156 | 4156 | | |
| |||
0 commit comments