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", 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" }, ]