From e5f2fcddb139d50f1b70b75a36141f552effd102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:59:04 +0000 Subject: [PATCH 1/2] chore(deps): update airbyte-cdk requirement Updates the requirements on [airbyte-cdk](https://github.com/airbytehq/airbyte-python-cdk) to permit the latest version. - [Release notes](https://github.com/airbytehq/airbyte-python-cdk/releases) - [Changelog](https://github.com/airbytehq/airbyte-python-cdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/airbytehq/airbyte-python-cdk/compare/v6.61.6...v7.0.1) --- updated-dependencies: - dependency-name: airbyte-cdk dependency-version: 7.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7fe2caa..eea0286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "Airbyte", email = "contact@airbyte.io"}] readme = "README.md" requires-python = ">=3.11" dependencies = [ - "airbyte-cdk>=6.61.6,<7.0", + "airbyte-cdk>=6.61.6,<8.0", "fastmcp>=2.12.1,<3.0", "jsonschema>=4.0.0,<5.0", "privatebin>=0.3.0,<1.0", From c438cc1e5435ceb361cb1bcf7f4be41fb7cdc3d3 Mon Sep 17 00:00:00 2001 From: "octavia-bot[bot]" <108746235+octavia-bot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:51:01 +0000 Subject: [PATCH 2/2] Auto-committed changes from Poe command `lock` --- uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uv.lock b/uv.lock index 86428d1..a2bdbee 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.11" resolution-markers = [ "python_full_version >= '3.13'", @@ -96,7 +96,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "airbyte-cdk", specifier = ">=6.61.6,<7.0" }, + { name = "airbyte-cdk", specifier = ">=6.61.6,<8.0" }, { name = "fastmcp", specifier = ">=2.12.1,<3.0" }, { name = "jsonschema", specifier = ">=4.0.0,<5.0" }, { name = "privatebin", specifier = ">=0.3.0,<1.0" }, @@ -508,7 +508,7 @@ version = "3.23.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "attrs" }, - { name = "docstring-parser", marker = "python_full_version < '4.0'" }, + { name = "docstring-parser", marker = "python_full_version < '4'" }, { name = "rich" }, { name = "rich-rst" }, ]