Artem1205/lowcode cdk authenticator schemaloader (#19718)
* CDK low-code: Add token_expiry_date_format to OAuth Authenticator * CDK low-code: Resolve ref schema * CDK low-code: Resolve ref schema * CDK low-code: Resolve ref schema * CDK low-code: Add test for token_expiry_date_format * CDK low-code: set initial time before refresh request * CDK low-code: Add test schema loader * CDK low-code: Add test dependencies * CDK low-code: Refactor JsonFileSchemaLoader (inherit from original CDK) * CDK low-code: Fix SingleUseRefreshTokenOauth2Authenticator (add token_expiry_date_format) * CDK low-code: Fix tests * CDK low-code: Refactor import * CDK low-code: Refactor JsonFileSchemaLoader * CDK low-code: format
This commit is contained in:
@@ -15,7 +15,7 @@ README = (HERE / "README.md").read_text()
|
||||
|
||||
setup(
|
||||
name="airbyte-cdk",
|
||||
version="0.13.3",
|
||||
version="0.14.0",
|
||||
description="A framework for writing Airbyte Connectors.",
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
@@ -63,6 +63,7 @@ setup(
|
||||
python_requires=">=3.9",
|
||||
extras_require={
|
||||
"dev": [
|
||||
"freezegun",
|
||||
"MyPy~=0.812",
|
||||
"pytest",
|
||||
"pytest-cov",
|
||||
|
||||
Reference in New Issue
Block a user