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
Apply custom headers passed to client constructor (#268)
`Client.__init__` takes a `**kwargs` argument that gets passed to the
underlying httpx client constructor. However, the current implementation
doesn't honor any custom headers that are passed. This PR fixes that.
Signed-off-by: Mattt Zmuda <[email protected]>
0 commit comments