You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this great library. This has been working for over a year for my application. But after August 1st, it stopped working.
After debugging, I believe the connection.builds() response structure has changed, and the current code is no longer valid. BuildsResponse expected dict not Response (type=type_error)
Could you please help us identify if there has been any change in the response format for connection.builds() and suggest how we can update our code accordingly? Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
First of all, thank you for this great library. This has been working for over a year for my application. But after August 1st, it stopped working.
After debugging, I believe the connection.builds() response structure has changed, and the current code is no longer valid.
BuildsResponse expected dict not Response (type=type_error)
This is our code:
Could you please help us identify if there has been any change in the response format for connection.builds() and suggest how we can update our code accordingly? Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: