diff --git a/airbyte-cdk/python/poetry.lock b/airbyte-cdk/python/poetry.lock index c03d8d3ba302..c1098fe87df0 100644 --- a/airbyte-cdk/python/poetry.lock +++ b/airbyte-cdk/python/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -4576,4 +4576,4 @@ vector-db-based = ["cohere", "langchain", "openai", "tiktoken"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "175b71f16fcf7055f6738625bdebbcc572c87f8645faefb9a9243edc0bd97300" +content-hash = "4308996c1172aae30252caf6141861ef0f49956f49f04082aaa17af6a74f94b4" diff --git a/airbyte-cdk/python/pyproject.toml b/airbyte-cdk/python/pyproject.toml index 62096e587bf8..27afdcfa358d 100644 --- a/airbyte-cdk/python/pyproject.toml +++ b/airbyte-cdk/python/pyproject.toml @@ -61,6 +61,7 @@ unstructured = { version = "0.10.27", extras = ["docx", "pptx"], optional = true "unstructured.pytesseract" = { version = ">=0.3.12", optional = true } pyjwt = "^2.8.0" cryptography = "^42.0.5" +pytz = "2024.1" [tool.poetry.group.dev.dependencies] datamodel_code_generator = "0.11.19"