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
Just spent some time playing with pyotr, I found that its dependency openapi-core is rather primitive and it lacks lots of features.
It has too many restrictions on security scheme:
you can only define API_KEY and HTTP provider
if you define more than one schemes like below, you can only use the first one (probably a bug in RequestValidator._get_security, it alway returns the first scheme)
Just spent some time playing with pyotr, I found that its dependency openapi-core is rather primitive and it lacks lots of features.
It has too many restrictions on security scheme:
RequestValidator._get_security
, it alway returns the first scheme)The text was updated successfully, but these errors were encountered: