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
feat: Add protocol_version parameter to ClientSession
Add optional protocol_version parameter to ClientSession.__init__() to allow
callers to override the default LATEST_PROTOCOL_VERSION when connecting to
servers that require a specific protocol version.
Fixes#2307
0 commit comments