🎉 CDK: Add support for custom headers passing to the request in OAuth2Authenticator. refresh_access_token (#6219)
* Add support for headers to OAuth2Authenticator Send custom headers in `refresh_access_token()`. * Bump version + update CHANGELOG.md * Add tests * Update tests for refresh_access_token() * Assert that mock_refresh_token_call was called * Remove init file
This commit is contained in:
@@ -35,7 +35,7 @@ README = (HERE / "README.md").read_text()
|
||||
|
||||
setup(
|
||||
name="airbyte-cdk",
|
||||
version="0.1.21",
|
||||
version="0.1.22",
|
||||
description="A framework for writing Airbyte Connectors.",
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user