1
0
mirror of synced 2026-01-07 18:06:03 -05:00

🎉 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:
oleh.zorenko
2021-09-22 07:45:05 +03:00
committed by GitHub
parent a6c48dcc7b
commit 4dca32713b
11 changed files with 32 additions and 12 deletions

View File

@@ -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",