Skip to content

Bug: Verify is missing from the __init__ #392

@mbotkin

Description

@mbotkin

The verify method is getting masked when some cached_properties were added in version 5.4.0. the properties, like shown below, pushed the self.verify definition out of the init function. This causes webhook validation to fail.

src/retell/_client.py

 @cached_property
    def with_streaming_response(self) -> RetellWithStreamedResponse:
        return RetellWithStreamedResponse(self)

        self.verify = verify  # type: ignore

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions