diff --git a/poetry.lock b/poetry.lock index 9ede3b4c..80412e81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1389,43 +1389,43 @@ files = [ [[package]] name = "singer-sdk" -version = "0.31.1" +version = "0.32.0b3" description = "A framework for building Singer taps" optional = false -python-versions = ">=3.7.1,<3.12" +python-versions = ">=3.7.1,<4" files = [ - {file = "singer_sdk-0.31.1-py3-none-any.whl", hash = "sha256:c5e20a1b042ab49f8446c2db150f7f75e3e6a99a0d579f1a7ff9eed9abeda084"}, - {file = "singer_sdk-0.31.1.tar.gz", hash = "sha256:cdd76f05259c1244ae91b4ac6fe44f7e3a182a3c480a29b60dfee9c51d498ea0"}, + {file = "singer_sdk-0.32.0b3-py3-none-any.whl", hash = "sha256:71a00c68ba9e335e8b837b05de7c9f72156a03a54dac5db9cb0114d6d280b83c"}, + {file = "singer_sdk-0.32.0b3.tar.gz", hash = "sha256:85e5e170619e0d8f0b5335d3112dd3a8d44e687ecec627880d22ed5bca4388ff"}, ] [package.dependencies] -backoff = ">=2.0.0,<3.0" +backoff = ">=2.0.0" click = ">=8.0,<9.0" cryptography = ">=3.4.6,<42.0.0" -fs = ">=2.4.16,<3.0.0" -importlib-metadata = {version = "<5.0.0", markers = "python_version < \"3.8\""} -importlib-resources = {version = "5.12.0", markers = "python_version < \"3.9\""} -inflection = ">=0.5.1,<0.6.0" -joblib = ">=1.0.1,<2.0.0" -jsonpath-ng = ">=1.5.3,<2.0.0" -jsonschema = ">=4.16.0,<5.0.0" +fs = ">=2.4.16" +importlib-metadata = {version = "<7.0.0", markers = "python_version < \"3.8\""} +importlib-resources = {version = ">=5.12.0", markers = "python_version < \"3.9\""} +inflection = ">=0.5.1" +joblib = ">=1.0.1" +jsonpath-ng = ">=1.5.3" +jsonschema = ">=4.16.0" memoization = ">=0.3.2,<0.5.0" packaging = ">=23.1" -pendulum = ">=2.1.0,<3.0.0" +pendulum = ">=2.1.0" PyJWT = ">=2.4,<3.0" python-dotenv = ">=0.20,<0.22" pytz = ">=2022.2.1,<2024.0.0" -PyYAML = ">=6.0,<7.0" -requests = ">=2.25.1,<3.0.0" -simplejson = ">=3.17.6,<4.0.0" +PyYAML = ">=6.0" +requests = ">=2.25.1" +simplejson = ">=3.17.6" sqlalchemy = ">=1.4,<3.0" -typing-extensions = ">=4.2.0,<5.0.0" +typing-extensions = ">=4.2.0" urllib3 = ">=1.26,<2" [package.extras] -docs = ["furo (>=2022.12.7,<2024.0.0)", "myst-parser (>=0.17.2,<1.1.0)", "sphinx (>=4.5,<6.0)", "sphinx-autobuild (>=2021.3.14,<2022.0.0)", "sphinx-copybutton (>=0.3.1,<0.6.0)", "sphinx-inline-tabs (>=2023.4.21)", "sphinx-reredirects (>=0.1.1,<0.2.0)"] -s3 = ["fs-s3fs (>=1.1.1,<2.0.0)"] -testing = ["pytest (>=7.2.1,<8.0.0)", "pytest-durations (>=1.2.0,<2.0.0)"] +docs = ["furo (>=2022.12.7)", "myst-parser (>=1)", "sphinx (>=4.5)", "sphinx-autobuild (>=2021.3.14)", "sphinx-copybutton (>=0.3.1)", "sphinx-inline-tabs (>=2023.4.21)", "sphinx-reredirects (>=0.1.1)"] +s3 = ["fs-s3fs (>=1.1.1)"] +testing = ["pytest (>=7.2.1)", "pytest-durations (>=1.2.0)"] [[package]] name = "six" @@ -1694,4 +1694,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.7.1" -content-hash = "103b89827eb98b5912538bac507d48843c8139fa5ae82de81890b2b8bc7caf57" +content-hash = "0c62c8c35a06c628630363400c5a7b0b01b2ce55c9cd811aa4aa5f769010d0f5" diff --git a/pyproject.toml b/pyproject.toml index 60654772..8a5900dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,11 +33,14 @@ packages = [ [tool.poetry.dependencies] python = "<3.12,>=3.7.1" requests = "^2.25.1" -singer-sdk = ">=0.28,<0.32" psycopg2-binary = "2.9.7" sqlalchemy = "<2" sshtunnel = "0.4.0" +[tool.poetry.dependencies.singer-sdk] +allow-prereleases = true +version = ">=0.28,<0.33" + [tool.poetry.dev-dependencies] pytest = "^7.4.2" tox = "^3.24.4"