From fdd151b09e533c0be7a4415e67603518928d9f03 Mon Sep 17 00:00:00 2001 From: Steve Clarke Date: Fri, 9 Aug 2024 17:49:41 +1200 Subject: [PATCH] Moving to pypi version of realit-singer-python --- poetry.lock | 46 +++++++++++++++++++++------------------------- pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 26 deletions(-) diff --git a/poetry.lock b/poetry.lock index cdff28d4..20e37701 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "attrs" @@ -752,29 +752,6 @@ tzdata = ">=2020.1" [package.extras] test = ["time-machine (>=2.6.0)"] -[[package]] -name = "pipelinewise-singer-python" -version = "4.0.1" -description = "Singer.io utility library - PipelineWise compatible" -optional = false -python-versions = ">=3.8,<3.13" -files = [] -develop = false - -[package.dependencies] -backoff = "2.2.1" -ciso8601 = "^2.3.1" -jsonschema = "^4.23.0" -msgspec = "^0.18.0" -python-dateutil = "^2.7.3" -pytz = ">=2018.4,<2025.0" - -[package.source] -type = "git" -url = "https://github.com/s7clarke10/pipelinewise-singer-python" -reference = "4.0.1" -resolved_reference = "155d5a96df0684b7a4a2407cc329490d5928a36f" - [[package]] name = "pkgutil-resolve-name" version = "1.3.10" @@ -1163,6 +1140,25 @@ files = [ {file = "pyyaml-6.0.2.tar.gz", hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"}, ] +[[package]] +name = "realit-singer-python" +version = "5.0.0" +description = "Singer.io utility library - PipelineWise and Meltano compatible" +optional = false +python-versions = "<3.13,>=3.8" +files = [ + {file = "realit_singer_python-5.0.0-py3-none-any.whl", hash = "sha256:c1fc4fa992c04a6cf659f5fa0029ad1d203a392854b06ea6183dc126d7d21c8f"}, + {file = "realit_singer_python-5.0.0.tar.gz", hash = "sha256:63ba3c922e28a3f328cf2cea7a5ba7e3958e77779ddfb100d232564ddaee5c0a"}, +] + +[package.dependencies] +backoff = "2.2.1" +ciso8601 = ">=2.3.1,<3.0.0" +jsonschema = ">=4.23.0,<5.0.0" +msgspec = ">=0.18.0,<0.19.0" +python-dateutil = ">=2.7.3,<3.0.0" +pytz = ">=2018.4,<2025.0" + [[package]] name = "referencing" version = "0.35.1" @@ -1499,4 +1495,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "edc73a27b26d82109dcc0da0f4bb4847bdd654c070ad5b63784956cda75f65c9" +content-hash = "5ae80eb892eff7a59b1c6a5e84391bdfeee364d4984d6022d5fbedec8d7ea44d" diff --git a/pyproject.toml b/pyproject.toml index 289aa6a9..272d371c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ tap-mssql = 'tap_mssql.__init__:main' python = ">=3.8,<3.13" attrs = ">=24.2.0" pendulum = ">=1.2.0" -pipelinewise-singer-python = { git = "https://github.com/s7clarke10/pipelinewise-singer-python", tag = "4.0.1" } +realit-singer-python = ">=5.0.0" # pymssql==2.2.8 broken: https://github.com/pymssql/pymssql/issues/833 pymssql = ">=2.1.4,!=2.2.8" backoff = ">=1.8.0"