Trying to verify the request fails due to verify function missing from the Retell object. In the client the .verify function is defined on line 210 but this line is unreachable and effectively the object has no method verify which seems like an unintentional change. ->
|
self.verify = verify # type: ignore |
Trying to verify the request fails due to verify function missing from the Retell object. In the client the .verify function is defined on line 210 but this line is unreachable and effectively the object has no method verify which seems like an unintentional change. ->
retell-python-sdk/src/retell/_client.py
Line 210 in 5fb89bd