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
Bug fix for open unions, allow types that aren't in refs.
Client:
Include headers in websocket connections for event streams.
Add new auth constructor kwarg to support any requests auth instance, eg requests_oauth2client.DPoPToken.
server:
Redirect: Add headers kwarg.
flask_server:
Interpret second positional arg to ValueError and ValidationError, ie err.args[1], as a dict of additional HTTP headers to return with the HTTP 400 response.