diff --git a/poetry.lock b/poetry.lock index c03d1216..514ab427 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,14 +1,14 @@ -# 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.3 and should not be changed by hand. [[package]] name = "airbyte-api" -version = "0.49.4" +version = "0.52.1" description = "Python Client SDK for Airbyte API" optional = false python-versions = ">=3.8" files = [ - {file = "airbyte-api-0.49.4.tar.gz", hash = "sha256:070aee2312ac97ff30259a143ee45af3b0a0a6ead7a7d0361ff754ca4778c4e5"}, - {file = "airbyte_api-0.49.4-py3-none-any.whl", hash = "sha256:d5ac5c117cd928784e7c164fbbad315a84d660f42db30d238528988b062f6750"}, + {file = "airbyte-api-0.52.1.tar.gz", hash = "sha256:9c69dcfb4103958f5d0724f6c20907f7dbd3ea2e7a6971b4ba5da6449740c528"}, + {file = "airbyte_api-0.52.1-py3-none-any.whl", hash = "sha256:b6d46820dd1d37c52bd3390d7037ef97592f46f37f81882a40ace888eae7e1ce"}, ] [package.dependencies] @@ -4029,4 +4029,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "d4912c959165d2c432363e97385e0452cb9506bd7ac5321188952fdcd4ae7a96" +content-hash = "139ec350dd6cf51f2cf1f33c3f7813181b2d33ff8c8e57cbbf0009fe973a6639" diff --git a/pyproject.toml b/pyproject.toml index dede7b7a..0874a9bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ types-pyyaml = "^6.0.12.12" # TODO: Remove this arbitrary python constraint once `sqlalchemy-bigquery` has done so. sqlalchemy-bigquery = { version = "1.11.0", python = "<3.13" } -airbyte-api = "^0.49.2" +airbyte-api = ">=0.49.2,<0.53.0" google-cloud-bigquery-storage = "^2.25.0" pyiceberg = "^0.6.1" uuid7 = "^0.1.0"