Dorthu / openapi3

A Python3 OpenAPI 3 Spec Parser
BSD 3-Clause "New" or "Revised" License
118 stars 47 forks source link

Operation.Request ignores verify parameter #47

Closed FedericoCozzi closed 2 years ago

FedericoCozzi commented 3 years ago

Hello, I think Operation.Request ignores "verify" parameter. It should be forwarded to self._session.send on line 297 result = self._session.send(self._request.prepare(), verify=verify)

anchitarnav commented 2 years ago

Created a Pull Request for fix of this issue: https://github.com/Dorthu/openapi3/pull/84

If a maintainer is coming across this, kindly review.