From fbefb9f261619b4c60ad96b126a0e1d584c0927c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 12 Sep 2023 15:09:58 -0600 Subject: [PATCH] test: Test with singer-sdk @ main --- poetry.lock | 18 ++++++++++++------ pyproject.toml | 4 +--- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9badc444..1163b4f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1607,17 +1607,17 @@ name = "singer-sdk" version = "0.36.0" description = "A framework for building Singer taps" optional = false +<<<<<<< HEAD python-versions = ">=3.8" files = [ {file = "singer_sdk-0.36.0-py3-none-any.whl", hash = "sha256:9d1f251b74194bc413f9340404e8f0cf4c214cbf2bca2f6b170e509ce963911f"}, {file = "singer_sdk-0.36.0.tar.gz", hash = "sha256:6268f200581b728552e211a695e3a1ee489c6c0b10d0fd845605303ac05a25f2"}, ] - -[package.dependencies] -backoff = {version = ">=2.0.0", markers = "python_version < \"4\""} -backports-datetime-fromisoformat = {version = ">=2.0.1", markers = "python_version < \"3.11\""} -click = ">=8.0,<9.0" -cryptography = ">=3.4.6" +python-versions = ">=3.7.1" +files = [ + {file = "singer_sdk-0.34.1-py3-none-any.whl", hash = "sha256:2b9afa40722c2d7288992d86d16298128e38387941306267d908b9cd954227a3"}, + {file = "singer_sdk-0.34.1.tar.gz", hash = "sha256:5da11da3de07cc31cc8c1f3f19a40b8f8be4a0df9b5535fb90880c263e58aee5"}, +] fs = ">=2.4.16" importlib-metadata = {version = "<8.0.0", markers = "python_version < \"3.12\""} importlib-resources = {version = ">=5.12.0", markers = "python_version < \"3.9\""} @@ -1648,6 +1648,12 @@ parquet = ["numpy (>=1.22)", "numpy (>=1.22,<1.25)", "pyarrow (>=13)"] s3 = ["fs-s3fs (>=1.1.1)"] testing = ["pytest (>=7.2.1)", "pytest-durations (>=1.2.0)"] +[package.source] +type = "git" +url = "https://github.com/meltano/sdk.git" +reference = "1385aebf694df8755cc3a2232ad99693d479db73" +resolved_reference = "1385aebf694df8755cc3a2232ad99693d479db73" + [[package]] name = "six" version = "1.16.0" diff --git a/pyproject.toml b/pyproject.toml index d2d9cd88..a6d5ada2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,7 @@ python = "<3.13,>=3.8.1" psycopg2-binary = "2.9.9" sqlalchemy = "<3" sshtunnel = "0.4.0" - -[tool.poetry.dependencies.singer-sdk] -version = "~=0.36.0" +singer-sdk = {git = "https://github.com/meltano/sdk.git", rev="834ea2d14111fe6b5eaa14a05f64ee91384487c2"} [tool.poetry.group.dev.dependencies] faker = ">=18.5.1"